@charset "Shift_JIS";

/*―――――――――――――――――――――――――――――
	施工例紹介ページスタイル設定
―――――――――――――――――――――――――――――*/
div#construction h1 {
	margin-bottom: 10px;
	width: 635px;
	height: 35px;
	background: url("../img/title_construction.png") no-repeat left top;
	text-indent: -9999px;
	font-size: 77%;
}

div#construction div#inner_wrapper {
	margin: 20px 0px 20px 5px;
}

div#construction div#inner_wrapper:after {content: ".";display: block;height: 0px;clear: both;visibility: hidden;}
div#construction div#inner_wrapper {zoom: 1;}


div#construction div.construction_box {
	margin: 0px 15px 15px 0px;
	width: 300px;
	float: left;
}

div#construction div.construction_box h2 {
	font-size: 100%;
	color: #008970;
}

div#construction div.construction_box img {
	margin: 5px 0px;
	display: block;
	width: 300px;
	height: 200px;
}

div#construction div.construction_box p {
	padding: 5px;
	font-size: 85%;
}

div#construction p.notice {
	padding: 10px 10px 20px;
	font-size: 93%;
	color: #F00;
}
