@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

トップページ

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#topConteiner{
	width:100%;
	margin:15px auto 0;
}

.box{
	float:left;
}

#map{
	width:100%;
	height: 450px;
	background:#EEEEEE;
}

.mapWrap{
	width:980px;
	margin:0 auto;
}

#map .mapSearch{
	width:678px;
	height: 362px;
	margin-right: 30px;
	background:url(/images/map/map_bg.jpg) no-repeat;
	display: inline-block;
	position: relative;
	top:10px;
	left:10px;
	float: left;
}


/* ----- 都道府県検索 20160527 ----- */

ul.prefectureBtn li.hv:hover{
	background-image: none;
	background-image: none;
	background-image: none;
	background-color:#F9F9F9;
}

ul.prefectureBtn li.hv{
	cursor: pointer;
}

ul.prefectureBtn li{
	border-radius: 2px;
	background-clip: padding-box;
	background-image: -webkit-linear-gradient(#FFF 0%, #CDCDCD 100%);
	background-image: -o-linear-gradient(#FFF 0%, #CDCDCD 100%);
	background-image: linear-gradient(#FFF 0%, #CDCDCD 100%);
	background-color: #F9F9F9;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #AFAFAF;
	width: 60px;
	height: 20px;
	padding: 3px 3px 1px 5px!important;
	margin: 2px 2px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #1B1B81;
}

ul.prefectureBtn li img{
	vertical-align: middle;
	padding-right: 2px;
	padding-bottom: 3px;
	}

ul.prefectureBtn li a{
	font-size: 12px;
	color: #1B1B81;
	text-decoration: none;
}


/* ----- 地域ごと 20160527 ----- */

/* 北海道 */
p.hokkaidoTl{
	width: 65px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	position: absolute;
	display: block;
	top: 40px;
	left: 525px;
}

ul.hokkaido{
	width: 65px;
	background-color:#0060BF;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	position: absolute;
	display: inline-block;
	padding: 5px;
	top: 55px;
	left: 525px;
}

/* 東北 */
p.tohokuTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	position: absolute;
	display: block;
	top: 110px;
	left: 525px;
}

ul.tohoku{
	width: 130px;
	background-color:#00AAD9;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	position: absolute;
	display: inline-block;
	padding: 5px;
	top: 125px;
	left: 525px;
}

/* 関東 */
p.kantoTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	position: absolute;
	display: block;
	top: 220px;
	left: 525px;
}

ul.kanto{
	width: 130px;
	background-color:#00B200;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	position: absolute;
	display: inline-block;
	padding: 5px;
	top: 235px;
	left: 525px;
}
/* 東海 */
p.tokaiTl{
	width: 65px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	position: absolute;
	top: 250px;
	left: 420px;
}

ul.tokai{
	width: 65px;
	background-color:#007FFF;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	position: absolute;
	display: inline-block;
	padding: 5px;
	top: 265px;
	left: 420px;
}


/* 近畿 */
p.kinkiTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	position: absolute;
	top: 273px;
	left: 240px;
}

ul.kinki{
	width: 130px;
	background-color:#FFFF00;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	position: absolute;
	display: inline-block;
	padding: 5px;
	top: 288px;
	left: 240px;
}

/* 四国 */
p.shikokuTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	position: absolute;
	top: 290px;
	left: 60px;
}

ul.shikoku{
	width: 130px;
	background-color:#FF73FF;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 305px;
	left: 60px;
}

/* 九州・沖縄 */
p.kyusyuTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	display: block;
	position: absolute;
	top: 170px;
	left: 20px;
}

ul.kyusyu{
	width: 130px;
	background-color:#FF0000;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 185px;
	left: 20px;
}

/* 中国 */
p.cyugokuTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	display: block;
	position: absolute;
	top: 65px;
	left: 60px;
}

ul.cyugoku{
	width: 130px;
	background-color:#FF7F00;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 80px;
	left: 60px;
}

/* 北陸・甲信越 */
p.hokurikuTl{
	width: 130px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	display: block;
	position: absolute;
	top: 65px;
	left: 220px;
}

ul.hokuriku{
	width: 130px;
	background-color:#93FF26;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 80px;
	left: 220px;
}



#map .freewordSearch{
	width:678px;
	height: 100px;
	margin-right: 30px;
	background:url(/images/map/freeword.jpg) no-repeat;
	display: inline-block;
	position: relative;
	top:25px;
	left:0px;
	float: left;
}

#map .freewordSearch input.freewordTxt{
	width: 280px;
	margin-top: 15px;
	margin-left: 250px;
	margin-right: 10px;
	float: left;
}

#map .freewordSearch p.freeBtn{
	width: 100px;
	box-shadow: 1px;
	display: inline-block;
	font-size:14px!important;
	background: #00AAD9!important;
	color:#FFF!important;
	font-weight:bold!important;
	margin-top: 10px;
	padding: 10px;
	font-size:15px;
	font-weight:bold!important;
	text-align:center!important;
	float: left;
}

