@charset "shift_jis";
/****************************************************
 詳細ページ物件表示ベース Style
****************************************************/


body {
	background: #FFF url(./img/bg_dtpl_01.jpg) no-repeat 50% 0;
	min-width: 954px;
}
/*---------------------------------------------------
 メインボックス 
 幅指定 
---------------------------------------------------*/
div#detailMain {
	clear: both;
	width: 770px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	float: left;
}

/*---------------------------------------------------
 テキストリンク設定
---------------------------------------------------*/
div#detailMain a {
	color: #039;
}

div#detailMain a:hover {
	color: #06C;
	text-decoration: none;
}

/*---------------------------------------------------
 物件名 表示ボックス 
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h2 {
	font-size: 17px;
	font-weight: 800;
	padding: 5px;
	color: #FFF;
	background-color: #090;
}

/*---------------------------------------------------
 コメント 表示ボックス
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h3 {
	font-size: 15px;
	padding: 5px;
	color: #333;
	background-color: #FFF;
	margin-bottom: 10px;
}
/*---------------------------------------------------
 オープンハウス 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.openInfo {
	font-size: 13px;
	padding: 5px;
	color: #333;
	background-color: #F7DBDB;
}
/*---------------------------------------------------
 商談中 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.stageInfo {
	font-size: 13px;
	padding: 5px;
	color: #C00;
	background-color: #FFF;
}

/*===================================================
 物件概要エリア
 幅変更
===================================================*/
div#detailMain #infoArea {
	float: right;
	width: 360px;
	margin: 10px 0;
}

/*===================================================
 物件概要表示テーブル 
 色指定
===================================================*/
div#detailMain #infoTable {
	background-color: #D6D6D6;
}
/*---------------------------------------------------
 項目名
---------------------------------------------------*/
div#detailMain #infoTable th {
	background-color: #F3F3F3;
	color: #333;
	width: 8.5em;
	text-align: center;
}
/*---------------------------------------------------
 データ部
---------------------------------------------------*/
div#detailMain #infoTable td {
	background-color: #fff;
	color: #000;
	padding: 2px 4px;
}
/*---------------------------------------------------
 マイリスト、印刷ボタン設置部
---------------------------------------------------*/
div#detailMain #infoTable td.mylistBtn {
	padding: 3px 0;
	text-align: center;
}
/*---------------------------------------------------
 マンスリー表示（賃貸）
---------------------------------------------------*/
div#detailMain #infoTable p.monthInfo {
	text-align: center;
}
/*---------------------------------------------------
 アイコン画像
---------------------------------------------------*/
div#detailMain #infoTable img.iconImage {
	margin-left:1px;
}

/*---------------------------------------------------
 お問合わせ先タイトル
---------------------------------------------------*/
div#detailMain #infoTable td.titleCategory {
	background-color: #F3F3F3;
	color: #333;
}
div#detailMain #infoTable td.titleCategory a {
}
/*---------------------------------------------------
 センタリング
---------------------------------------------------*/
div#detailMain #infoTable td.alCenter {
	text-align: center;
}
/*---------------------------------------------------
 業者からのお知らせ部
---------------------------------------------------*/
div#detailMain #infoTable td.cInfoTd {
	width: 400px;
}
div#detailMain #infoTable td.infoBox {
	text-align: center;
}
div#detailMain #infoTable td.infoBox img {
	display: inline-block;
	margin: 2px 0;
}

/*---------------------------------------------------
 お問合わせ先
---------------------------------------------------*/
div#detailMain .customerInfo {
	border: 1px solid #F63;
	margin: 3px;
	padding: 3px;
	line-height: 1.5;
	background-color: #FFD;
	text-align: left;
}
/* タイトル文字 */
div#detailMain .customerInfo span {
	font-weight: 700;
	color: #F63;
	display: block;
	text-align: center;
}


/*===================================================
 物件写真表示エリア1（外観・間取り）
===================================================*/
div#detailMain #pictArea1 {
	width: 402px;
	float: left;
	text-align: left;
	margin: 10px 0;
}

div#detailMain #pictArea1 img {
	display: block;
	border: 1px solid #999;
	margin-bottom: 10px;
}
/*---------------------------------------------------
 詳細URL表示部
---------------------------------------------------*/
div#detailMain .detailURL {
	text-align: center;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
}

/*===================================================
 追加写真エリア
===================================================*/
div#detailMain #pictArea2 {
	clear: both;
	text-align: center;
	width: 780px;
}

div#detailMain #pictArea2 li {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 185px;
}

div#detailMain #pictArea2 li img {
	width: 183px;
	height: 183px;
	border: 1px solid #E7E7E7;
}
div#detailMain #pictArea2 li a:hover img {
	border: 1px solid #999;
}

div#detailMain #pictArea2 p {
	background-color: #E7E7E7;
	color: #333;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 36px;
	word-break: break-all;
}
/*---------------------------------------------------
 ※写真が横並びの時、IEだと入りきらないためのハック
---------------------------------------------------*/
*html div#detailMain #pictArea2 p {
	width: 196px;
}
*:first-child+html div#detailMain #pictArea2 p {
	width: 196px;
}
/*===================================================
 地図表示エリア
===================================================*/
div#detailMain #gmap {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #999;
}
div#detailMain #gmap p {
	padding: 5px;
	font-size: 11px;
}


/* クリアフィックス */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div#detailMain .clear {
	clear: both;
}



/* #headContents01 */
#headContents01 {
	width: 954px;
	height: 110px;
	margin: 0 auto;
	padding-top: 15px;
}
#headContents01_01 {
	float: left;
}
#headContents01_02 {
	width: 443px;
	height: 45px;
	padding: 47px 0 0 23px;
	background: url(./img/img_dtpl_02.png) no-repeat 0 0;
	float: right;
}

/* #mainContents */
#mainContents {
	width: 954px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: #FFF;
	clear: both;
}

/* #contents01 */
#contents01 {
	width: 140px;
	float: right;
}
#contents01 h1 {
	width: 123px;
	padding-bottom: 10px;
	text-align: center;
}

/* #contents02 */
#contents02 {
	width: 750px;
	height: 150px;
	margin-left: 15px;
	border: 10px solid #F3F3F3;
	background: #FFF;
	clear: both;
}
#contents02 h1 {
	padding: 3px 0 15px 3px;
	background: #F3F3F3;
}
#contents02 h1 span {
	margin: 2px 0 0 15px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
#contents02 p {
	margin: 23px 0 0 20px;
	float: left;
}
#contents02 a {
	margin: 17px 7px 0 0;
	float: right;
	display: block;
}







