
@charset "UTF-8";

.hidden{
	display:none;
}

table{
	border:none;
}

td,th{
	padding:2px;
	border:none;
}


td{
	text-align:left;
	border-right:#8F929F 1px solid;
	border-bottom:#8F929F 1px solid;
	/*color:#626871;*/
	font-size:14px;
}


th{
	font-weight:normal;
	text-align:center;
	background-color:#7AA5D7;
	color:#FFF;
	border-right:#FFF 1px solid;
}

th.last{
	border-right:#8F929F 1px solid;!important
}

td.center,th.center{
	text-align:center;
}



.result_link{
	line-height:18px;
}

.result{
	display:block;
	clear:both;
	text-align:left;
	margin-bottom:35px;
	margin-top:5px;
}

.variation_line{
	display:block;
	text-align:left;
	margin-left:120px;
	clear:both;
}

.variation_line .variation{
	font-size:16px;
}

.result .variation{
	font-size:16px;
}

.result p{
	margin-top:5px;
}

.result_left{
	display:block;
	float:left;
	width:120px;
	margin-bottom:15px;
	/*border:#C96 1px solid;*/
}

.result_right{
	display:block;
	float:right;
	width:600px;
	margin-bottom:15px;
}

.result_sepa{
	display:block;
	clear:both;
	width:100%;
	height:5px;
	text-indent:-9999px;
	padding-top:10px;
	margin-bottom:15px;
	border-bottom:#999 1px dotted;
}

.result_img{
	height:90px;
}

.resulttbl{
	width:100%;
	_width:98%;
	border-left:#8F929F 1px solid;
	border-top:#8F929F 1px solid;
	
	/*
	width:800px;
	_width:790px;
	*/
	
}

.resulttbl th{
	background-color:#0074BF;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0;
	padding-right:0;
	margin:0;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif,Osaka;

}

.resulttbl th hr{
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #FFF; /* 線色 */
   height: 1px; /* 高さ */
}

.resulttbl td,
.resulttbl td *
{
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif,Osaka;
}

.resulttbl td,
.resulttbl th{
	text-align:center;
}

/*
.resulttbl td:last-child{
	border-right:none;
}
.resulttbl td.last{
	border-right:none;
}
*/
.resulttbl th span.dl{
	background:url(th_download.jpg) no-repeat 0 -1px;
	padding-left:18px;
}

td.tdc{
	text-align:center !important;
}
td.tdr{
	text-align:right !important;
}

.dlico{
	line-height:10px;
}

.ico_cad{
	margin-left:5px;
}

.img_valve{
	width:100%;
	clear:both;
	display:block;
	text-align:left;
	height:170px;
	margin-bottom:10px;
}

.img_valve img{
	display:block;
	float:left;
}


.img_valve img.last{
	margin-left:22px;
	_margin-left:11px;
}

/*****end result*****/

.news_main{
	margin:15px 80px auto 80px;
}



/* img win */

.bkwin{
position:absolute;
background-color:#666;
filter:alpha(opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
z-index:10;
_visibility:hidden;
}

.imgwin{
display:none;
position:absolute;
background-color:#666;
filter:alpha(opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
z-index:10;
_visibility:hidden;
}



.imgwin_in{
display:none;
position:absolute;
padding:5px 10px 5px 10px;
_padding-left:5px;
_padding-right:5px;

text-align:center;

border:#333 2px solid;
background-color:#FFF;
z-index:101;

filter:alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
border-radius:6px; /* CSS3草案 */  
-webkit-border-radius:6px;    /* Safari,Google Chrome用 */  
-moz-border-radius:6px;   /* Firefox用 */

}

.imgwin_in img{
	margin:5px;
}


/*
.close{
	display:block;
	text-align:right;
	height:25px;
	width:100%;
	line-height:25px;
	font-size:12px;
}*/


.close{
	display:block;
	float:right;
	width:96px;
	height:20px;
	background:url(/web/pic/bt_close.jpg) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}

