﻿@charset "utf-8";
/* =======================================================================
	CSS information

	file name  :rec.css
	version:1.0
	style info :おすすめ物件用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* #navi
------------------------------------------------------------------------*/

#navi li#navi02 a { background-position: -121px -34px;}


/* .mainNavi
------------------------------------------------------------------------*/

#mainNavi {
	margin: 0 0 20px;
}

#mainNavi li {
	display: inline;
}

#mainNavi li a {
	overflow: hidden;
	float: left;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	background-image: url(../rec/img/bu_rec_detail.jpg);
	background-repeat: no-repeat;
}

#mainNavi li#mainNavi01 a { width: 180px; background-position: 0 0;} 
#mainNavi li#mainNavi02 a { width: 173px; background-position: -180px 0;} 
#mainNavi li#mainNavi03 a { width: 173px; background-position: -353px 0;} 
#mainNavi li#mainNavi04 a { width: 180px; background-position: -526px 0;} 

#mainNavi li#mainNavi01 a:hover { width: 180px; background-position: 0 -40px;} 
#mainNavi li#mainNavi02 a:hover  { width: 173px; background-position: -180px -40px;} 
#mainNavi li#mainNavi03 a:hover  { width: 173px; background-position: -353px -40px;} 
#mainNavi li#mainNavi04 a:hover  { width: 180px; background-position: -526px -40px;} 


/* 
------------------------------------------------------------------------*/

h1 { margin-bottom: 15px; font-size: 160%; color: #333333;}


/* table
------------------------------------------------------------------------*/

table.traffic { width: 666px; margin-bottom: 10px;}

table.traffic th {
	width: 20px;
}

table.traffic th.thAdd {
	width: 100px;
	background: #31ACEE;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 107%;
}

table.traffic th.thother {
	background-color: #999;
}

table.traffic td {
	padding: 0 0 0 10px;
	background: #D9F3F9;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.2;
}

table.traffic td.tdAdd {
	width: 145px;
	font-weight: normal;
	font-size: 92%;
}

.tdFloor { width: 49px !important; width /**/: 59px;}
.tdRent { width: 91px !important; width /**/: 101px;}
.tdPublic { width: 92px !important; width /**/: 102px;}
.tdComplet { width: 68px !important; width /**/: 78px;}

.tdFloor,
.tdRent {
	color: #FF0000;
}

.tdAdd,
.tdPublic,
.tdComplet {
	color: #007BBD;
}


/* storeInfo
------------------------------------------------------------------------*/

ul.storeInfo {
	background: url(../img/common/line_bot04.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: right;
}

ul.storeInfo li {
	display: inline;
	padding-left: 10px;
	color: #333333;
}

ul.storeInfo li.b_number {
	color: #FFF;
	background-color: #666;
	padding: 2px;
}

#explan {
	margin-bottom: 50px;
}

#explan p {
	margin-bottom: 2em;
	font-size: 107%;
	color: #333333;
	line-height: 1.5;
}


/* storeInfo
------------------------------------------------------------------------*/

#RecBox {
	position: relative;
}


#RecWord {
	margin-bottom: 10px;
	width: 263px;
	background: #F5F5EA url(../rec/img/word_bottom.gif) no-repeat left bottom;
}

#RecWord p {
	margin: 0;
	padding: 15px 50px 15px 15px;
	color: #31ACEE;
	line-height: 1.4;
	font-weight: bold;
	font-size: 107%;
}

#RecBox li {
	padding-right: 135px;
	text-align: right;
	color: #333333;
}

#wordPhoto {
	position: absolute;
	right: 0px;
	bottom: 0;
}


/* pageNavi
------------------------------------------------------------------------*/

.pageNavi {
	text-align: right;
	font-weight: bold;
	font-size: 92%;
}

.pageNavi li {
	display: inline;
	padding: 0 0 0 10px;
}

.pageNavi li a {
	padding: 0 0 0 13px;
	background: url(../rec/img/arrow02.gif) no-repeat left center;
}

