@charset "UTF-8";

/*=== 太陽光発電事業css ===*/

/* コンテンツヘッダー
==========================================*/
#contentsHeader {
	height: auto !important;
	background: #ffe100;
}



/* コンテンツ
==========================================*/
#contents h1 {
	background: url(img/ico_h1_solar.png) no-repeat 0 0;
}



/* JSWの強み
==========================================*/
#jswEdge ul li {
	position: relative;
	width: 197px;
	float: left;
	margin-right: 44px;
	text-align: center;
}
#jswEdge ul li:last-child {
	margin-right: 0;
}
#jswEdge ul li:nth-child(1)::after,
#jswEdge ul li:nth-child(2)::after {
  content: url(img/img_tsuyomiPlus.png);
  position: absolute;
  top: 53px;
  right: -44px;
}

#jswEdge ul li p {
	margin-top: 8px;
	text-align: left;
	line-height: 1.4em;
	font-size: 93%;
}



/* JSW施工の特徴
==========================================*/
#feature ul {
	margin-top: -5px;
}

#feature ul li {
	margin-bottom: 4px;
	padding-left: 15px;
	background: url(img/ico_listIcon_solar.png) no-repeat 0 3px;
	line-height: 1.5em;
	font-size: 93%;
}





/* JSWの太陽光発電システム
==========================================*/
#systemImage {
	position: relative;
}

.systemImageButton {
	position: absolute;
	width: 136px;
	height: 46px;
}
#systemImageButton1 {	left:540px; top:195px; }
#systemImageButton2 {	left:298px; top:52px; }
#systemImageButton3 {	left:13px; top:184px; }




/* 施工事例
==========================================*/
#constructionCase>p {
	margin-top: -2px;
	margin-bottom: 10px;
	font-size: 93%;
	line-height: 1em;
}

#constructionCase ul li {
	height: 205px;
	margin-right: 13px;
	margin-bottom: 13px; 
	float: left;
	background: #eee;
}
#constructionCase ul li:nth-child(4n) {
	margin-right: 0;
}

#constructionCase ul li img {
	background: #FC0;
}

#constructionCase ul li div {
	height: 50px;
	margin: 12px 9px;
	padding-left: 8px;
	border-left: 3px solid #ffe100;
	font-size: 75%;
	line-height: 1.0em;
}

#constructionCase ul li div span {
	display: inline-block;
	margin-top: 2px;
	font-size: 125%;
	line-height: 1.3em;
}









/* モーダルウィンドウ
==========================================*/
#modalDataBox {	/* 消しておく */
	display: none;
}

.modalWindow {
	width: 500px;
	background: #fff;
}

.modalHeader{
	height: 25px;
	position: relative;
	background: #ffe100;
}

.modalHeader .modalHeaderTitle {
	margin-left: 13px;
	float: left;
	font-weight: bold;
}

.modalHeaderUnder {
	height: 55px;
	position: relative;
	background: #ddd;
}

.modalHeaderUnder .systemNameSingle {
	margin: 18px 13px;
	float: left;
	font-size: 112%;
	line-height: 1em;
}

.modalHeaderUnder .systemName2row {
	float: left;
	margin: 9px 13px 0;
	font-size: 112%;
	line-height: 1em;
}

.modalHeaderUnder .systemName2row span {
	margin-bottom: 4px;
	font-size: 75%;
}

.modalHeaderUnder .contactButton {
	position: absolute;
	top: 17px;
	right: 14px;
}

