@charset "utf-8";

/** 不動産を買う 物件詳細 **/

/*-----------------------------------------------------------------------------------------------------------
8/4リニューアル用
--------------------------------------------------------------------------------------------------------------*/


/******************************************************************* detail **/

div#detail {
	width: 926px;
	margin: 10px auto;
	/*background: #00CC99;*/
}

div#detail_innner {
	width: 816px;
	margin: 0 auto;
}

div#detail h2 {
	width: 892px;
	margin: 0 auto 10px auto;
	background-image:url(/images/common/bg_h2_b.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 7px 0 6px 26px;
	font-size: 117%;
	color: #666666;
	font-weight: bold;
}

/*div#detail h2 span {
	border-left: 3px solid #0079dc;
	padding: 2px 0 2px 10px;
	
}*/

div#detail h3 {
	clear: both;
	border-left: 3px solid #85a8b9;
	padding: 1px 0 1px 10px;
	line-height:1.4;
	margin-bottom: 10px;
}

/********************************************************* box1 **/

div#detail div.box1 {
	margin: 10px 0 15px;
}

div#detail div.box1:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail div.box1 { display: inline-block; }
div#detail div.box1 { display: block; }

div#detail div.box1 ul.topic {
	border-left: 4px solid #85a8b9;
	padding: 3px 0 3px 10px;
	float: left;
	width: 470px;

}

div#detail div.box1 ul.topic li {
	padding: 2px 0 2px;
}

div#detail div.box1 ul.topic li.salesPoint {
	font-size: 133%;
	color: #ff9a0d;
	font-weight: bold;
}


div#detail div.box1 ul.top_btn {
	float: right;
	width: 330px;
}

div#detail div.box1 ul.top_btn:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail div.box1 ul.top_btn { display: inline-block; }
div#detail div.box1 ul.top_btn { display: block; }

div#detail div.box1 ul.top_btn li {
	float: right;
	padding-left: 8px;
}




/*----------------------------------
 一番上のテーブル
-----------------------------------*/
div#detail table.info1 {
	width: 816px;
	border-collapse: collapse;
	border-spacing: 0;
}

div#detail table.info1 th {
	border: 1px solid #999;
	background: #dde5e9;
	font-weight: normal;
	text-align: center;
	padding: 3px 4px;
	line-height: 1.4;
}


div#detail table.info1 td {
	border: 1px solid #999;
	text-align: center;
	padding: 3px 4px;
	line-height: 1.4;
}

/*各セル*/

div#detail table.info1 .d1 {
	text-align: left;
	vertical-align: top;
	padding: 10px 8px 6px;
	font-size: 116%;
	width: 314px;
}

div#detail table.info1 .d1 p.shubetsu {
	color: #85a8b9;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.4;
}

div#detail table.info1 .d1 p.station {
	line-height: 1.4;
	margin: 0 !important;
	padding: 0 !important;
}

div#detail table.info1 .d1 p.price {
	float: right;
	line-height: 1.4;
	margin: 0 !important;
	padding: 1.4em 0 0 !important;
}

div#detail table.info1 .d1 p.price span {
	font-weight: bold;
	color: #f30d3e;
	margin: 0 0 0 5px;
}


div#detail table.info1 .d5 {
	width: 210px;
	padding: 6px 8px;
}

div#detail table.info1 .d5 span.contact {
	font-weight: bold;
	line-height: 1.8;
	color: #666666;
}

div#detail table.info1 .d5 span.phone {
	font-weight: bold;
	font-size:28px;
	line-height: 1.2;	
	color: #43afe1;
}

div#detail table.info1 .d5 p {
	padding: 4px 0 0 0;
	margin: 0;
}

/*----------------------------------
 こだわりアイコン
-----------------------------------*/

div#detail table.kodawari {
	width: 816px;
	border-collapse: collapse;
	 border-spacing: 0;
	 margin-bottom:20px;
}

div#detail table.kodawari th {
	width: 76px;
	padding: 7px 3px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
	border-top: none;
	background: #dde5e9;
	font-weight: normal;
	line-height: 1.4;
}


div#detail table.kodawari td {
	padding: 7px 0px 7px 9px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #999;
	border-top: none;
}

