@charset "UTF-8";

/*物件一覧*/
#property_list .info_block{
	width:156px;
	float:left;
	margin-right:10px;
	padding:11px 8px 20px 8px;
	background:url(/img/common/bg_list.jpg) repeat-x left top;
}
#property_list .info_block .property_title{
	font-size:110%;
	font-weight:bold;
	margin:0 0 5px -8px;
	_margin:0 0 5px 1px;
	position:relative;
}
#property_list .info_block p.img{
	width:100%;
	margin-bottom:5px;
	padding-right:0;
	text-align:center;
}
#property_list .info_block p.img img{
	float:none;
}
#property_list .info_block ul li span{
	color:#666;
}
#property_list .info_block ul li.price strong{
	font-weight:bold;
}
#property_list .info_block ul li.price strong span{
	font-weight:normal;
	color:#0f6b16;
}
#property_list .info_block ul li.copy{
	color:#611E00;
	line-height:1.4;
}
#property_list .info_block .detail{
	padding-top:5px;
	text-align:center;
}

#recommend .title_recommend{
	margin-bottom:10px;
}
#recommend #property_list{
	border-bottom:1px dashed #D7D7D7;	
	margin-bottom:6px;
}

.more_recommend{
	text-align:right;
}
.more_recommend span{
	padding-left:20px;
	background:url(/img/common/icon_arrow05.jpg) no-repeat left center;
}
.more_recommend span a{
	color:#611e00;
}

