﻿/*
' ###########################################################
'   tecs用 製品情報CSMCSS
'                                  Create 2010.01.25 Noguchi
'                                  Modyfy ----.--.-- --------
' ###########################################################
*/
table.csm_fig{	/*一覧表テーブル*/
	width: 800px;
}
.pdct_csm_ipop {
	padding: 0;
	background-color: #cef;
	width: 291px;
/*	height: 600px;*/
	border: 1px solid #aaa;
 
	/* この３行は必須 */
	position: absolute;
	display: none;
	z-index: 9999;
}
.pdct_csm_ipop_title {
	font-size:14px;
	text-align:center;
	background-color: #3df;
	cursor: move;
}
.pdct_csm_ipop_close {
	font-weight:bold;
	cursor: pointer;
	float: right;
}
