@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	太陽光発電関連
------------------------------------------------------------*/
#conts {
	padding-bottom: 50px;
	font-size: 12px;
	color: #000;
	background: #fff;
}

#conts h4 {
	padding: 5px 0 0 5px;
}

*html #conts h4 {
	padding-top: 10px;
}

#conts .box {
	margin: 20px 40px 10px 70px;
}

*+html #conts .box .box01 {
	display: inline-block;
}

*html #conts .box .box01 {
	display: inline-block;
}

#conts .box .box01 {
	clear: both;
}

#conts .box p.txt {
	margin: 10px 0 15px 0;
}

#conts .box .leftBox {
	width: 280px;
	float: left;
}

#conts .box .rightBox {
	width: 280px;
	float: right;
}

#conts .box span {
	margin-left: 20px;
}

#conts .boxA {
	margin: 20px 0 0 50px;
	width: 640px;
	height: 375px;
	clear: both;
	background: url(../img/case/box_back.jpg) no-repeat center;
}

#conts .boxA ul.imgLink {
	margin: 15px 0 0 20px;
}

#conts .boxA ul.imgLink li {
	padding: 0 20px 10px 0;
	display: inline;
	float: left;
}

#conts .boxA ul.imgLink li.none {
	padding-right: 0;
}

#conts .boxA ul.imgLink li p {
	margin-top: 3px;
	text-align: center;
	color: #fff;
}

#conts .boxA ul.imgLink li p a {
	color: #fff;
}

/*------------------------------------------------------------
	トップページと同様のロールオーバーリンク
------------------------------------------------------------*/

#conts .link {
	text-align: center;
	margin-left: 20px;
}

#conts .link ul li {
	float: left;
	margin-right:13px;
	margin-bottom: 10px;
	height: 200px;
	width: 200px;
	border: 2px solid #CCCCCC;
	background-color: #F7FBFF;
	padding: 5px;
}

#conts .link ul li img {
	margin-bottom: 5px;
}

#conts .link ul li.mr0 {
	margin-right: 0;
}

#conts .link ul li a {
	display: block;
}



/*------------------------------------------------------------
	動画エリア
------------------------------------------------------------*/

#conts .movie {
	text-align: center;
	height: 480px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------------------------------------------------------------
	施工事例追加後CSS
------------------------------------------------------------*/
#conts .solarlist {
	text-align: center;
	height: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#conts .solarlist li {
	float: left;
	margin-right:5px;
	height: 50px;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#conts .solarlist li a {
	height: 45px;
	width: 150px;
	display: block;
}

/* ↓リンク */
#conts .solarlist li A:link {
	color: #005EF9
}
/* ↓既に見たリンク */
#conts .solarlist li A:visited {                 
	color: #3200B5;
	text-decoration: underline     /* 下線 */
}
/* ↓カーソルが上にある時のリンク */
#conts .solarlist li A:hover {
	color: #525252;
	text-decoration: none     /* 下線を消す */
}
