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

#conts h3 {
	margin-top: 20px;
}

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

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

#conts .box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}

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

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

#conts .box .box01 {
	height: 250px;
	width: 610px;
	background-image: url(../img/process/back_st.jpg);
	margin-top: 10px;
}

#conts .box p.txt {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	padding-left: 50px;
}

#conts .box .leftBox {
	width: 270px;
	float: left;
	height: 230px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(../img/process/icon_backB.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 1px solid #333333;
}

#conts .box .rightBox {
	width: 270px;
	float: left;
	height: 230px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../img/process/icon_backA.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #333333;
	margin-left: 20px;
}

#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;
	height: 80px;
	padding-top: 10px;
}

#conts .link ul li {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

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

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

#conts .link ul li.link01 a {
	background: url(../img/process/process_linksmall01_over.jpg) left top no-repeat;
}

#conts .link ul li.link02 a {
	background: url(../img/process/process_linksmall02_over.jpg) left top no-repeat;
}

#conts .link ul li.link03 a {
	background: url(../img/process/process_linksmall03_over.jpg) left top no-repeat;
}

#conts .link ul li.link04 a {
	background: url(../img/process/process_linksmall04_over.jpg) left top no-repeat;
}

#conts .link ul li a:hover {
	background-color: #fff;
}

#conts .link ul li a:hover img {
	visibility: hidden;
}
/*------------------------------------------------------------
	ビフォーアフターの写真飾り
------------------------------------------------------------*/
.img_waku{
	background-color: #fff;
}