.pageNavi li#pageNaviStay a {
	background-image: url(../rec/img/arrow01.gif);
}


/* #proPhoto
------------------------------------------------------------------------*/

#proPhoto li {
	float: left;
	width: 211px;
	margin: 0 16px 10px 0;
	text-align: center;
	color: #333333;
	background-image: url(../rec/img/photo_bk.gif);
	background-repeat: repeat;
}

#proPhoto li .caption{
	background-color:#FFF;
	display: block;
	padding: 5px;
	height: 2em;
	font-size:90%;
}



/* .proDetailHeader この物件の詳細情報
------------------------------------------------------------------------*/

.proDetailHeader {
	border-bottom: 2px solid #31ACEE;
	margin-bottom: 15px;
	padding-bottom: 6px;
}

.proDetailHeader h2 {
	float: left;
	width: 160px;
}

.proDetailHeader .pageNavi {
	float: right;
	width: 496px;
	padding-top: 2px;
}


/* #proDetail この物件の詳細情報
------------------------------------------------------------------------*/

#proDetail{ margin: 40px 0 30px 0;}

#school{ margin: 20px 0 20px 0;}

#proDetail table,
#school table{
	width: 666px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	font-size: 92%;
}

#proDetail table th,
#proDetail table td,
#school table th,
#school table td{
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

#proDetail table th,
#school table th{
	width: 143px;
	background-color: #E8E8E8;
	padding: 4px 0;
	text-align: center;
}

#school table th{
	padding: 8px 0;
}

#proDetail table th.midashi{
	text-align:left;
	background-color:#FFF;
	padding-left: 10px;
	}

#proDetail table td {
	padding: 4px 10px;
}

#school table td{
	padding: 8px 10px;
}

#proDetail table td.columns187,
#school table td.columns187{
	width: 167px !important;
	width /**/: 187px;
}


/* #proMap この物件の場所
------------------------------------------------------------------------*/

#proMap {
	margin: 0 0 10px 0;
}

.mapArea {
	height: 340px;
}

#proMap p {
	font-size: 107%;
	line-height: 1.5;
	color: #333333;
}

.mapPhoto {
	width: 137px;
	font-size: 92%;
	color: #333333;
	text-align: center;
}

.mapPhoto img {
	margin-bottom: 5px;
}


/* #useBox 取り扱い店舗
------------------------------------------------------------------------*/

#useBox {
	width: 646px !important;
	width /**/: 666px;
	margin: 0 0 10px 20px;
	padding: 15px 5px 20px 15px;
	background: #F5F5EA url(../rec/img/use_box_bg.jpg) no-repeat left bottom;
}


#useBox h4 {
	float: left;
	width: 14px;
	margin: 4px 12px 0 0;
}

#useBox .usePhoto {
	float: left;
	width: 138px;
	margin-right: 12px;
}

#useBox dl {
	float: left;
	width: 348px;
	margin-top: 2px;
	line-height: 1.4;
}

#useBox dl dt {
	font-size: 107%;
	font-weight: bold;
} 

.useBu {
	float: right;
	width: 114px;
}


/* #proContact この物件へのお問い合わせ
------------------------------------------------------------------------*/

#proContact .columns666 {
	margin: 6px 0 10px 20px;
}

#proContact h3 {
	margin: 5px 0 10px;
}

#proContact p {
	font-size: 92%;
	line-height: 1.6;
}

#proContact form {
	width: 666px;
	margin: 0 0 10px 20px;
	background: #F5F5EA url(../rec/img/use_box_top.jpg) no-repeat left top;
}

#proContact form table {
	width: 626px;
	margin: 10px 0 0 20px;
}

#proContact form table tr {
	background: url(../img/common/line_bot_01.gif) repeat-x left bottom;
}

#proContact form table th,
#proContact form table td {
	font-weight: bold;
	vertical-align: top;
	padding: 12px 0 12px 10px;
}

#proContact form table th {
	width: 120px !important;
	width /**/: 130px;
	padding-top: 14px;
}

#proContact form table td dd {
	margin: -1.5em 0 12px 0;
	padding: 0 0 0 75px;
}

