@charset "utf-8";

.main_image{
	background:url(../img/house/main_bg.jpg) repeat-x top;
	position:relative;
	margin-bottom:40px;
}
.main_image h3{
	position:absolute;
	top:15px;
	left:15px;
}
.main_image ul{
	padding:145px 27px 0px 27px;
	margin-bottom:10px;
}
.main_image ul li{
	float:left;
	width:442px;
	margin-bottom:5px;
}
.main_image ul li:nth-child(2n){
	float:right;
}
.main_image p.tel{
	padding-left:27px;
}
.main_image p.price{
	position:absolute;
	top:265px;
	left:510px;
}

.area p{
	float:left;
	width:350px;
}
.area .area_map{
	float:right;
	width:550px;
}

.flow ol{
	padding:0px 10px;
}
.flow ol li.center{
	margin-bottom:10px;
}

.voice li{
	border:1px solid #cccccc;
	margin-bottom:20px;
	padding:0px 20px 20px 20px;
	background:#fff9e0;
background:linear-gradient(top, #fff8d9, #ffffff);
background:-moz-linear-gradient(top, #fff8d9, #ffffff);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff8d9), color-stop(100%, #ffffff));
}
.voice li h4{
	background:url(../img/house/voice.png) no-repeat left top;
	padding:15px 155px 20px;
	min-height:13px;
	font-weight:bold;
	position:relative;
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}
.voice li h4 span{
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	font-weight:normal;
}














