@charset "utf-8";

/*************************************************
■ 売買用 色指定（賃貸から上書きする部分）
**************************************************/
.search_refine { margin-bottom:30px; }
.search_refine h3, .search_refine_lease h3 {
	background:url(/housing/sale/images/search_refine_h3_bk.gif) no-repeat right bottom;
}
.display_item table, .building_display_item table td, table.search_start {
	background:#c2e7c7;
}
.property_info table td.property_name, .property_info table td.icon_display {
	background:#486c4b;
}
table.areaList_table td.checked, table.room_planning td.checked,
table.search_setting select.checked,
.add_button, .property_info table td.property_check,
div.property_info table td.building_data div.building_details table th, table.search_setting th {
	background:#e2f3e4;
}
table.search_setting, table.search_setting th, .search_refine, table.search_setting td {
	border:1px solid #999;
}
.sort_table {
	background:url(/housing/sale/images/sort_table_background.gif) repeat-x left bottom;
}
.pager table td.page_link em, .sort_table table td em, .pager_foot em {
	background:#399144;
}
.search_refine h3.topBorder, .search_refine_lease h3.topBorder {
	border-top:1px solid #999;
}
table.search_start {
	border:none;
}
table.search_start td {
	border-top:1px solid #999;
	border-bottom:none;
	border-left:none;
	border-right:none;
}


/*************************************************
■ 検索結果詳細一覧
**************************************************/
.add_button table, .add_button table th, .add_button table td, .add_button input {
	vertical-align:middle;
}

.item3 ul li {
	margin:5px 0;
}

.property_info table td.icon_display {
	padding:4px;
}
.property_info table td.icon_display img {
	float:none;
	margin-top:0;
	vertical-align:0;
}

.property_info td.building_data div.building_summary img {
	float:left;
}
.property_info table td img {
	/*float:left;*/
	margin-right:1px;
}

.property_info table td.property_check {
	padding:0;
	width:29px;
	text-align:center;
}

.building_summary {
	float:left;
	width:250px;
}

.building_summary img.building_photo {
	margin:0;
	padding:0;
}

.building_summary p.property_more {
	clear:both;
	margin:0;
	padding:4px 0 0;
	text-align:right;
}

.building_details {
	float:right;
	width:446px;
}

.building_details table, .building_details table th, .building_details table td {
	border:1px solid #999;
}
	.building_details table.basic_info {
		margin-top:1px;
		margin-bottom:4px;
	}
	.building_details table th {
		width:90px;
		padding:6px 0;
		text-align:center;
		background:#dceefa;
		white-space:nowrap;
	}
	.building_details table td.fee {
		font-weight:bold;
		background:#fffed7;
	}
	.building_details table td.floor {
		width:135px;
	}


div.pager p.area_note {
	color:#999;
	font-size:95%;
	text-align:right;
}

.rooms_not_found {
	margin:0;
}
.rooms_not_found dl {
	width:100%;
}
.rooms_not_found dl dt {
	padding:15px;
	text-align:center;
	font-weight:bold;
	background:#fafafa;
}
.rooms_not_found dl dd {
	padding:15px;
	text-align:center;
}



.search_refine_sale {
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}