#proContact form .buBox {
	padding: 15px 20px 20px;
	background: #F5F5EA url(../rec/img/use_box_bg.jpg) no-repeat left bottom;
}

.formApr01 { width: 470px;}
.formApr02 { width: 135px;}
.formApr03 { width: 224px;}
.formApr04 { width: 60px;}



/* #OthersArt その他
------------------------------------------------------------------------*/

#OthersArt .mainNavi { margin: 0;}

#OthersArt .mainNavi li {
	display: inline;
}

#OthersArt .mainNavi li a {
	overflow: hidden;
	display: inline;
	float: left;
	height: 0 !important;
	height /**/: 38px;
	padding-top: 38px;
	background-image: url(../rec/img/bu_rec_foot.jpg);
	background-repeat: no-repeat;
}

#OthersArt .mainNavi li.mainNavi01 a { width: 179px; background-position: 0 -38px;}
#OthersArt .mainNavi li.mainNavi02 a { width: 173px; background-position: -179px -38px;}
#OthersArt .mainNavi li.mainNavi03 a { width: 173px; background-position: -352px -38px;}
#OthersArt .mainNavi li.mainNavi04 a { width: 181px; background-position: -525px -38px;}

#konan #OthersArt .mainNavi li.mainNavi01 a,
#OthersArt .mainNavi li.mainNavi01 a:hover{ width: 179px; background-position: 0 0;}
#ritto #OthersArt .mainNavi li.mainNavi02 a,
#OthersArt .mainNavi li.mainNavi02 a:hover{ width: 173px; background-position: -179px 0;}
#minakuchi #OthersArt .mainNavi li.mainNavi03 a,
#OthersArt .mainNavi li.mainNavi03 a:hover{ width: 173px; background-position: -352px 0;}
#yasu #OthersArt .mainNavi li.mainNavi04 a,
#OthersArt .mainNavi li.mainNavi04 a:hover { width: 181px; background-position: -525px 0;}



#OthersArt .columns184 {
	margin-right: 40px;
	font-size: 92%;
}

#OthersArt .columns184 h4 {
	margin-bottom: 5px;
}

#OthersArt .columns184 h4 a{
	text-decoration:none;
	}

#OthersArt .columns184 h4 img{
vertical-align: middle;
padding-left: 0.5em;
}

#OthersArt .columns184 h4,
#OthersArt .columns184 p {
	line-height: 1.4;
	margin: 0 !important;
}

#OthersArt .columns184 .imgBox{
	margin: 10px auto;
	padding: 1px;
	border: 1px solid #999999;
	width: 125px;
	}
	
#OthersArt .columns184 .outline{
	background-color: #F0F0F0;
	padding: 5px;
	overflow: hidden;
	}	
	
* html #OthersArt .columns184 .outline{
	height: 100%;
	}	

#OthersArt .columns184 .outline dt,
#OthersArt .columns184 .outline dd{
	float:left;
	}
	
#OthersArt .columns184 .outline dt{
	width: 65px;
	text-align: right;
	padding-right: 5px;
	}
	
#OthersArt .columns184 .outline dd{
	width: 95px;
	}	
	
#OthersArt .columns184 .msg {
	padding-top: 10px;
	padding-bottom: 10px;
}


.OthersBox {
	overflow: hidden;
	width: 678px !important;
	width /**/: 692px;
	margin-left: 7px;
	padding: 18px 0 0 14px;
	border-top: 3px solid #FFCC00;
}

#konan .OthersBox {
	border-top: 3px solid #98D560;
}

#ritto .OthersBox {
	border-top: 3px solid #FFCC00;
}

#minakuchi .OthersBox {
	border-top: 3px solid #66CBFF;
}

#yasu .OthersBox {
	border-top: 3px solid #FF6600;
}

#OthersArt .columns184 li {
	line-height: 1.4;
}

#OthersArt .columns184 h4 {
	margin: 5px 0;
	line-height: 1.4;
}

#OthersArt .columns184 p {
	line-height: 1.4;
}

