
/*オプション一覧*/




#optionIndex{
	font-size:12px;
	line-height:150%;
	padding-bottom:16px;
	}

#optionIndex h2 {
	background:url(../img/hr_option_list.jpg) no-repeat;
	height:0px;
	overflow:hidden;
	padding-top:37px;
	border-bottom:solid 1px #860c31;
	margin-bottom:20px;
}

/*リード文*/
.optionLead{
	padding-bottom:30px;
	}

/*オプションタイトル*/

#optionIndex h3{
	height:0;
	overflow:hidden;
	padding-top:70px;
	margin-bottom:10px;
	clear:left;
	}

#optionIndex h3#kitchen{ background:url(../img/hr_option_kitchen.jpg) no-repeat; }
#optionIndex h3#bath{ background:url(../img/hr_option_bath.jpg) no-repeat; }
#optionIndex h3#living{ background:url(../img/hr_option_living.jpg) no-repeat; }
#optionIndex h3#aircon{ background:url(../img/hr_option_aircon.jpg) no-repeat; }
#optionIndex h3#porch{ background:url(../img/hr_option_balcony.jpg) no-repeat; }
#optionIndex h3#otherspace{ background:url(../img/hr_option_other.jpg) no-repeat; }

/*オプションアイテム*/

.optionBox{
	width:200px;
	height:175px;
	padding:15px 20px 20px 20px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	background:url(../img/bg_option_box.jpg) no-repeat;
	}

.optionBox h4{
	font-size:15px;
	font-weight:bold;
	color:#333333;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #860C30;
	/*height:2em;*/
	}


.optionBox dl{
	clear:left;
	margin-bottom:3px;
	}
/*価格*/
.optionBox dl.optionPrice dt,.optionBox dl.optionPrice dd{
	float:left;
	}

.optionBox dl.optionPrice{
	background:url(../img/icon_price_recomm.jpg) no-repeat left center;
	padding:8px 0px;
}
.optionBox dl.optionPrice dt{
	width:60px;
	height:0px;
	padding-top:14px;
	overflow:hidden;
	}

.optionBox dl.optionPrice dd{
	width:140px;
	font-size:24px;
	line-height:110%;
	font-weight:bold;
	color:#860C30;
	}

/*作業時間*/
.optionBox dl.optionTime dt,.optionBox dl.optionTime dd{
	float:left;
	}

.optionBox dl.optionTime dt{
	width:60px;
	}

.optionBox dl.optionTime dd{
	width:140px;
	font-weight:bold;
	}


/*説明文*/
.optionBox p.optionText{
	clear:left;
	padding-bottom:10px;
	}

.optionBox p.optionText span{
	border-bottom:dotted 1px #333333;
	font-size:12px;
	line-height:160%;
	letter-spacing:-0.5px;
	}

/*無料見積もりボタン*/

.optionBox div.optionlistBtn form, .optionBox div.optionlistBtn{
	text-align:center;
}