#map .freewordSearch p.freeBtn:hover{
	box-shadow: 1px;
	background: #7DE2FF!important;
	cursor: pointer;
	cursor: hand;
}


#map .directSearch{
	width:272px;
	height: 432px;
	background:url(/images/map/direct.jpg) no-repeat;
	display: inline-block;
	margin-top: 10px;
	clear: both;
}

#map .directSearch form{
	padding: 40px 15px 0px;
}


dl.directDl{
	margin-top: 15px;
}

dl.directDl dt{
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	color:#00AAD9;
	margin-top: 12px;
}

#submit_on{
	margin: 15px auto 0;
	width: 80px;
	box-shadow: 1px;
	display: block;
	font-size:14px!important;
	background: #00AAD9!important;
	color:#FFF!important;
	font-weight:bold!important;
	padding: 10px;
	font-size:15px;
	font-weight:bold!important;
	text-align:center!important;
}

#submit_on:hover{
	box-shadow: 1px;
	background: #7DE2FF!important;
	cursor: pointer;
	cursor: hand;
}

#submit_off{
	opacity: 0.4;
	filter: alpha(opacity=40);
/*	display: none!important;*/
	margin: 15px auto 0;
	width: 80px;
	box-shadow: 1px;
	display: block;
	font-size:14px!important;
	background: #00AAD9!important;
	color:#FFF!important;
	font-weight:bold!important;
	padding: 10px;
	font-size:15px;
	font-weight:bold!important;
	text-align:center!important;
}

#submit_on p{
	text-align:center!important;
}


#left{
	width:680px;
/*	height: 1000px;
	border: 1px solid #999;*/
	float: left;
}

#left h2{
	background: #00AAD9;
	padding: 5px;
	font-size:14px!important;
	color:#FFF!important;
	font-weight:bold!important;
}

#left h2 span{
	display: inline-block;
	margin-left: 5px;
	line-height: 1.7;
}


#sideMenu{
	float:right;
	width:270px;
	height: 1000px;
/*	border: 1px solid #999;*/
}

#sideMenu h2{
	background: #00AAD9;
	padding: 5px;
	font-size:14px!important;
	color:#FFF!important;
	font-weight:bold!important;
}

#sideMenu h2 span{
	display: inline-block;
	margin-left: 5px;
	line-height: 1.7;
}

#sideMenu ul.bunner{
	background: #EEEEEE;
	padding: 10px;
}

#sideMenu ul.bunner li{
	width: 250px;
	background-color: #FFF;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
}

#sideMenu ul.bunner li.defaultBanner{
	padding: 0px!important;
}

#sideMenu ul.bunner li:first-child{
	margin-top: 0px!important;
}

#sideMenu ul.bunner2{
	margin-top: 40px;
}

#sideMenu ul.bunner2 li{
	margin-top: 15px;
}

#sideMenu ul li:hover{
	opacity:0.4; 
}

/* 新着物件
------------------------------------------------------------------------- */
.newList{
	margin:10px 0 20px;
}

.newList dl{
	float:left;
	width:200px;
	height: 240px;
	margin-bottom:6px;
	margin-right:6px;
	padding:10px;
	border:1px solid #CCCCCC;
	display: inline-block;
	overflow: hidden;
}

.newList dl:nth-child(3n){
	margin-right:0px!important;
}


.newList dt.listTl{
	height: 40px!important;
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	color:#00AAD9;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newList dt a{
	text-decoration: none!important;
}

.newList dt.listImg{
	margin-top: 10px;
	text-align: center!important;
}

.newList dt.listImg:hover{
	opacity:0.4; 
}

.newList dd{
	height: 40px!important;
	font-size:13px;
	line-height:120%;
	text-align:left;
}

.newList dd.listTxt{
	margin-top: 10px;
	line-height: 1.5!important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newList p{
	text-align:center!important;
}

.newList p.listBtn{
	clear: both;
	width: 240px;
	font-size:24px!important;
	background: #00AAD9!important;
	color:#FFF!important;
	font-weight:bold!important;
	margin: 20px auto;
	padding: 10px;
	font-size:15px;
	font-weight:bold!important;
	text-align:center!important;
	display: block;
}

.newList p.listBtn a{
	color:#FFF!important;
	text-decoration: none!important;
}

.newList p.listBtn:hover{
	box-shadow: 1px;
	background: #7DE2FF!important;
}


/* 新着情報
------------------------------------------------------------------------- */
.whatsNew{
	margin:0;
	padding:10px 15px;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	line-height: 1.7;
}

.whatsNew ul li{
	margin:10px 0 0;
}

.whatsNew ul li:first-child{
	margin-top: 0px!important;
}