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

/*---------------------------------------------------
 メインボックス 
 幅指定 
---------------------------------------------------*/
div#detailMain {
	clear: both;
	width:  880px;
	margin: 0 auto;
}

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

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

/*---------------------------------------------------
 物件名 表示ボックス 
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#contentsArea h2 {
	font-size: 21px;
	font-weight: 800;
	color: #FFF;
	background: url(img/bg_box01.png) no-repeat;
	height: 70px;
	line-height: 50px;
	padding-left: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*---------------------------------------------------
 コメント 表示ボックス
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h3 {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #45392F;
	margin-bottom: 10px;
	background: url(img/bg_box_point01.png) no-repeat;
	padding-left: 90px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
}
/*---------------------------------------------------
 オープンハウス 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.openInfo {
	font-size: 13px;
	padding: 5px;
	color: #C00;
}
/*---------------------------------------------------
 商談中 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.stageInfo {
	font-size: 13px;
	padding: 5px;
	color: #F90;
}

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

/*===================================================
 物件概要表示テーブル 
 色指定
===================================================*/
div#detailMain #infoTable {
	background-color: #999;
}
/*---------------------------------------------------
 項目名
---------------------------------------------------*/
div#detailMain #infoTable th {
	background-color: #E8E0D8;
	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: #E8E0D8;
	color: #3E332B;
}
div#detailMain #infoTable td.titleCategory a {
	color: #43372D;
}
/*---------------------------------------------------
 センタリング
---------------------------------------------------*/
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 #CCC;
	margin: 3px;
	padding: 3px;
	line-height: 1.5;
	background-color: #FAF3EB;
	text-align: left;
}
/* タイトル文字 */
div#detailMain .customerInfo span {
	font-weight: 700;
	color: #C00;
	display: block;
	text-align: center;
}


/*===================================================
 物件写真表示エリア1（外観・間取り）
===================================================*/
div#detailMain #pictArea1 {
	width: 400px;
	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: 892px;
	margin-right: -12px;
}

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

div#detailMain #pictArea2 li img {
	width: 209px;
	height: 209px;
}

div#detailMain #pictArea2 p {
	background-color: #E8E0D8;
	color: #333;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	border: 1px solid silver;
	border-bottom: none;
}
/*===================================================
 地図表示エリア
===================================================*/
div#detailMain #gmap {
	margin-top: 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;
}



div#header {
	padding-right: 220px;
}

div#index_title {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: url(img/index_titleImg.jpg) no-repeat 675px 12px;
	padding-right: 220px;
}
div#index_title h2 {
	margin: 0;
	padding: 20px 0 0 0;
}
div#index_title p {
	margin: 0;
	padding: 10px 0 0 10px;
	color: #BFBFBF;
	line-height: 20px;
}
div#index_title .titleText1 {
	color: #B2913C;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-right: 220px;
	position: relative;
}

div#wrapperInner {
	background-color: #F3E4D1;
	padding: 30px 30px 0;
}

div#nav {
	width: 940px;
	height: 50px;
}

div#nav ul {
	width: 950px;
	height: 50px;
	margin-right: -10px;
}

div#nav ul li {
	float: left;
	margin-right: 10px;
	display: inline;
}

div#contentsArea {
	background: url(img/bg_box02.png) repeat-y;
	margin: 20px 0 0;
}

div#contentsAreaInner {
	background: url(img/bg_box03.png) no-repeat bottom;
	padding-bottom: 30px;
}

div#pagetop {
	padding: 0!important;
}

/*****************************/
/* キューブ入れ替え
/*****************************/
div#cube {
	clear: both;
	padding: 0;
	margin-top: 20px;
}
ul#cube_menu {
	margin: 0;
	padding: 0 125px 0 135px;
	background: url(./img/cube_tabBg.png) no-repeat;
}
ul#cube_menu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
ul#cube_menu li a {
	display: block;
	width: 160px;
	height: 30px;
	text-indent: -9999px;
}
ul#cube_menu li a:hover {
	background-position: 0 -30px;
}
ul#cube_menu li.active a {
	background-position: 0 -30px;
}
.cube_menu1 {
	background: url(./img/cube_menu1.png) no-repeat;
}
.cube_menu2 {
	background: url(./img/cube_menu2.png) no-repeat;
}
.cube_menu3 {
	background: url(./img/cube_menu3.png) no-repeat;
}
.cube_menu4 {
	background: url(./img/cube_menu4.png) no-repeat;
}
.cube_menu4 a:hover {
	background: none;
}
div.tab_contents {
	display: none;
	margin:0;
}
div#cube_box1 {
	margin: 0;
	padding: 40px 40px 30px;
	background: url(./img/cube_boxBg.png) no-repeat;
}
div#cube_box2 {
	margin: 0;
	padding: 40px 40px 30px;
	background: url(./img/cube_boxBg.png) no-repeat;
}
div#cube_box3 {
	margin: 0;
	padding: 40px 40px 30px;
	background: url(./img/cube_boxBg.png) no-repeat;
}
div#cube_box4 {
	display: block;
	margin: 0;
	padding: 30px 15px 0 25px;
	background: url(./img/cube_box4Bg.png) no-repeat;
}
ul#cube_box4_service {
	height: 370px;
	margin: 0;
	padding: 0;
}
ul#cube_box4_service li {
	float: left;
	width: 270px;
	height: 160px;
	margin: 0 0 20px 0;
	padding: 15px;
	background: url(./img/cube_box4_serviceBg.png) no-repeat;
}
ul#cube_box4_service li.cube_box4_service4 {
	height: 100px;
}
ul#cube_box4_service li.cube_box4_memo {
	width: 310px;
	height: 110px;
	padding: 10px;
	background: #DFDFDF;
	line-height: 18px;
}
ul#cube_box4_service li.cube_box4_satei {
	width: 240px;
	height: 100px;
	background: none;
}
ul#cube_box4_service h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
ul#cube_box4_service p {
	margin: 0;
	padding: 0 5px;
	line-height: 30px;
}
ul#cube_box4_service p.textalignR {
	text-align: right;
	line-height: 20px;
}

/*****************************/
/* お問い合わせ・アクセス
/*****************************/
div#info {
	margin: 15px 0;
	padding: 0;
}
div#access {
	padding: 0;
}
div#access div.map {
	padding: 15px 15px 15px 445px;
	background: url(./img/accessBg.png) no-repeat;
}

div#footer {
	padding-right: 220px;
}

div#rBox {
	width: 200px;
	position: absolute;
	top: 30px;
	right: 0;
}

div#recommend {
	background: url(img/bg_recommend01.png) repeat-y;
	margin-top: 20px;
}

div#recommend #scube-recommend {
	background: url(img/bg_recommend02.png) no-repeat bottom;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
}

div#snsBox {
	height: 25px;
	margin-top: 10px;
}
