/* -------------------------------
ページタイトル */
#main-contents h1{
	background:url(/img/db/index/page-title_bg.png) top left no-repeat;
	margin-bottom:15px;
}
/* -------------------------------
物件ループ */	
.back{
	background:#fff;
	border:1px solid #1ac4f8;
	padding:19px;
	width:610px;
	margin-bottom:20px;
}

/* テーブル */
.back p.note{
	margin-bottom: 20px;
}
.back table{
	width:100%;
	background:#f5fffb;
	border:2px solid #67a534;
	color:#67a534;
}

.back table td{
	border-right:1px solid #67a534;
	padding:3px;
	text-align:center;
}
.back table th{
	border-bottom:1px solid #67a534;
	border-right:1px solid #67a534;
	width:25%;
	padding:20px;
	text-align:left;
}
.back table td{
	border-bottom:1px solid #67a534;
	padding:20px;
	text-align:left;
	background:#fff;
}






