@charset "utf-8";


/* ---------------------------------------- 
						賃貸物件一覧			
---------------------------------------- */
#main h2 {
	color:#950302;
	font-size:129%;
	font-weight: bold;
	border-left: 5px solid #950302;
	border-bottom: 1px solid #950302;
	border-top: 1px solid #950302;
	border-right: 1px solid #950302;
	padding-left: 10px;
	text-indent:0;
	margin: 25px 0 10px 0;
	clear: both;
}
.margin0 {margin-top:0px!important;}
.listbox {margin-bottom:10px;}
.listpic {
	width:95px;
	float:left;
}
.listpic a {color:#950302;}
.listpic a:hover {border-bottom:1px solid #950302;}
.listsub {
	width:530px;
	float:right;
}
.listsub h3 {
	border:none!important;
	background:url(../../img/lease-estate/box.gif) 2% center no-repeat;
	background-color:#EDEDED;
	margin:0px!important;
	text-indent:2em!important;
}

.listsub table {
	width:530px;
	border-collapse : collapse ;
	border:1px solid #999999;
}
.listsub table td {
	border:1px solid #999999;
}
.listsub .bc {
	text-align:center;
	background-color:#F0EBC2;
	width: 50px;
}
.listsub .w { width: 180px; }
#bu-inq{
	background:url(../../img/lease-estate/lease/list/bc-inq.gif) no-repeat;
	margin-top: 30px;
	clear: both;
}
#bu-inq h4 {
	float:left;
	padding:35px 0 0 60px;
	font-size:122%;
	font-weight:bold;
	color:#950302;
	display: block;
}
#bu-inq p { padding: 38px 10px 0 0; 
}
#bu-inq p a{
	float:right;
	width: 62px;
	height: 15px;
	text-indent: -9999px;
	display: block;
}
#bu-inq dl {
	clear:both;
}
#bu-inq dt {
	float:left;
	width:9em;
	line-height:1.8;
	clear: both;
	padding-bottom: 1px;
	text-indent: 0.5em;
}
#bu-inq dd {
	padding-left:10em;
	line-height:1.8;
	margin:3px 0;
}
