@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 {
	color: #FF9900;
	list-style: inside;
	line-height: 28px;
}

#objList li a {
}


/****************************
 物件詳細
*****************************/
#objD_wrap {
	width: 680px;
}

#objD_contents {
	width: 680px;
	clear: left;
}

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

#objD_contents h3 {
	height: 45px;
	line-height: 45px;
	color: #1fa7ff;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}

#Spoint {
	width: 517px;
	height: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 153px;
	background-image: url(../image/obj/obj_Spoint.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fbe8ec;
}

#pointContents {
	font-size: .89em;
	padding: 0px 0px 0px 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DD5D79;
}

#objD_image {
	width: 680px;
	height: 367px;
	margin: 0px 0px 10px 0px;
	clear: both;
}

#objD_image #objD_ga {
	width: 311px;
	height: 345px;
	float: left;
	border: 1px solid #e4e0da;
	margin-right: 14px;
	padding: 10px;
}

#objD_image #objD_ma {
	width: 311px;
	height: 345px;
	float: left;
	border: 1px solid #e4e0da;
	padding: 10px;
}

.objD_photo {
	width: 310px;
	height: 310px;
	margin: 0 auto;
	overflow: hidden;
}

.objD_photo img {
	margin: auto 0;
}

#objD_image .objD_dcp {
	height: 35px;
	line-height: 35px;
}

#objD_info {
	width: 680px;
	clear: both;
	background-color: #b8dfa3;
	margin: 0px 0px 20px 0px;
}

#objD_info td {
	height: 35px;
	line-height: 35px;
	padding: 0px 0px 0px 5px;
}

#line {
	height: 19px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e4e0da;	
}

#mapArea {
	width: 658px;
	height: 418px;
	border: 1px solid #e4e0da;
	padding: 10px;
}

#objD_otherImg_wrap {
	width: 680px;
	height: 207px;
	margin: 10px 0px 0px 0px;
}

.otherImg_contents {
	margin: 0px 0px 10px 0px;
}

.otherImg_contents li {
	width: 200px;
	height: 185px;
	text-align: center;
	float: left;
	border: 1px solid #e4e0da;
	padding: 10px;
}

.otherImg_mid {
	margin: 0 7px;
}





















