@charset "utf-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	mukai
	Date	2013/12/10
	

///////////////////////////////////////////////// */

/*---------------お部屋探し　スタート画面設定---------------*/

#mainSearch{
	margin-top:20px;
	margin-bottom: 0;
}

#mainSearch >div{
	height:340px;
}

#startSearch{
	position:absolute;
	z-index:999;
	width:960px;
	height:340px;
	background-image: url(/img/bg_search_start.png);
	background-position: center 55px;
	background-repeat: no-repeat;
}

#startSearch .map{
	position: absolute;
	top: 20px;
	left: 0; 
	padding:20px;
}

#startSearch .route{
	position: absolute;
	top: 20px;
	right: 0;
	padding:20px;
}

#startSearch .prev{
	position: absolute;
	top: 115px;
	left: 300px;
}

#startSearch .next{	
	position: absolute;
	top: 115px;
	right: 300px;
}

/*---------------こだわりエリア設定---------------*/

#subSearch{
	margin-bottom:36px;
}

#hitchBox{
	float: left;
	width: 700px;
	overflow: hidden;
}

#hitchBox h2.hitchTitle{
	float: none;
	padding-left: 0;
	height: 36px;
	background-image: url(/img/title_tub.png);
	background-repeat: no-repeat;
	margin: 10px 0 0;
}

#hitchBox h2.hitchTitle span{
	display: inline-block;
	height: 36px;
	width: 130px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#hitchBox > div{
	width: 100%;
	background-color: #e2e2e2;
}

#hitchBox ul{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

#hitchBox ul li{
	margin: 0 0 15px 15px;
	float: left;
}

#hitchBox ul li img{
	width: 210px;
	vertical-align: bottom;
}

/*---------------住所検索エリア設定---------------*/

#addressBox{
	float: right;
	padding: 10px 0;
	margin-top:36px;
}


/*--------------------------店舗一覧　基本設定（2015.11.18yk追記）--------------------------*/

#shopBox{
	margin-bottom: 40px;
}

#shopBox h2.common{
	background: url(/img/title_tub.png);
}

#shopBox h2.common b{
	padding:0 20px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#333;
	font-size:15px;
	font-weight:bold;
}

#shopBox ul{
	padding-top: 15px;
	padding-left:5px;
	overflow: hidden;
}

#shopBox li{
	float: left;
	width: 220px;
	height: 351px;
	border: 1px solid #283151;
	margin-top:3px;
	margin-right:0;
	background: url(/img/image_shop_left.png);
	background-position: 0;
	background-repeat: no-repeat;
}

#shopBox li + li{
	margin-left:20px;
}

#shopBox li .areaBox{
	float: left;
	width: 25px;
	margin-right:0px;
}

#shopBox li .areaBox img{
	width: 100%;
}

#shopBox li .dataBox{
	width: 190px;
	float: left;
}

#shopBox .dataBox h3{
	color: #283151;
	height: 30px;
	padding: 3px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serifl;
	font-weight:bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px dotted #fc9fba;
}

#shopBox .dataBox a{
	display: block;
	width: 190px;
	margin:9px auto;
	text-align:center;
}

#shopBox .dataBox img{
	width: 100%;
	vertical-align: middle;
}

#shopBox .area{
	padding: 6px 9px;
	height: 80px;
	border-top: 2px dotted #fc9fba;
	border-bottom: 2px dotted #fc9fba;
}

#shopBox .area span{
	display: block;
	margin: 0 0 3px;
	font-weight: bold;	
}

#shopBox .tel {
	padding: 2px;
}

#shopBox .telNum {
	margin: 0 0 6px;
	color:#656565;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	text-align: center;
}

#shopBox .btnBox {
	padding:5px;
}

#shopBox .btnBox a.btn_detail{
	width: 100%;
	height:26px;
	line-height:26px;
}

/*---------------SNSエリア設定---------------*/

#snsBox{
	height:500px;
	margin-bottom:45px;
	overflow:hidden;
}
#snsBox .fbBox{
	float:left;
	width:470px;
}
#snsBox .twBox{
	float:right;
	width:470px;
}
#snsBox .fb_iframe_widget{
	width:auto;
	height:auto;
	padding:0;
	background-color:inherit;
}

/*---------------SEOテキスト設定---------------*/

#seoText{
	clear:both;
	margin-bottom:20px;
}

#seoText h2{
	height:24px;
	color:#fff;
	font-size:16px;
	text-indent:10px;
	line-height:26px;
	background:#283151;
}

#seoText p{
	padding:10px;
	border:2px solid #283151;
}

#clear_both {
	clear:both;
}

/*---------------SEOテキスト設定（不動産オーナー）---------------*/

#fudousanText{
	margin-bottom:30px;
}

#fudousanText h2{
	height:24px;
	color:#fff;
	font-size:16px;
	text-indent:10px;
	line-height:26px;
	background:#7f7f7f;
}

#fudousanText p{
	padding:10px;
	border:2px solid #7f7f7f;
}
