@charset "UTF-8";

/*
テーマ業種別
*/

.solar_pane{
	padding-top:40px;
}

.solar_box{
	display:block;
	float:left;
	width:191px;
}

.solar_box > p.sb_head{
	
	display:block;
	height:23px;
	line-height:24px;
	background-color:#0074bf;
	color:#FFF;
	font-size:15px;
	padding:2px;
	width:90%;
	
}
.solar_box > p.sb_head > span{
	
	display:inline-block;
	background-color:#FFF;
	color:#0074bf;
	width:22px;
	height:100%;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	
}

.so_result_bt{
	display:block;
	float:left;
	width:170px;
	height:50px;
	line-height:50px;
	text-indent:25px;
	margin-right:15px;
	margin-bottom:15px;
	background:url(/assets/products/subject/ja-jp/solar/crystalline/cell/wetstation/images/result_bt_off.jpg) no-repeat 0 0;
}
.so_result_bt:hover{
	background:url(/assets/products/subject/ja-jp/solar/crystalline/cell/wetstation/images/result_bt_on.jpg) no-repeat 0 0;
}


.solar_tbl{
	width:75%;
	border-collapse:collapse;
	border-top:#0074bf 1px solid;
	margin-bottom:20px;
}

.solar_tbl td{
	border:none;
	border-bottom:#0074bf 1px solid;
	font-size:13px;
	padding:8px 2px;
}

.solar_h2{
	font-size:16px;
	font-weight:bold;
	color:#0074bf;
	line-height:20px;
}



