@charset "UTF-8";

/*WEBエネリア information専用*/

.info_box_wrap_gw{
	float:left;
	margin-bottom:20px;
	/*border:1px solid #cccccc;*/
	width:100%;
	padding:1px;
}
.info_box_wrap_gw .info_box_gw{
	/*border:1px solid #f0f0f0;*/
	padding:15px;
	width:100%;
}
.info_box_wrap_gw .info_box_gw .inner_gw{
	width:100%;
/*	height:150px; */
	overflow-y:scroll;
}
.info_box_wrap_gw .info_box_gw .inner_gw .info_title_gw{
	padding:3px 16px;
	background:#f0f0f0;
	color:#666;
	font-size:17px;
	display:inline-block;
	margin-bottom:10px;
}
.info_box_wrap_gw .info_box_gw .inner_gw ul{
	list-style: disc;
	padding-bottom:20px;
}
.info_box_wrap_gw .info_box_gw .inner_gw ul li{
	list-style-type: disc;
	margin-bottom:10px;
	line-height:1.3;
	margin-left:25px;
}
.info_box_wrap_gw .info_box_gw .inner_gw ul span{
	color:#9b9b9b;
	padding-right:10px;
}
.info_box_wrap_gw .info_box_gw .inner_gw ul a{
	color:#0077bf;
	text-decoration:none;
}
.info_box_wrap_gw .info_box_gw .inner_gw ul p{
	color:#666;
	display:inline;
}


/* ここまで */