div#detail table.kodawari td ul li {
	float: left;
	margin-right: 2px;
	padding: 5px;
	border: 2px solid #6fc0da;
	color: #333;
	background: #e9f3f9;
	margin: 0 5px 0px 0;
}

/*----------------------------------
 画像一覧
-----------------------------------*/


div#detail p.gazou_caption {
	text-align: right;
	color: #f533ad;
	margin: -5px 0 5px;
}


div#detail ul.imageBox1 {
	height: 348px;
	border-left: 1px solid #c6c6c6;
}

div#detail ul.imageBox1:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail ul.imageBox1 { display: inline-block; }
div#detail ul.imageBox1 { display: block; }


div#detail ul.imageBox1 li {
	float: left;
	width: 406px;
	border: 1px solid #c6c6c6;
	border-left: none;
	height: 316px;
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 1.8;
	background: url(/images/detail/bg_bigimg.gif) 354px 300px no-repeat;

}

div#detail ul.imageBox2 {
	width: 813px;
	height: 105px;
	border: 1px solid #c6c6c6;
	border-top: none;
	margin-bottom: 20px;
}

div#detail ul.imageBox2:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail ul.imageBox2 { display: inline-block; }
div#detail ul.imageBox2 { display: block; }


div#detail ul.imageBox2 li {
	float: left;
	width: 135px;
	height: 94px;
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 1.8;
	background: url(/images/detail/bg_smallimg.gif) 113px 84px no-repeat;

}

div#detail ul.imageBox2 li.first {
	width: 134px;
}



/* 画像がない場合 */
div#detail .mainphoto,
div#detail .imageBox li {
	text-align: center;
	margin-bottom: 20px;
}





/* 画像の線 */
div#detail .imageBox li img,
div#detail ul.imageBox1 img,
div#detail ul.imageBox2 img,
div#detail .mainphoto img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}



/*----------------------------------
 mapといえらぶポイント
-----------------------------------*/

div#detail #map_canvas {
	float: left;
	margin-bottom: 20px;
}

div#detail div.ielove_point {
	float: right;
	width: 464px;
	margin-bottom: 20px;
}

div#detail div.ielove_point p.contact {
	margin: 0 0 15px;
}

div#detail div.ielove_point p.point_txt {
	border: 1px solid #cccccc;
	border-top: none;
	padding: 10px;
	line-height: 1.4;
	min-height:87px;
}

* html div#detail div.ielove_point p.point_txt {
	border: 5px solid #68c8e0;
	padding: 10px;
	line-height: 1.4;
	min-height:87px;
}






/*-----------------------------------
似たもの物件
----------------------------------*/
div#detail #near {
	width: 230px;
	float: right;
	margin: -24px 0 18px;
	padding: 0 0 0 17px;
	
}

div#detail #near ul {
	width: 228px;
	border: 1px solid #cecece;
	border-top: none;
	margin: 0 0 0;
}



div#detail #near ul li {
	border-top: 1px solid #a6a6a6;
	width: 228px;
	position: relative;
	padding-bottom: 2em;
	margin: 0;
}

* + html div#detail #near ul li {
	margin: 0 0 -2px !Important;
}

* html div#detail #near ul li {
	margin: 0 0 -2px !Important;
}


div#detail #near ul li:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail #near ul li { display: inline-block; }
div#detail #near ul li { display: block; }


div#detail #near ul li p.bkn_img {
	padding: 12px 0 0 8px;
	width: 73px;
	float: left;
}

div#detail #near ul li p.bkn_img img {
	border: 1px solid #ccc;
}

div#detail #near ul li dl {
	width: 143px;
	float: left;
	padding: 12px 0 0 0;
}

div#detail #near ul li dt {
	border-bottom: 1px dashed #d2d2d2;
	background: url(/images/search/bg_ttlbar.gif) 6px 0.1em no-repeat;
	line-height: 1.4;
	padding: 0 0 3px 17px;
	margin: 0 0 6px;
}

div#detail #near ul li dd {
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
}

div#detail #near ul li dd.price {
	font-size: 133%;
	 color: #de2a2d;
	 text-align: right;
	 font-weight: bold;
}


