@charset "UTF-8";

/*=== 水関連事業css ===*/

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



/* コンテンツ
==========================================*/
#contents h1 {
	background: url(img/ico_h1_water.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(../sun/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_water.png) no-repeat 0 3px;
	line-height: 1.5em;
	font-size: 93%;
}





/* JSWの水処理システム
==========================================*/
#systemImage {
	position: relative;
}

.systemImageButton {
	position: absolute;
	width: 136px;
	height: 46px;
}
#systemImageButton {	left:591px; top:329px; }



/* 施工事例
==========================================*/
#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; 4件以上になった場合はコメントアウトを取る*/
	float: left;
	background: #eee;
}
#constructionCase ul li:nth-child(4n) {
	margin-right: 0;
}

#constructionCase ul li img {
	background: #008bd5;
}

#constructionCase ul li div {
	height: 50px;
	margin: 12px 9px;
	padding-left: 8px;
	border-left: 3px solid #008bd5;
	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: #008bd5;
}

.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;
}

