@charset "UTF-8";


/* -----------------------------------------------
 *       for estate lists (static lists) pages
 * ----------------------------------------------- */

#header-area {
	margin-bottom: 0px;
}

div.estate-index-utility {
	margin: 0 0 0 12px;
	*margin-left: 0;
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
}

div.estate-index-utility:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div.estate-index-utility dl.def-list-A01 {
	margin-bottom: 0.67em;
}

div.estate-index-utility ul.list-C02 {
	float: left;
	margin-bottom: 0;
}

div.estate-index-utility ul.list-B02 {
	float: left;
	margin: 6px 0 0 12px;
}

div.index-unit {
	margin-top: 24px;
	background: url(/common/img/index-unit_bg.png) no-repeat left bottom;
}

div.index-unit dl {
	position:relative;
	margin: 0;
	padding: 0 0 0 140px;
	border-top: 1px solid #e2dcdb;
	min-height: 93px;
	_height: 93px;
	line-height: 1.3;
}

div.index-unit dt {
	margin: 9px 6px 0.53em 0;
}

div.index-unit dt img {
	position: absolute;
	left: 6px;
	top: 6px;
}

div.index-unit dt a {
	border: none;
	background: none;
	color: #6E514C;
}

div.index-unit dd {
	margin: 0 6px 6px 0;
}

div.index-unit dd p {
	margin-bottom: 0.53em;
	/*min-height: 30px;
	_height: 30px;*/
}

div.index-unit-single {
	width: 466px;
}

div.index-unit-single div.float-block-A01-unit{
	margin-right: 0;
}

div.index-unit ul.link-list-B01 a {
	border-bottom: 1px solid #e2dcdb;
	color: #6e514c;
	background-color: #e2dcdb;
	padding-right: 2px;
	padding-left: 2px;
}

@media print {
	div.estate-index-utility ul.list-C02,
	div.estate-index-utility ul.list-B02,
	dl.index-unit dd ul.link-list-B01{
		display: none;
	}
	
	div.index-unit {
		margin-top: 0;
		background: none;
	}
	
	div.index-unit dl {
		margin-top: 24px;
		border: 1px solid #e2dcdb;
	}
	
	div.index-unit-single {
		width: auto;
	}
}