div#detail #near ul li p.station {
	clear: both;
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 2px 7px;
	line-height: 1.4;
	background: #e6e4e5;
	width: 214px;
}



/**/
div#detail table.info2 {
	float: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 18px;
	width: 569px;
	
}

div#detail table.info2 th {
	background: #dde5e9;
	text-align: center;
	padding: 5px 0 5px;
	border: 1px solid #c6c6c6;
	line-height: 1.6;
	font-weight: normal;
	width: 25% !important;
}

div#detail table.info2 td {
	padding: 5px 10px 5px;
	border: 1px solid #c6c6c6;
	line-height: 1.6;
	text-align: center;
	width: 24%;
}

div#detail table.info2 td.long {
	text-align: left;
	width: 74%;
}


/*---------------------------------
いえらぶ110番
-----------------------------------*/
div#detail div.ban110 {
	clear: both;
	padding: 10px 10px 8px 10px;
	border: 1px solid #f0eaea;
	margin-bottom: 20px;
}

div#detail div.ban110:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail div.ban110 { display: inline-block; }
div#detail div.ban110 { display: block; }


div#detail div.ban110 p {
	padding: 8px 0 0 0;
	width: 460px;
	float: left
}

div#detail div.ban110 ul {
	float: right;
	width: 330px;
}

div#detail div.ban110 ul:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#detail div.ban110 ul { display: inline-block; }
div#detail div.ban110 ul { display: block; }

div#detail div.ban110 ul li {
	float: right;
	padding-left: 8px;
}


/*---------------------------------
会社概要
-----------------------------------*/
div#detail #company {
	border: 2px solid #b09d94;
	border-bottom: none;
	padding: 20px 105px 0 15px;
	background: url(/images/detail/bg_company.jpg) right bottom no-repeat;
	min-height: 144px;
	position: relative;
}

* html div#detail #company {
	height: 144px;
}


div#detail #company dl {
	width: 387px;
}

div#detail #company dt {
	padding: 0 0 5px 12px;
	border-bottom: 1px dashed #d4d2d3;
	font-weight: bold;
	margin: 0 0 5px;
}

div#detail #company dd {
	line-height: 1.4;
	margin: 0 0 0 22px;
}


div#detail #company p.bt {
	position: absolute;
	top: 32px;
	right: 72px;
}

div#detail #company p.txt {
	font-weight: bold;
	font-size: 116%;
	color: #444;
	text-align: right;
	position: absolute;
	bottom: 2px;
	right: 105px;
}

div#detail #company p.txt span {
	font-size: 133%;
	color: #287acc;
}

div#detail p.company_bottom {
	margin: 0;
	padding: 0;
	width: 816px;
}

div#detail div.bottom_txt_link li {
	text-align: right;
	margin: 5px 4px 30px;
}
/*-----------------------------------------------------------------------------------------------------------
以下リニューアル前
--------------------------------------------------------------------------------------------------------------*/

/**********************************************************************************
		 								result 
***********************************************************************************/

div.result {
	width: 926px !important;
	margin: 0 auto;
}

div.result h2 {
	background: url(/images/search/bg_ttl2.gif) 0 0 repeat-x #dddddd;
	padding: 4px 0 4px 10px;
	font-weight: bold;
	border: 1px solid #c6c6c6;
	margin: 0 0 15px;
}

div.result h2 span {
	border-left: 3px solid #0079dc;
	padding: 2px 0 2px 10px;
	
}

div.result div.box1 {
	margin: 0 0 15px;
}

div.result div.box1:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div.result div.box1 { display: inline-block; }
div.result div.box1 { display: block; }

div.result div.box1 dl {
	float: left;
	width: 420px;
		padding: 0 0 0 62px;
}

div.result div.box1 dl:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div.result div.box1 dl { display: inline-block; }
div.result div.box1 dl { display: block; }


div.result div.box1 dt {
	border-left: 4px solid #0079dc;
	padding: 14px 0 14px 17px;
	float: left;
	widows: 5em;
	font-weight: bold;
}

div.result div.box1 dd {
	float: left;
	padding: 14px 0 14px 17px;
	font-weight: bold;
}

