@charset "UTF-8";

/*ナビ*/
.navi{
	margin-bottom:15px;
}
.navi li{
	margin-right:5px;
	display:inline;
}

/*物件一覧*/
.property_box{
	border:3px solid #cbd6e6;
	padding:10px 10px 0 10px;
}
.property_box .item{
	border:1px solid #476ba5;
	margin-bottom:10px;
}
.property_box .icon{
	background:url(/img2/db/icon_bg.png) no-repeat left top;
	height:39px;
	position:relative;
}
.property_box .type{
	position:absolute;
	top:0;
	left:12px;
}
.property_box .sp{
	position:absolute;
	top:5px;
	left:131px;
}
.property_box .sp li{
	margin-right:5px;
	display:inline;
}
.property_box .info{
	border:3px solid #e4ecf9;
	border-top:0;
	padding:10px;
	display:inline-block;
}
.property_box .info:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.property_box .info{
	display:block;
}
.property_box .txt{
	float:left;
	width:465px;
	padding-right:11px;
	background:url(/img2/db/dot1.png) repeat-y right top;
}
.property_box h2{
	margin-bottom:8px;
}
.property_box h2 a{
	color:#0c3c88;
	font-weight:bold;
	font-size:115%;
}
.property_box .txt table{
	width:100%;
	margin-bottom:10px;
}
.property_box .txt table th,
.property_box .txt table td{
	border-right:1px solid #fff;
	text-align:center;
	padding:5px 0;
}
.property_box .txt table th{
	background:#e9eff6 url(/img2/db/th_bg.png) repeat-x left bottom;
}
.property_box .txt table td{
	background:#f1f1f1;
}
.property_box .txt table th:nth-last-of-type(1),
.property_box .txt table td:nth-last-of-type(1){
	border-right:0;
}
.property_box .txt .recital{
	float:left;
	width:358px;
}
.property_box .txt .recital span{
	color:#0b3b88;
}
.property_box .txt .detail{
	float:right;
	width:89px;
}
.property_box .img{
	float:right;
	width:135px;
}