@charset "UTF-8";

/* エリアページを見る Kuruwa add 2015/04/17
---------------------------------- */

#area-select {
	width: 100%;
	height: 82px;
	background: url(../../img/area/area_select/area_select_btn_bg.png) left top repeat-x;
	background-size: 1px 75px;
	padding-top: 2px;
}
#area-select a {
	width: 320px;
	height: 65px;
	margin: 0 auto 0;
	display: block;
}

#area-popup {
	width: 100%;
	background: url(../../img/area/area_select/area_select_bg.png) left top repeat;
	padding-bottom: 30px;
	position: absolute;
	top: 304px;
	left: 0;
	z-index: 1000;
	display: none;
}
#area-popup-title {
	width: 320px;
	margin: 0 auto;
}
#area-popup-title h4 {
	float: left;
}
#area-popup ul {
	width: 318px;
	margin: 0 auto 0;
	display: table;
}
#area-popup ul a {
	width: 144px;
	height: 45px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	color: #fff;
}
#area-popup ul li {
	width: 144px;
	height: 45px;
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
	background: url(../../img/area/area_select/area_select_ar.png) right -1px no-repeat;
	background-size: 32px 47px;
	border-bottom: 1px solid #fad18c;
	line-height: 1.2;
}
#area-popup-bg {
	width: 100%;
	height: 1200px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}