div.result div.box1 div {
	float: right;
	padding: 8px 20px 8px 8px;
	margin: 0 50px 0 0;
	display: inline;
	background: #ededeb;
	width: 200px;
}

div.result div.box1 div p.contact1 {
	float: left;
}

div.result div.box1 div p.print {
	float: right;
	padding: 13px 0 13px 20px;
	background: url(/images/search/bg_print.jpg) 0 center no-repeat;
} 

/**********************************************************************************
		 								上部テーブルとテーブル共通
***********************************************************************************/

div.result table.t1,
div.result table.t2,
div.result table.t3,
div.result table.info1,
div.result table.info2,
div.result table.info3 {
	width: 770px;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
}

div.result table.t1 th,
div.result table.t2 th,
div.result table.t3 th,
div.result table.info1 th,
div.result table.info2 th,
div.result table.info3 th {
	background: #c5e8ff;
	text-align: center;
	padding: 5px 0 5px;
	border: 1px solid #c6c6c6;
	line-height: 1.6;
	font-weight: normal;
}

div.result table.t2 th,
div.result table.t3 th,
div.result table.info2 th,
div.result table.info3 th {
	width: 20%;

}

div.result table.t1 td,
div.result table.t2 td,
div.result table.t3 td,
div.result table.info1 td,
div.result table.info2 td,
div.result table.info3 td {
	padding: 5px 10px 5px;
	border: 1px solid #c6c6c6;
	line-height: 1.6;
	text-align: center;
}

div.result table .d1 em {
	font-weight: bold;
	color: #ff5300;
	font-size: 120%;
	font-style: normal;
}


div.result .box2 {
	text-align: center;
	margin: 0 0 40px;
}


div.result .imageMessage {
	float: right;
	padding: 2px 163px 2px 20px;
	margin: 15px 0 5px;
	background: url(/images/search/bg_sum_ill.gif) 0 center no-repeat;
	color: #ff6633;
}

div.result ul.sum {
	clear: both;
	border: 1px solid #c6c6c6;
	padding: 0 0 5px 5px;
	width: 600px;
	margin: 0 auto 15px;
}

div.result ul.sum:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div.result ul.sum { display: inline-block; }
div.result ul.sum { display: block; }

div.result ul.sum li {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 0 0 0;
	min-height: 80px;
}

* html div.result ul.sum li {
	height: 80px;
}



div.result #googleMaps {
	text-align: left;
	margin: 0 auto 20px;
	width: 600px;
}

div.result .box3 {
	width: 770px;
	margin: 0 auto;
}

div.result .box3 h3 {
	border-left: 3px solid #85a8b9;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px;
	
}

/**********************************************************************************
		 								下部box
***********************************************************************************/

div.result .bottom_box {
	padding: 8px 15px 8px 15px;
	margin: 0 0 20px;
	background: #ededeb;
}

div.result .bottom_box:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div.result .bottom_box { display: inline-block; }
div.result .bottom_box { display: block; }

div.result .bottom_box dl {
	width: 100px;
	float: left;
	margin: 0 155px 0 0;
}

div.result .bottom_box dl:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div.result .bottom_box dl { display: inline-block; }
div.result .bottom_box dl { display: block; }

div.result .bottom_box dt {
	float: left;
	margin: 0 10px 0 0;
	line-height: 55px;
}

div.result .bottom_box dd {
	float: left;
	line-height: 55px;
}

div.result .bottom_box p {
	float: left;
	width: 370px;
	padding: 10px 0 10px 0;
}

div.result .bottom_box p.contact3 {
	margin: 0 10px 0 0;
	width: 231px;
	padding: 0;
	
}


/********************************************************* contact **/


div#detail div.contact {
	position: relative;
	padding: 5px 16px;
	background: #f0eaea;
	height: 43px;
}

div#detail div.contact p.bknId {
	position: absolute;
	left: 16px;
	top: 23px;
}

div#detail div.contact p.btn_contact {
	position: absolute;
	left: 313px;
	top: 5px;
}

div#detail p.banner {
	margin: 20px 0;
}


div#detail p.back {
	margin: 10px 0 0 0;
}

#detail ul.footer_bnr {
     margin: 20px auto ;
	 width: 817px ;
}



