@charset "utf-8";
/* CSS Document 
---------------------------------------------------- */

/* Fonts
---------------------------------------------------- */

#chijimi {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	background-color: #FFF;
	background-image: url(../img/h2_chijimi.jpg);
	height: 80px;
	width: 850px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #F90;
}
#gunkote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	background-color: #FFF;
	background-image: url(../img/h2_gunkote.jpg);
	height: 80px;
	width: 850px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #F90;
}




/* 施工例の写真エリア
---------------------------------------------------- */

#product .box-r {/* 上下の左のBOX*/
	float: left;
	width: 208px;
	height: 356px;
	z-index: 1;
}
#product .box-c {/* 上下の中央のBOX*/
	float: left;
	width: 208px;
	height: 356px;
	z-index: 1;
	padding-right: 22px;
	padding-left: 22px;
}
#product .box-l {/* 上下の右のBOX*/
	float: left;
	width: 208px;
	height: 356px;
	z-index: 1;
}
#product .box-photo {/* 掲載写真*/
	border: 1px solid #FFCC00;
	padding: 3px;
	margin-bottom: 20px;
}
#product .arrow_layer {/* レイヤー*/
	z-index: 3;
	position: absolute;
	height: 0px;
	width: 0px;
}
#product .photo-max {
	border: 1px solid #FFCC00;
	float: left;
	padding: 3px;
	margin-bottom: 10px;
}
#product .photo-a {
	border: 1px solid #FFCC00;
	float: left;
	padding: 3px;
	margin-right: 10px;
}
#product .txt-a {
	font-size: 12px;
	float: right;
	width: 380px;
	line-height: 20px;
}
#product .photo-b {
	border: 1px solid #FFCC00;
	float: right;
	padding: 3px;
	margin-left: 10px;
}
#product .txt-b {
	font-size: 12px;
	float: left;
	width: 380px;
	line-height: 20px;
}
#product .photo-c {
	border: 1px solid #FFCC00;
	float: left;
	padding: 3px;
	margin-right: 10px;
}
#product .txt-c {
	font-size: 12px;
	float: left;
	width: 300px;
	line-height: 20px;
}
#product .photo3 {
	border: 1px solid #FFCC00;
	float: left;
	padding: 3px;
	margin-right: 21px;
}
#product .photo3e {
	border: 1px solid #FFCC00;
	float: left;
	padding: 3px;
}
#product .product-under {
	clear: both;
	height: 20px;
	display: block;
}
.title-a {
	padding: 10px;
	background-color: #666666;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* 施工例ページ
---------------------------------------------------- */
.before {
	padding: 3px;
	background-color: #CCCCCC;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.after {
	padding: 3px;
	background-color: #FF6600;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.sekou-txt {
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
}


/* お客様の声ページ
---------------------------------------------------- */
#custvoice .voice-box {
	background-color: #EAEADF;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	height: auto;
}
#custvoice .voice-title {
	background-color: #F90;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#custvoice .voice-day {
	font-size: 12px;
	color: #333;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F60;
	padding: 5px;
	margin-left: 10px;
}
#custvoice .voice-txt {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#custvoice .voice-photo {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#custvoice .voice-cust {
	color: #F60;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}

/* etc
---------------------------------------------------- */
.float-r {
	float: right;
}
.float-l {
	float: left;
}
.float-clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.space10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.space20 {
	height: 20px;
}
.box10 {
	padding-top: 10px;
}
.clear-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}