@charset "UTF-8";
/* CSS Document */

/* 物件情報(不動産一覧)ページ用CSS */

/****************************
 パンくずエリア
*****************************/
.panArea {
	width: 930px;
	height: 40px;
	background: url(../image/common/bg_panArea.jpg) repeat-x                                                                                                                                ;
	margin: 0px;
	padding-left: 20px;
}

#crumbs {
	font-size: 10px;
	height: 40px;
}

#crumbs li {
	float: left;
	line-height: 40px;
	margin: 0px 7px 0px 0px;
}

#crumbs li a {
	display: block;
	padding: 0px 14px 0px 0px;
	background: url(../image/common/panArrow.gif) no-repeat right center;
}


/****************************
 不動産物件を探す
*****************************/
#SconArea {
	width: 210px;
	margin: 0px 0px 10px 0px;
}

#SAcontents {
	width: 178px;
	padding: 10px 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e4e0da;
	border-bottom-color: #e4e0da;
	border-left-color: #e4e0da;
}

#objList li {
	list-style: inside;
	line-height: 28px;
	color: #fd9300;
}


/****************************
 物件一覧
*****************************/
#Rec_contents {
	width: 680px;
}

#Rec_title {
	width: 680px;
	height: 44px;
}

#Rec_list {
	width: 678px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e4e0da;
	border-left-color: #e4e0da;
	clear: left;
}


#Rec_list ul {
}

.Rec_info {
	background-color: #e4e0da;
}

#Rec_list li.Rec_per {
	width: 650px;
	margin: 0px auto;
	padding: 10px 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.Tobj_photo {
	width: 154px;
	height: 114px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #E4E0DA;
	overflow: hidden;
}

.Tobj_contents {
	width: 470px;
	padding: 0px 0px 0px 10px;
}

.Tobj_contents h3 {
	line-height: 30px;
	font-size: 1.1em;
	margin: 0px 0px 0px 10px;
}

.Tobj_info {
	text-align: left;
	background-color: #e4e0da;
}

.Tobj_contents .Rec_btn {
	padding: 5px 0px 0px 0px;
}


.Tobj_contents .Ttd{
	height: 24px; 
	padding: 3px 0px 0px 7px;
}
