@charset "UTF-8";
/*
*******************************************************************************************************
# HOME用
*******************************************************************************************************
*/

/* ------------------------------------
	* layout
* ------------------------------------ */
div#containerWrapper {
	background: #FFF;
}
div#containerInner {
	/* padding-top:136px; retouch nak 20151118 94px*/
	width: auto;
}
div#container {
	padding-top: 0px;
	padding-bottom: 150px;
}

#contentsTopWrap {
	/* add nak 20151118 */
	background:  url(/static/top/images/bg_container_top_city.jpg) 0 0 no-repeat;
	background-position: center bottom;
	min-height: 550px;
}
.bgWrp {
	background:  url(/static/top/images/bg_container_top_house_ptn.png) 0 0 repeat-x;
	background-position: center bottom;
}

#contentsTopInner,
#contentsBottomInner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

	/*overflow: hidden;*/
}

#contentsMidWrap {
	/* retouch nak 20151121 */
	padding: 20px 0px 65px;
	background: url(/static/top/images/bg_cts_mid.png) no-repeat center bottom;
}
#contentsMidInner {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	overflow:hidden;
}
#contentsBottomWrap {
	background: #E6E8EC;
	padding: 42px 0px 30px;
}

/* ------------------------------------
	* contentsTop-parts
* ------------------------------------ */
/* add nak 20151118 */
#contentsTopInner{
	position: relative;
	padding-top: 15px;
}

#contentsTopInner a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contentsTopInner a:hover img {
	filter: alpha(opacity=80)\9;
}
#contentsTopInner .headding h1,
#contentsTopInner .headding p {
	font-size: 11px;
	display: inline;
}

/* retouch nak 20151118 */
#contentsTopInner .apaman_data {
	float: left;
	width: 200px;
	/*font-size: 12px;*/
}

/* add nak 20151118 */
#contentsTopInner .apaman_data .ttl{
	padding-left: 70px;
	background: url(/static/top/images/icn_no1_s.png) no-repeat 0 0;
	height: 46px;
	padding-top: 6px;
}
#contentsTopInner .apaman_data strong span{
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

/* tooltip */
#contentsTopInner .apaman_data #tooltip_txt {
	display: none;
}
#powerTip {
	line-height: 1.5 !important;
	font-size: 11px !important;
}

#contentsTopInner .apaman_data .release{
	margin-top: 8px;
	padding: 10px 10px 6px 10px;
	width: 178px;
	border: 1px solid #c9f2fe;

	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}

#contentsTopInner .apaman_data .release p{
	padding-top: 6px;
}

#contentsTopInner .apaman_data .release span{
	color: #cb141d;
	font-size: 22px;
}

#contentsTopInner .apaman_data strong {
	font-size: 17px;
	font-weight: bold;
	color: #cb141d;
	line-height: 1.3;
}

#contentsTopInner .apaman_data .bannerarea .custom_banner01{
	margin-left: -40px;
	margin-top: 12px;
}


/*#contentsTopInner .apaman_data sup {
	vertical-align: baseline;
	font-size: 10px;
}*/

/* / add nak 20151118 */

#contentsTopInner .apaman_caution{
	margin: 20px 0px 30px;
}

#contentsTopInner .apaman_caution .caution-top {
	background: #BBEFFD url(/static/top/images/frame_caution_top.gif) no-repeat 0 0;
	width: 1000px;
	height: 4px;
}

#contentsTopInner .apaman_caution .caution-mid {
	background-color: #fffbb3;
	width: 964px;
	border-left: 3px solid #cc0000;
	border-right: 3px solid #cc0000;
	padding: 10px 15px;
}

#contentsTopInner .apaman_caution .caution-mid li{
	background: url(/static/top/images/icon_caution.gif) no-repeat 0 0;
	padding-left: 28px;
	margin-bottom: 4px;

	font-weight: bold;
	color: #cc0000;
	line-height: 1.5;
}

#contentsTopInner .apaman_caution .caution-btm {
	background: #BBEFFD url(/static/top/images/frame_caution_btm.gif) no-repeat 0 0;
	width: 1000px;
	height: 4px;
}

#contentsTopInner .tab_contents {
	float: right;
	position: relative;
	width: 751px;
}


/* add nak 20151119 */
#contentsTopInner .tab_contents .wrapper_map{
	position: relative;
	height:435px;
}

/*
#contentsTopInner .tab_contents .wrapper_map{
	background:url(/static/top/images/map_japan.png) 145px 0px no-repeat;
}
*/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map{
	background:url(/static/top/images/map_japan.png) 145px -460px no-repeat;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map{
	background:url(/static/top/images/map_japan.png) 145px -920px no-repeat;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map{
	background:url(/static/top/images/map_japan.png) 145px -1380px no-repeat;
}

/* map area */
#contentsTopInner .tab_contents .wrapper_map .mapjapan{
	position:absolute;
	overflow: hidden;
}

#contentsTopInner .tab_contents .wrapper_map .mapjapan .ttl{
	margin-bottom: 3px;
}

#contentsTopInner .tab_contents .wrapper_map .mapjapan .ttl span{
	display: block;

	padding: 4px 3px 3px;
	margin: 0 auto;
	text-align: center;

	color: #ffffff;
	font-size:12px;
}


#contentsTopInner .tab_contents .wrapper_map .mapjapan .ttl span{
	background-color: #004aa3;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map .mapjapan .ttl span{
	background-color: #1fb9ed;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map .mapjapan .ttl span{
	background-color: #f3a602;
}
#contentsTopInner .tab_contents.type_
 .wrapper_map .mapjapan .ttl span{
	background-color: #8fad00;
}



/* HOKKAIDO */
#contentsTopInner .tab_contents .wrapper_map #hokkaido .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #hokkaido .ttl span{
	width:54px;/* 60 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #hokkaido{
	width:64px;
	top: 24px;
	left: 573px;
}



/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #hokkaido li.hokkaido a{
	background-image: url(/static/top/images/bg_list_area_hokkaido.png);
	background-repeat: no-repeat;
}
#contentsTopInner .tab_contents .wrapper_map #hokkaido li.hokkaido a{
	background-position: 0px 0px;
}
/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #hokkaido li.hokkaido a{
	background-position: 0px -33px;
}
/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #hokkaido li.hokkaido a{
	background-position: 0px -66px;
}
/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #hokkaido li.hokkaido a{
	background-position: 0px -99px;
}



/* TOHOKU */
#contentsTopInner .tab_contents .wrapper_map #tohoku .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #tohoku .ttl span{
	width:118px;/* 128 -2-2 -3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #tohoku{
	width:128px;
	top: 104px;
	left: 509px;
}


#contentsTopInner .tab_contents .wrapper_map #tohoku li.aomori a,
#contentsTopInner .tab_contents .wrapper_map #tohoku li.iwate a,
#contentsTopInner .tab_contents .wrapper_map #tohoku li.akita a,
#contentsTopInner .tab_contents .wrapper_map #tohoku li.miyagi a,
#contentsTopInner .tab_contents .wrapper_map #tohoku li.yamagata a,
#contentsTopInner .tab_contents .wrapper_map #tohoku li.fukushima a{
	background-image: url(/static/top/images/bg_list_area_tohoku.png);
	background-repeat: no-repeat;
}


/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #tohoku li.aomori a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #tohoku li.iwate a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #tohoku li.akita a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #tohoku li.miyagi a{
	background-position: -64px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #tohoku li.yamagata a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents .wrapper_map #tohoku li.fukushima a{
	background-position: -64px -66px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tohoku li.aomori a{
	background-position: 0px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tohoku li.iwate a{
	background-position: -64px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tohoku li.akita a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tohoku li.miyagi a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tohoku li.yamagata a{
	background-position: 0px -165px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tohoku li.fukushima a{
	background-position: -64px -165px;
}

/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tohoku li.aomori a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tohoku li.iwate a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tohoku li.akita a{
	background-position: 0px -231px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tohoku li.miyagi a{
	background-position: -64px -231px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tohoku li.yamagata a{
	background-position: 0px -264px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tohoku li.fukushima a{
	background-position: -64px -264px;
}

/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tohoku li.aomori a{
	background-position: 0px -297px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tohoku li.iwate a{
	background-position: -64px -297px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tohoku li.akita a{
	background-position: 0px -330px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tohoku li.miyagi a{
	background-position: -64px -330px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tohoku li.yamagata a{
	background-position: 0px -363px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tohoku li.fukushima a{
	background-position: -64px -363px;
}



/* KANTO */
#contentsTopInner .tab_contents .wrapper_map #kanto .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #kanto .ttl span{
	width:118px;/* 128 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #kanto{
	width:128px;
	top: 250px;
	left: 509px;
}


#contentsTopInner .tab_contents .wrapper_map #kanto li.tokyo a,
#contentsTopInner .tab_contents .wrapper_map #kanto li.kanagawa a,
#contentsTopInner .tab_contents .wrapper_map #kanto li.chiba a,
#contentsTopInner .tab_contents .wrapper_map #kanto li.saitama a,
#contentsTopInner .tab_contents .wrapper_map #kanto li.ibaraki a,
#contentsTopInner .tab_contents .wrapper_map #kanto li.tochigi a,
#contentsTopInner .tab_contents .wrapper_map #kanto li.gunma a{
	background-image: url(/static/top/images/bg_list_area_kanto.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #kanto li.tokyo a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #kanto li.kanagawa a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #kanto li.chiba a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #kanto li.saitama a{
	background-position: -64px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #kanto li.ibaraki a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents .wrapper_map #kanto li.tochigi a{
	background-position: -64px -66px;
}
#contentsTopInner .tab_contents .wrapper_map #kanto li.gunma a{
	background-position: 0px -99px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.tokyo a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.kanagawa a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.chiba a{
	background-position: 0px -165px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.saitama a{
	background-position: -64px -165px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.ibaraki a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.tochigi a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kanto li.gunma a{
	background-position: 0px -231px;
}

/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.tokyo a{
	background-position: 0px -264px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.kanagawa a{
	background-position: -64px -264px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.chiba a{
	background-position: 0px -297px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.saitama a{
	background-position: -64px -297px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.ibaraki a{
	background-position: 0px -330px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.tochigi a{
	background-position: -64px -330px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kanto li.gunma a{
	background-position: 0px -363px;
}

/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.tokyo a{
	background-position: 0px -396px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.kanagawa a{
	background-position: -64px -396px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.chiba a{
	background-position: 0px -429px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.saitama a{
	background-position: -64px -429px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.ibaraki a{
	background-position: 0px -462px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.tochigi a{
	background-position: -64px -462px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kanto li.gunma a{
	background-position: 0px -495px;
}





/* ?KOSHINETSU-HOKURIKU */
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku .ttl span{
	width:118px;/* 128 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku{
	width:128px;
	top: 24px;
	left: 207px;
}

#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.yamanashi a,
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.nagano a,
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.niigata a,
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.toyama a,
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.ishikawa a,
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.fukui a{
	background-image: url(/static/top/images/bg_list_area_koshinetsu_hokuriku.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.yamanashi a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.nagano a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.niigata a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.toyama a{
	background-position: -64px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.ishikawa a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents .wrapper_map #koshinetsu-hokuriku li.fukui a{
	background-position: -64px -66px;
}
/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #koshinetsu-hokuriku li.yamanashi a{
	background-position: 0px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #koshinetsu-hokuriku li.nagano a{
	background-position: -64px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #koshinetsu-hokuriku li.niigata a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #koshinetsu-hokuriku li.toyama a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #koshinetsu-hokuriku li.ishikawa a{
	background-position: 0px -165px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #koshinetsu-hokuriku li.fukui a{
	background-position: -64px -165px;
}
/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #koshinetsu-hokuriku li.yamanashi a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #koshinetsu-hokuriku li.nagano a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #koshinetsu-hokuriku li.niigata a{
	background-position: 0px -231px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #koshinetsu-hokuriku li.toyama a{
	background-position: -64px -231px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #koshinetsu-hokuriku li.ishikawa a{
	background-position: 0px -264px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #koshinetsu-hokuriku li.fukui a{
	background-position: -64px -264px;
}
/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #koshinetsu-hokuriku li.yamanashi a{
	background-position: 0px -297px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #koshinetsu-hokuriku li.nagano a{
	background-position: -64px -297px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #koshinetsu-hokuriku li.niigata a{
	background-position: 0px -330px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #koshinetsu-hokuriku li.toyama a{
	background-position: -64px -330px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #koshinetsu-hokuriku li.ishikawa a{
	background-position: 0px -363px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #koshinetsu-hokuriku li.fukui a{
	background-position: -64px -363px;
}




/* TOKAI */
#contentsTopInner .tab_contents .wrapper_map #tokai .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #tokai .ttl span{
	width:118px;/* 128 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #tokai{
	width:128px;
	top: 318px;
	left: 365px;
}


#contentsTopInner .tab_contents .wrapper_map #tokai li.aichi a,
#contentsTopInner .tab_contents .wrapper_map #tokai li.shizuoka a,
#contentsTopInner .tab_contents .wrapper_map #tokai li.gifu a,
#contentsTopInner .tab_contents .wrapper_map #tokai li.mie a{
	background-image: url(/static/top/images/bg_list_area_tokai.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #tokai li.aichi a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #tokai li.shizuoka a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #tokai li.gifu a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #tokai li.mie a{
	background-position: -64px -33px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tokai li.aichi a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tokai li.shizuoka a{
	background-position: -64px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tokai li.gifu a{
	background-position: 0px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #tokai li.mie a{
	background-position: -64px -99px;
}
/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tokai li.aichi a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tokai li.shizuoka a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tokai li.gifu a{
	background-position: 0px -165px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #tokai li.mie a{
	background-position: -64px -165px;
}
/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tokai li.aichi a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tokai li.shizuoka a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tokai li.gifu a{
	background-position: 0px -231px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #tokai li.mie a{
	background-position: -64px -231px;
}




/* KINKI */
#contentsTopInner .tab_contents .wrapper_map #kinki .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #kinki .ttl span{
	width:182px;/* 192 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #kinki{
	width:192px;
	top: 24px;
	left: 0px;
}

#contentsTopInner .tab_contents .wrapper_map #kinki li.osaka a,
#contentsTopInner .tab_contents .wrapper_map #kinki li.hyogo a,
#contentsTopInner .tab_contents .wrapper_map #kinki li.kyoto a,
#contentsTopInner .tab_contents .wrapper_map #kinki li.shiga a,
#contentsTopInner .tab_contents .wrapper_map #kinki li.nara a,
#contentsTopInner .tab_contents .wrapper_map #kinki li.wakayama a{
	background-image: url(/static/top/images/bg_list_area_kinki.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #kinki li.osaka a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #kinki li.hyogo a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #kinki li.kyoto a{
	background-position: -128px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #kinki li.shiga a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #kinki li.nara a{
	background-position: -64px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #kinki li.wakayama a{
	background-position: -128px -33px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kinki li.osaka a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kinki li.hyogo a{
	background-position: -64px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kinki li.kyoto a{
	background-position: -128px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kinki li.shiga a{
	background-position: 0px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kinki li.nara a{
	background-position: -64px -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kinki li.wakayama a{
	background-position: -128px -99px;
}
/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kinki li.osaka a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kinki li.hyogo a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kinki li.kyoto a{
	background-position: -128px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kinki li.shiga a{
	background-position: 0px -165px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kinki li.nara a{
	background-position: -64px -165px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kinki li.wakayama a{
	background-position: -128px -165px;
}
/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kinki li.osaka a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kinki li.hyogo a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kinki li.kyoto a{
	background-position: -128px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kinki li.shiga a{
	background-position: 0px -231px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kinki li.nara a{
	background-position: -64px -231px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kinki li.wakayama a{
	background-position: -128px -231px;
}





/* CHUGOKU */
#contentsTopInner .tab_contents .wrapper_map #chugoku .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #chugoku .ttl span{
	width:182px;/* 192 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #chugoku{
	width:192px;
	top: 137px;
	left: 0px;
}

#contentsTopInner .tab_contents .wrapper_map #chugoku li.okayama a,
#contentsTopInner .tab_contents .wrapper_map #chugoku li.hiroshima a,
#contentsTopInner .tab_contents .wrapper_map #chugoku li.shimane a,
#contentsTopInner .tab_contents .wrapper_map #chugoku li.tottori a,
#contentsTopInner .tab_contents .wrapper_map #chugoku li.yamaguchi a{
	background-image: url(/static/top/images/bg_list_area_chugoku.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #chugoku li.okayama a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #chugoku li.hiroshima a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #chugoku li.shimane a{
	background-position: -128px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #chugoku li.tottori a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #chugoku li.yamaguchi a{
	background-position: -64px -33px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #chugoku li.okayama a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #chugoku li.hiroshima a{
	background-position: -64px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #chugoku li.shimane a{
	background-position: -128px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #chugoku li.tottori a{
	background-position: 0px -99px;;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #chugoku li.yamaguchi a{
	background-position: -64px -99px;
}

/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #chugoku li.okayama a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #chugoku li.hiroshima a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #chugoku li.shimane a{
	background-position: -128px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #chugoku li.tottori a{
	background-position: 0px -165px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #chugoku li.yamaguchi a{
	background-position: -64px -165px;
}

/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #chugoku li.okayama a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #chugoku li.hiroshima a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #chugoku li.shimane a{
	background-position: -128px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #chugoku li.tottori a{
	background-position: 0px -231px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #chugoku li.yamaguchi a{
	background-position: -64px -231px;
}




/* SHIKOKU */
#contentsTopInner .tab_contents .wrapper_map #shikoku .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #shikoku .ttl span{
	width:118px;/* 128 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #shikoku{
	width:128px;
	top: 318px;
	left: 221px;
}


#contentsTopInner .tab_contents .wrapper_map #shikoku li.ehime a,
#contentsTopInner .tab_contents .wrapper_map #shikoku li.kagawa a,
#contentsTopInner .tab_contents .wrapper_map #shikoku li.tokushima a,
#contentsTopInner .tab_contents .wrapper_map #shikoku li.kochi a{
	background-image: url(/static/top/images/bg_list_area_shikoku.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #shikoku li.ehime a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #shikoku li.kagawa a{
	background-position: -64px 0px;
}
#contentsTopInner .tab_contents .wrapper_map #shikoku li.tokushima a{
	background-position: 0px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #shikoku li.kochi a{
	background-position: -64px -33px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #shikoku li.ehime a{
	background-position: 0px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #shikoku li.kagawa a{
	background-position: -64px -66px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #shikoku li.tokushima a{
	background-position: 0 -99px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #shikoku li.kochi a{
	background-position: -64px -99px;
}
/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #shikoku li.ehime a{
	background-position: 0px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #shikoku li.kagawa a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #shikoku li.tokushima a{
	background-position: 0 -165px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #shikoku li.kochi a{
	background-position: -64px -165px;
}
/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #shikoku li.ehime a{
	background-position: 0px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #shikoku li.kagawa a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #shikoku li.tokushima a{
	background-position: 0 -231px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #shikoku li.kochi a{
	background-position: -64px -231px;
}




/* KYUSHU-OKINAWA */
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa .ttl{

}

#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa .ttl span{
	width:118px;/* 128 -2-2-3-3 */
}

#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa{
	width:128px;
	top: 250px;
	left: 0px;
}


#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.fukuoka a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.saga a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.nagasaki a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.kumamoto a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.oita a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.miyazaki a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.kagoshima a,
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.okinawa a{
	background-image: url(/static/top/images/bg_list_area_kyushu_okinawa.png);
	background-repeat: no-repeat;
}

/* ordin
*************************************/
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.fukuoka a{
	background-position: 0 0;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.saga a{
	background-position: -64px 0;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.nagasaki a{
	background-position: 0 -33px;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.kumamoto a{
	background-position: -64px -33px;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.oita a{
	background-position: 0 -66px;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.miyazaki a{
	background-position: -64px -66px;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.kagoshima a{
	background-position: 0px -99px;
}
#contentsTopInner .tab_contents .wrapper_map #kyushu-okinawa li.okinawa a{
	background-position: -64px -99px;
}

/* type_w-zero
*************************************/
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.fukuoka a{
	background-position: 0 -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.saga a{
	background-position: -64px -132px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.nagasaki a{
	background-position: 0 -165px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.kumamoto a{
	background-position: -64px -165px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.oita a{
	background-position: 0 -198px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.miyazaki a{
	background-position: -64px -198px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.kagoshima a{
	background-position: 0px -231px;
}
#contentsTopInner .tab_contents.type_w-zero .wrapper_map #kyushu-okinawa li.okinawa a{
	background-position: -64px -231px;
}
/* type_monthly
*************************************/
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.fukuoka a{
	background-position: 0 -264px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.saga a{
	background-position: -64px -264px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.nagasaki a{
	background-position: 0 -297px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.kumamoto a{
	background-position: -64px -297px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.oita a{
	background-position: 0 -330px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.miyazaki a{
	background-position: -64px -330px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.kagoshima a{
	background-position: 0px -363px;
}
#contentsTopInner .tab_contents.type_monthly .wrapper_map #kyushu-okinawa li.okinawa a{
	background-position: -64px -363px;
}
/* type_bnb
*************************************/
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.fukuoka a{
	background-position: 0 -396px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.saga a{
	background-position: -64px -396px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.nagasaki a{
	background-position: 0 -429px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.kumamoto a{
	background-position: -64px -429px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.oita a{
	background-position: 0 -462px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.miyazaki a{
	background-position: -64px -462px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.kagoshima a{
	background-position: 0px -495px;
}
#contentsTopInner .tab_contents.type_bnb .wrapper_map #kyushu-okinawa li.okinawa a{
	background-position: -64px -495px;
}





/* MAP JAPAN */
#contentsTopInner .tab_contents .wrapper_map .mapjapan li{
	float:left;
	margin: 2px;
}

#contentsTopInner .tab_contents .wrapper_map .mapjapan li a{
	display: block;
	width: 60px;
	height: 30px;

	text-decoration: none;

	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* add nak 20151118 */
#contentsTopInner .tab_contents .wrapper_type_navi{
	position: relative;
	height: 90px;
	/*background: url(/static/top/images/bg_type_navi.png) no-repeat 209px 0px;*/
}

#contentsTopInner .tab_contents .wrapper_type_navi .ttl{
	position: absolute;
	top: 11px;
	left: 250px;
}

#contentsTopInner .tab_contents .wrapper_type_navi li{
	float: left;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero {
	margin-left: 19px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.rent a,
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero a,
#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a,
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a{
	text-decoration: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#contentsTopInner .tab_contents .wrapper_type_navi li.rent{
	margin-top: 0px;
	margin-left: 2px;
}

#contentsTopInner .tab_contents .wrapper_type_navi li.monthly,
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb{
	margin-top: 37px;
	margin-left: 7px;
}
#contentsTopInner .tab_contents .wrapper_type_navi p#monthly_close a{
	text-decoration: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: -63px;
	margin-left: 397px;
	display: block;
	width: 170px;
	height: 56px;
	background-image: url(/static/top/images/btn_type_monthly.png);
	background-position: 0px -56px;
	background-repeat: no-repeat;
}
#contentsTopInner .tab_contents .wrapper_type_navi #monthly_close a:hover {
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_type_navi #bnb_close{
	width:170px;
}
#contentsTopInner .tab_contents .wrapper_type_navi #bnb_close a{
	text-decoration: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: -64px;
	margin-left: 574px;
	display: block;
	width: 170px;
	height: 56px;
	background-image: url(/static/top/images/btn_type_bnb.png);
	background-position: 0px -56px;
	background-repeat: no-repeat;
}
#contentsTopInner .tab_contents .wrapper_type_navi p#bnb_close a:hover {
	background-position: 0px 0px;
}

#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a,
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a{
	display: block;
	width: 170px;
	height: 56px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero a{
	display: block;
	width: 188px;
	height: 83px;
	background-image: url(/static/top/images/btn_type_doublezero_ver2.png);
	background-repeat: no-repeat;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a{
	background-image: url(/static/top/images/btn_type_monthly.png);
	background-repeat: no-repeat;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a{
	background-image: url(/static/top/images/btn_type_bnb.png);
	background-repeat: no-repeat;
}

#contentsTopInner .tab_contents .wrapper_type_navi li.rent a{
	display: block;
	width: 188px;
	height: 83px;

	background-image: url(/static/top/images/btn_type_rent_ver2.png);
	background-repeat: no-repeat;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.rent a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero a{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a{
	background-position: 0px -56px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a{
	background-position: 0px -56px;
}


#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a.actived,
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a.actived{
	cursor: default;
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.rent a.actived,
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero a.actived {
	background-position: 0px -84px;
}

#contentsTopInner .tab_contents .wrapper_type_navi li.rent a:hover,
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero a:hover,
#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a:hover,
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#contentsTopInner .tab_contents .wrapper_type_navi li.rent a:hover{
	background-position: 0px -84px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.w-zero a:hover{
	background-position: 0px -84px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.monthly a:hover{
	background-position: 0px 0px;
}
#contentsTopInner .tab_contents .wrapper_type_navi li.bnb a:hover{
	background-position: 0px 0px;
}

#contentsTopInner .tab_contents .wrapper_type_navi .bnr-wifi{
	width:290px;
}
#contentsTopInner .tab_contents .wrapper_type_navi .bnr-wifi a{
	text-decoration: none;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	margin-top: -83px;
	margin-left: 414px;
	display: block;
	width: 335px;
	height: 72px;
	background-image: url(/static/top/images/btn_type_1606fon_03.jpg?=20180118);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* /add nak 20151118 */

#contentsTopInner .tab_contents .btn_col {
	width: 258px;
	margin-left: -2px;

	opacity: 0;
	filter: alpha(opacity=0);
}
#contentsTopInner .tab_contents .btn_col .btn_time {
	margin-top: 8px;
}

#contentsTopInner .tab_contents .btn_col .btn_bear {
	margin-top: 15px;
}

/*add 141112*/
#contentsTopInner .tab_contents .btn_col .btn_easyrequest {
	margin-top: 15px;
}

#contentsTopInner .tab_contents .btn_col .btn_easyrequest .btn_easyrequest_core {
	position: relative;
	margin-top: 0px;
	margin-left: -14px;
}

/*#contentsTopInner .tab_contents .btn_col .btn_easyrequest .btn_easyrequest_core {

	position: relative;
	margin-top: 0px;
	margin-left: -14px;

	width: 287px;
	height: 274px;

	overflow: hidden;
}
#contentsTopInner .tab_contents .btn_col .btn_easyrequest .btn_easyrequest_core a{
	display: block;
	background: url(../images/btn_bear_search_on.png) 0 270px no-repeat;
	width: 287px;
	height: 274px;
}*/

#contentsTopInner .tab_contents .btn_col li.btn_easyrequest a:hover,
#contentsTopInner .tab_contents .btn_col li.btn_easyrequest a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


#contentsTopInner .tab_contents .maparea {
	height: 480px;
	width: 730px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#contentsTopInner .tab_contents .maparea h3 {
	margin-top: -10px;
}
#contentsTopInner .tab_contents .maparea .btn_back {
	margin-top: 15px;
	margin-left: 5px;
}
#contentsTopInner .tab_contents .maparea li {
	position: absolute;
	z-index: 5;
	height: 83px;
}

#contentsTopInner .tab_contents .maparea li a:hover,
#contentsTopInner .tab_contents .maparea li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#contentsTopInner .tab_contents .maparea .bear_area {
	position: absolute;
	z-index: 3;
	right: 30px;
	bottom: 0px;
}

/*#contentsTopInner .tab_contents #search-area li a:hover,
#contentsTopInner .tab_contents #search-area li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}*/

#contentsTopInner .tab_contents #search-area li{
	cursor: pointer;
}

/* #map_jp */
#contentsTopInner .tab_contents .maparea #map_jp .map_core {
	position: absolute;
	top: -10px;
	left: 145px;
}
#contentsTopInner .tab_contents .maparea li.hokkaido {
	left: 510px;
	top: 5px;
}
#contentsTopInner .tab_contents .maparea li.touhoku {
	left: 510px;
	top: 134px;
}
#contentsTopInner .tab_contents .maparea li.kanto {
	left: 510px;
	top: 250px;
}
#contentsTopInner .tab_contents .maparea li.koushinhoku {
	left: 350px;
	top: 128px;
}
#contentsTopInner .tab_contents .maparea li.tokai {
	left: 395px;
	top: 335px;
}
#contentsTopInner .tab_contents .maparea li.kansai {
	left: 205px;
	top: 175px;
}
#contentsTopInner .tab_contents .maparea li.cyushokoku {
	left: 205px;
	top: 335px;
}
#contentsTopInner .tab_contents .maparea li.kyushu {
	left: 48px;
	top: 315px;
}
#contentsTopInner .tab_contents .maparea #map_jp .bear_jp {
	position: absolute;
	z-index: 3;
	left: 1px;
	top: 32px;
}

#contentsTopInner .tab_contents .maparea #map_jp .bear_jp .firstvisit{
	padding-top: 10px;
}

#contentsTopInner .tab_contents .maparea #map_jp .bear_jp .firstcomment a {
	position: absolute;
	left: 160px;
	top:-32px;
	background: url(/static/top/images/bg_balloon_first.png) no-repeat;
	height:82px;
	width: 180px;
	padding-top: 15px;
	padding-left: 64px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}

#contentsTopInner .tab_contents .maparea #map_jp .bear_jp .comment a {
	position: absolute;
	left: 160px;
	top:-32px;
	background: url(/static/top/images/bg_balloon.png) no-repeat;
	height:82px;
	width: 220px;
	padding-top: 15px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	color: #104396;
	text-decoration: none;
	line-height: 1.2em;
}

#contentsTopInner .tab_contents .maparea #map_jp .bear_jp .firstcomment .clr-green{
	color: #378900;
}

#contentsTopInner .tab_contents .maparea #map_jp .bear_jp .firstcomment a:hover {
	color: #333333;
}

#contentsTopInner .wrapper_shape{
	clear: both;
	display: block;
	position: absolute;
	top: 105px;
	right: -22px;
	width:123px;
	height:452px;
}


/* tooltip */
#contentsTopInner #wrapper_map_submenu{
	display: none;
	position: absolute;
	width: 157px;
	height: 92px;
	top:0px;
	left:0px;

	background:url(/static/top/images/frame_map_submenu.png) 0 0 no-repeat;
}
#contentsTopInner #wrapper_map_submenu ul{
	margin-left: 11px;
}
#contentsTopInner #wrapper_map_submenu li{
	margin-top: 1px;
}
#contentsTopInner #wrapper_map_submenu li a{
	display: block;
	width: 142px;
	height: 34px;

	text-decoration: none;

	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#contentsTopInner #wrapper_map_submenu li.area a{
	background:url(/static/top/images/btn_areasearch_map_submenu.png) 0 0 no-repeat;
}

#contentsTopInner #wrapper_map_submenu li.area a:hover{
	background-position: 0 -34px;
}

#contentsTopInner #wrapper_map_submenu li.station a{
	background:url(/static/top/images/btn_stationsearch_map_submenu.png) 0 0 no-repeat;
}

#contentsTopInner #wrapper_map_submenu li.station a:hover{
	background-position: 0 -34px;
}

#contentsTopInner #wrapper_map_submenu .btn_close{
	text-align:right;
}

/* add nak 20151119 */
.map_overlay{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

/* ------------------------------------
	* modal - first visit
* ------------------------------------ */
#modal_firstvisit_area #modal_loader{
	position: absolute;
	width: 60px;
	height: 60px;
	top:210px;
	left: 430px;

	opacity:0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
}

#modal_firstvisit_area{
	background:#fff;

	display: none;
	width: 920px;
	height: 500px;
	top: 36px !important;
	zoom: 1;
	position: absolute !important;
	left: 50%;
	z-index: 1100;
	margin-left: -460px;
	opacity: 0;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #319900;
	display: none;
}

#modal_firstvisit_area .modal_close{
	position: absolute;
	top: -25px;
	right: -24px;
	width: 52px;
	height: 52px;
	z-index: 1000;
	cursor: pointer;
}

/* #map_tohoku */
#contentsTopInner .tab_contents .maparea #map_tohoku span {
	position: absolute;
	top: -20px;
	left: 175px;
}
#contentsTopInner .tab_contents .maparea li.aomori {
	left: 370px;
	top: 30px;
}
#contentsTopInner .tab_contents .maparea li.iwate {
	left: 370px;
	top: 130px;
}
#contentsTopInner .tab_contents .maparea li.miyagi {
	left: 370px;
	top: 240px;
}
#contentsTopInner .tab_contents .maparea li.fukushima {
	left: 282px;
	top: 345px;
}
#contentsTopInner .tab_contents .maparea li.yamagata {
	left: 150px;
	top: 250px;
}
#contentsTopInner .tab_contents .maparea li.akita {
	left: 150px;
	top: 130px;
}

/* #map_kanto */
#contentsTopInner .tab_contents .maparea #map_kanto span {
	position: absolute;
	top: 20px;
	left: 150px;
}
#contentsTopInner .tab_contents .maparea li.tokyo {
	left: 128px;
	top: 254px;
}
#contentsTopInner .tab_contents .maparea li.kanagawa {
	left: 197px;
	top: 333px;
}
#contentsTopInner .tab_contents .maparea li.saitama {
	left: 231px;
	top: 176px;
}
#contentsTopInner .tab_contents .maparea li.chiba {
	left: 394px;
	top: 243px;
}
#contentsTopInner .tab_contents .maparea li.gunma {
	left: 128px;
	top: 88px;
}
#contentsTopInner .tab_contents .maparea li.tochigi {
	left: 255px;
	top: 49px;
}
#contentsTopInner .tab_contents .maparea li.ibaragi {
	left: 405px;
	top: 87px;
}

/* #map_koushinetuhoku */
#contentsTopInner .tab_contents .maparea #map_koushinetuhoku span {
	position: absolute;
	top: -25px;
	left: 117px;
}
#contentsTopInner .tab_contents .maparea li.niigata {
	left: 397px;
	top: 134px;
}
#contentsTopInner .tab_contents .maparea li.yamanashi {
	left: 390px;
	top: 310px;
}
#contentsTopInner .tab_contents .maparea li.nagano {
	left: 251px;
	top: 310px;
}
#contentsTopInner .tab_contents .maparea li.fukui {
	left: 134px;
	top: 224px;
}
#contentsTopInner .tab_contents .maparea li.ishikawa {
	left: 89px;
	top: 103px;
}
#contentsTopInner .tab_contents .maparea li.toyama {
	left: 249px;
	top: 136px;
}

/* #map_tokai */
#contentsTopInner .tab_contents .maparea #map_tokai span {
	position: absolute;
	top: 65px;
	left: 150px;
}
#contentsTopInner .tab_contents .maparea li.shizuoka {
	left: 411px;
	top: 195px;
}
#contentsTopInner .tab_contents .maparea li.aichi {
	left: 254px;
	top: 195px;
}
#contentsTopInner .tab_contents .maparea li.mie {
	left: 96px;
	top: 240px;
}
#contentsTopInner .tab_contents .maparea li.gifu {
	left: 132px;
	top: 103px;
}

/* #map_kansai */
#contentsTopInner .tab_contents .maparea #map_kansai span {
	position: absolute;
	top: -10px;
	left: 215px;
}
#contentsTopInner .tab_contents .maparea li.kyoto {
	left: 305px;
	top: 13px;
}
#contentsTopInner .tab_contents .maparea li.shiga {
	left: 361px;
	top: 109px;
}
#contentsTopInner .tab_contents .maparea li.nara {
	left: 361px;
	top: 270px;
}
#contentsTopInner .tab_contents .maparea li.wakayama {
	left: 218px;
	top: 346px;
}
#contentsTopInner .tab_contents .maparea li.osaka {
	left: 217px;
	top: 244px;
}
#contentsTopInner .tab_contents .maparea li.hyogo {
	left: 146px;
	top: 100px;
}

/* #map_chushikoku */
#contentsTopInner .tab_contents .maparea #map_chushikoku span {
	position: absolute;
	top: -20px;
	left: 170px;
}
#contentsTopInner .tab_contents .maparea li.shimane {
	left: 253px;
	top: 0px;
}
#contentsTopInner .tab_contents .maparea li.tottori {
	left: 415px;
	top: 0px;
}
#contentsTopInner .tab_contents .maparea li.yamaguchi {
	left: 126px;
	top: 113px;
}
#contentsTopInner .tab_contents .maparea li.hiroshima {
	left: 267px;
	top: 113px;
}
#contentsTopInner .tab_contents .maparea li.okayama {
	left: 415px;
	top: 113px;
}
#contentsTopInner .tab_contents .maparea li.ehime {
	left: 199px;
	top: 235px;
}
#contentsTopInner .tab_contents .maparea li.kagawa {
	left: 380px;
	top: 235px;
}
#contentsTopInner .tab_contents .maparea li.kochi {
	left: 198px;
	top: 337px;
}
#contentsTopInner .tab_contents .maparea li.tokushima {
	left: 380px;
	top: 337px;
}

/* #map_kyushu */
#contentsTopInner .tab_contents .maparea #map_kyushu span {
	position: absolute;
	top: 0px;
	left: 205px;
}
#contentsTopInner .tab_contents .maparea li.fukuoka {
	left: 317px;
	top: 60px;
}
#contentsTopInner .tab_contents .maparea li.oita {
	left: 390px;
	top: -10px;
}
#contentsTopInner .tab_contents .maparea li.miyazaki {
	left: 380px;
	top: 190px;
}
#contentsTopInner .tab_contents .maparea li.kagoshima {
	left: 380px;
	top: 290px;
}
#contentsTopInner .tab_contents .maparea li.kumamoto {
	left: 215px;
	top: 190px;
}
#contentsTopInner .tab_contents .maparea li.nagasaki {
	left: 135px;
	top: 100px;
}
#contentsTopInner .tab_contents .maparea li.saga {
	left: 230px;
	top: -10px;
}
#contentsTopInner .tab_contents .maparea li.okinawa {
	left: 156px;
	top: 346px;
}

.wrapper_slider{
	width:1000px;
	margin:0px auto 20px;
}
.wrapper_slider .cm_wrap{
	padding: 0px 0px 20px;
}
/* add 171130 ss */
.wrapper_slider .cm_wrap ul.cmp_bnr_list01 li{
	margin-bottom:10px;
}
.wrapper_slider .slider_wrap{
	padding: 20px 0;
	border: 1px solid #013b96;

	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

/* 実際の画像が入るエリア */
.wrapper_slider .slider_wrap .slide{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/*camp_list*/
.wrapper_slider .slider_wrap .slide ul.camp_list {
	width:auto;
	overflow:hidden;
}
.wrapper_slider .slider_wrap .slide ul.camp_list li {
	width:460px;
}
.wrapper_slider .slider_wrap .slide ul.camp_list li:first-child {
	float:left;
}
.wrapper_slider .slider_wrap .slide ul.camp_list li:last-child {
	float:right;
}

.wrapper_slider p {
	text-align: right;
	margin-top: 10px;
}

.wrapper_slider p a {
	background: url(/static/shared/images/icon/arr_link_gray.png) no-repeat left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ------------------------------------
	*contentsMid-parts
* ------------------------------------ */
#contentsMidInner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contentsMidInner .slider_wrap {
	background: url(/static/top/images/bg_slider.gif) no-repeat 113px 0;
	position: relative;
	padding-top: 12px;
}
#contentsMidInner .slider_wrap .slide {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#contentsMidInner .slider_wrap .slide p {
	text-align: right;
	margin-top: 20px;
}
#contentsMidInner .slider_wrap .slide p a {
	background: url(/static/shared/images/icon/arr_link_gray.png) no-repeat left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*#contentsMidInner .slider_wrap .slide_nav .prev {
	position: absolute;
	left: 32px;
	top: 52px;
}
#contentsMidInner .slider_wrap .slide_nav .next {
	position: absolute;
	right: 32px;
	top: 52px;
}*/

#contentsMidInner .help_data {
	margin-top: 20px;
	width: 760px;
}
#contentsMidInner .help_data a {
	color: #0A3F94;
}
#contentsMidInner .help_data h3 {
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
#contentsMidInner .help_data ul {
	margin-bottom: 30px;
}
#contentsMidInner .help_data li {
	float: left;
}

#contentsMidInner .help_data .mod_box_section {
	border: 1px solid #E2E2E2;
	padding: 20px;
	margin-top: 10px;
}
#contentsMidInner .help_data .mod_box_section a:hover {
	color: #333333;
}
#contentsMidInner .help_data .mod_box_section ul {
	margin-top: -10px;
}
#contentsMidInner .help_data .mod_box_section ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 15px;
	margin-top: 10px;
}

#contentsMidInner .help_data .new_article {
	position: relative;
	width: 770px;
	margin-top: 10px;
}
#contentsMidInner .help_data .new_article li {
	float: left;
	width: 144px;
	margin-right: 10px;
}
#contentsMidInner .help_data .new_article li a {
	display: block;
	padding: 10px 20px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#contentsMidInner .help_data .new_article li span {
	vertical-align: middle;
	display: table-cell;
	height: 100px;
	width: 122px;
	text-align: center;
}
#contentsMidInner .help_data .new_article li p {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 20px;
}

#contentsMidInner .help_data .clmbox_list {
	border-left: 2px solid #053a96;
	border-right: 2px solid #053a96;
	border-bottom: 2px solid #053a96;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#contentsMidInner .help_data .clmbox_list li {
	float: left;
	border-top: 2px solid #bac5d9;
	border-left: 2px solid #bac5d9;
}
#contentsMidInner .help_data .clmbox_list li.non-guarantor,
#contentsMidInner .help_data .clmbox_list li.column {
	border-top: none;
	border-left: none;
}
#contentsMidInner .help_data .clmbox_list li.maisonette,
#contentsMidInner .help_data .clmbox_list li.pet,
#contentsMidInner .help_data .clmbox_list li.townpage,
#contentsMidInner .help_data .clmbox_list li.oheya {
	border-top: none;
}
#contentsMidInner .help_data .clmbox_list li.instrument {
	border-left: none;
}
#contentsMidInner .help_data .clmbox_list li a {
	display: block;
	box-sizing: border-box;
	padding: 20px 18px 0 15px;
	width: 250px;
	height: 158px;
	background-image: url(/static/top/images/bg_listbox.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 250px 158px;
	*zoom: 1;
}
#contentsMidInner .help_data .clmbox_list li.pet a,
#contentsMidInner .help_data .clmbox_list li.parking a,
#contentsMidInner .help_data .clmbox_list li.oheya a,
#contentsMidInner .help_data .clmbox_list li.yachinsobasearch a {
	width: 251px;
	background-position: 1px 0;
}
#contentsMidInner .help_data .clmbox_list li.column a {
	height: 318px;
	background-image: url(/static/top/images/bg_listbox2.gif);
	background-position: 0 2px;
	background-size: 250px 316px;
}

#contentsMidInner .help_data .clmbox_list li a:after {
	clear: both;
	content: "";
	display: table;
}
#contentsMidInner .help_data .clmbox_list li a .clmbox_list_img {
	float: left;
	width: 72px;
}
#contentsMidInner .help_data .clmbox_list li a .clmbox_list_info {
	float: right;
	width: 130px;
}
#contentsMidInner .help_data .clmbox_list li a .clmbox_list_img2 {
	width: 214px;
}
#contentsMidInner .help_data .clmbox_list li a .clmbox_list_info .clmbox_list_ttl {
	height: 2.4em;
	color: #003da0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#contentsMidInner .help_data .clmbox_list li.instrument a .clmbox_list_info .clmbox_list_ttl,
#contentsMidInner .help_data .clmbox_list li.designers a .clmbox_list_info .clmbox_list_ttl,
#contentsMidInner .help_data .clmbox_list li.parking a .clmbox_list_info .clmbox_list_ttl {
	height: 1.2em;
}
#contentsMidInner .help_data .clmbox_list li a .clmbox_list_info .clmbox_list_txt {
	margin-top: 6px;
	color: #333;
	font-size: 13px;
	line-height: 1.2;
}
#contentsMidInner .help_data .clmbox_list li a .clmbox_list_txt2 {
	float: left;
	margin-top: 10px;
	padding: 0px 4px;
	width: 214px;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

#contentsMidInner .search_pref {
	margin-top: 35px;
}
#contentsMidInner .search_pref .link_pref {
	padding-top: 10px;
	padding-left: 20px;
}
#contentsMidInner .search_pref .link_pref li,
#contentsMidInner .related_site ul.txt_link li {
	background: url(/static/shared/images/icon/arr_link_gray.png) no-repeat left top;
	float: left;
	width: 98px;
	*width: 123px;
	margin-top: 10px;
	padding-left: 25px;
}
#contentsMidInner .search_pref .link_pref li a,
#contentsMidInner .related_site ul.txt_link li a {
	display: block;
	padding: 2px 0px;
}
#contentsMidInner .search_pref .bnr_area {
	background: #F2F5FA;
	/*padding: 20px;*/
	padding: 0 0 20px 20px;
	margin-top: 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	/*width: 720px;*/
	/**width: 760px;*/
	overflow: hidden;
}
#contentsMidInner .search_pref .bnr_area ul {
	margin-top: -17px;
	width: 745px;
	position: relative;
}
#contentsMidInner .search_pref .bnr_area ul li {
	float: left;
	margin-top: 17px;
	margin-right: 17px;
}
#contentsMidInner .search_pref .bnr_area ul li.bnr_l {
	margin-left: -20px;
}
#contentsMidInner .related_site {
	margin-top: 30px;
}
#contentsMidInner .related_site ul {
	padding-top: 10px;
	padding-left: 20px;
}
#contentsMidInner .related_site ul li {
	float: left;
	margin-top: 10px;
	margin-right: 17px;
	width: 228px;
}
#contentsMidInner .related_site ul.bnr_link li a {
	font-size: 13px;
	color: #0A3F94;
	text-decoration: none;
}
#contentsMidInner .related_site ul.bnr_link li img {
	padding-bottom: 10px;
	display: block;
}
#contentsMidInner .related_site ul.bnr_link li span,
#contentsBottomInner .mod_box_section a.newwin {
	background: url(/static/shared/images/icon/icn_newwin.png) no-repeat left center;
	padding-left: 20px;
}

#contentsMidInner .related_site ul.txt_link {
	padding-top: 20px;
}
#contentsMidInner .related_site ul.txt_link li {
	width: 203px;
	/**width: 228px;*/
}

#contentsMidInner .related_site .global_related_site {
	padding-top: 15px;
}
#contentsMidInner .related_site .global_related_site .country_wrap {
	margin-top: 20px;
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name {
	margin-left: 17px;
	padding-left: 35px;
	line-height: 18px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-weight: bold;
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name.jpn {
	background-image: url(/static/top/images/icn_flg_jpn.png);
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name.chn {
	background-image: url(/static/top/images/icn_flg_chn.png);
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name.mys {
	background-image: url(/static/top/images/icn_flg_mys.png);
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name.tha {
	background-image: url(/static/top/images/icn_flg_tha.png);
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name.tai {
	background-image: url(/static/top/images/icn_flg_tai.png);
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_name.kan {
	background-image: url(/static/top/images/icn_flg_kan.png);
}
#contentsMidInner .related_site .global_related_site .country_wrap .country_clm {
	margin-top: 8px;
	padding: 10px 17px 17px 17px;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
}
#contentsMidInner .related_site .global_related_site ul.txt_link {
	padding: 0;
}
#contentsMidInner .related_site .global_related_site ul.txt_link li {
	width: 195px;
}


/* .bnr_area */
#contentsMidInner .help_data .bnr_area .bnr_inner {
	padding: 20px 0 2px;
	background: #f2f5fa;
	border: 1px solid #f2f5fa;
	-moz-border-radius: 8spx;
	-webkit-border-radius: 8px;
	border-radius: 8spx;
}

#contentsMidInner .bnr_area .bnr_l {
	margin-bottom: 18px;
}

#contentsMidInner .help_data .bnr_area ul {
	margin-bottom: 0
}

#contentsMidInner .bnr_area .bnr_list {
	margin-left: 20px;
}

#contentsMidInner .bnr_area .bnr_list li {
	margin-bottom: 18px;
	margin-right: 17px;
}

/* .box_kodawari */
#contentsMidInner .help_data .box_kodawari ul {
	float: left;
	margin-bottom: 0;
}

#contentsMidInner .help_data .box_kodawari .list_left li {
	margin-right: 0;
}


#contentsMidInner .help_data .box_kodawari .list_left,
#contentsMidInner .help_data .box_kodawari .list_left li {
	width: 280px;
}

#contentsMidInner .help_data .box_kodawari .list_center,
#contentsMidInner .help_data .box_kodawari .list_center li {
	width: 240px;
}

#contentsMidInner .help_data .box_kodawari .list_right,
#contentsMidInner .help_data .box_kodawari .list_right li {
	width: 198px;
}

/* .box_populararea */
#contentsMidInner .help_data .box_populararea ul {
	margin-bottom: 0;
}

#contentsMidInner .help_data .box_populararea ul li {
	width: 115px;
	margin-right: 4px;
}


/* .box_stationarea */
#contentsMidInner .help_data .box_stationarea ul {
	margin-bottom: 0;
}

#contentsMidInner .help_data .box_stationarea ul li {
	width: 115px;
	margin-right: 4px;
}

/* .box_topics */
#contentsMidInner .help_data .box_topics ul {
	margin-bottom: 0;
	float: left;
}
#contentsMidInner .help_data .box_topics ul li {
	margin-right: 0;
	background: url(/static/shared/images/icon/arr_disc_blue.png) no-repeat left top;
	padding-left: 17px;
}

#contentsMidInner .help_data .box_topics .list_left {
	margin-right: 18px;
}

#contentsMidInner .help_data .box_topics .list_left,
#contentsMidInner .help_data .box_topics .list_left li {
	width: 350px;
}

#contentsMidInner .help_data .box_topics .list_right,
#contentsMidInner .help_data .box_topics .list_right li {
	width: 350px;
}

#contentsMidInner .help_data .box_topics ul li a {
	border-bottom: 1px solid #b0b7bd;
	text-decoration: none;
}

/* contents-main */
#contentsMidInner .contents-main{
	width:760px;
	float:left;
}
/* sub_right */
#contentsMidInner .sub_right{
	padding-top: 25px;
	float:right;
	width:222px;
}
#contentsMidInner .sub_right ul li{
	margin-bottom:14px;
}
#contentsMidInner .sub_right ul li.bnr_cb{
	margin-bottom:29px;
}
#contentsMidInner .sub_right ul li.bnr_ab{
	margin-bottom:20px;
}
#contentsMidInner .sub_right ul li.bnr_cb{
}
/* news_box */
dl.news_box{
	margin: 15px auto;
	padding: 13px 20px;
	background: #eeeeee none repeat scroll 0 0;
	border-radius: 12px;
	width: 960px;
	overflow:hidden;
	font-size:15px;
}
dl.news_box dt{
	display: block;
	width: 15%;
	clear: left;
	float: left;
	font-weight: bold;
	line-height: 1.5em;
}
dl.news_box dd{
	display: block;
	width: 85%;
	float: left;
	line-height: 1.5em;
}
/* contents-main */
.content-footer{
	margin-top: 20px;
	margin-bottom:-45px;
	padding-top:20px;
	border-top: 1px solid #dddddd;
}
.content-footer .content-footer-inner{
	margin:auto;
	width:1000px;
}
.content-footer .content-footer-inner h2{
	font-weight:bold;
	padding-bottom: 10px;
}
.content-footer .content-footer-inner p{
	font-size:12px;
	line-height: 1.4em;
}

/* ------------------------------------
	* contentBottom-parts
* ------------------------------------ */
#contentsBottomInner .notice_list {
	position: relative;
	width: 1020px;
}
#contentsBottomInner .notice_list li {
	float: left;
	width: 320px;
	margin-right: 20px;
}
#contentsBottomInner .notice_list li p {
	background: #FFF;
	padding: 14px 20px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-ms-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5em;
	width: 280px;
	/*_width: 320px;*/
}
#contentsBottomInner .notice_list li.fc_recruiting p span {
	color: #69C7EF;
}
/*
#contentsBottomInner .notice_list li.owner p {
	text-align: center;
	font-size: 12px;
	line-height: 2em;
}
*/
#contentsBottomInner .notice_list li.owner p span {
	color: #87BD54;
}
#contentsBottomInner .notice_list li.owner p span.leased {
	font-size: 20px;
	font-weight: bold;
}
#contentsBottomInner .notice_list li.owner p span.free {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #87BD54;
	vertical-align: 0.2em;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
}
#contentsBottomInner .notice_list li.owner p span.freedial {
	font-size: 26px;
	font-weight: bold;
}
#contentsBottomInner .notice_list li.partner_recruiting p span {
	color: #5C82BA;
}
#contentsBottomInner .mod_box_section {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
}
#contentsBottomInner .mod_box_section img {
	margin-right: 10px;
	vertical-align: -0.8em;
}
#contentsBottomInner .mod_box_section a.newwin {
	color: #0A3F94;
	text-decoration: none;
}
#contentsBottomInner .btn_pagetop_authority {
	font-weight: bold;
	text-align: right;
}

/* ------------------------------------
	* bxslider
* ------------------------------------ */
.article_recommend_box{
	margin-top: 20px;
}
.article_recommend {
	margin-top: -10px;
}
.article_recommend h2.ttl_authority,
.article_recommend_box h2.ttl_authority{
	margin:auto;
	width:1000px;
	font-size: 24px;
	font-weight: bold;
}
.wrapper_slider.recd_box .slider_wrap{
	border: medium none;
	border-radius: 0;
	padding: 0;
}
.wrapper_slider.recd_box .slide.recd_propety{
	border:1px solid #777;
	margin-top: 10px;
	background-color:#fff;
	border-radius: 12px;
	width:1000px;
	box-sizing: border-box;
}
.wrapper_slider.recd_box .slide.recd_propety ul {
	width:auto;
	overflow:hidden;
	min-width:980px;
}
.wrapper_slider.recd_box .slide.recd_propety ul li{
	float:left;
	width:196px;
}
.wrapper_slider.recd_box .slide.recd_propety ul li a{
	text-decoration: none;
}
.wrapper_slider.recd_box .slide.recd_propety ul li a:hover{
	opacity:0.8;
}
.wrapper_slider .slide.recd_propety ul li .propety_img{
	margin:auto;
	padding:1px;
	width:184px;
	height:100px;
	background-color:#eee;
	position: relative;
}
.wrapper_slider.recd_box .slide.recd_propety ul li .propety_img img{
	margin:auto;
	max-width:184px;
	max-height:100px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.wrapper_slider.recd_box .slide.recd_propety ul li dl{
	padding:0 5px;
	width:186px;
}
.wrapper_slider.recd_box .slide.recd_propety ul li dl dt{
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	font-weight:bold;
	color:#fb6fbf;
	text-align:center;
}
.wrapper_slider.recd_box .slide.recd_propety ul li dl dd{
	padding: 5px 10px;
	line-height:1.4em;
	font-size: 85%;
}
/*jquery.bxslider.css*/
.wrapper_slider .slide.recd_propety .bx-viewport{
	padding-bottom: 10px;
	padding-top: 20px;
	border: medium none;
	min-height:178px;
	left: 0;
	box-shadow:none;
}
.slide.recd_propety .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.slide.recd_propety .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.slide.recd_propety .bx-wrapper .bx-prev {
	left: 10px;
	background: url(/static/shared/css/lib/images/controls.png) no-repeat 0 -32px;
}

.slide.recd_propety .bx-wrapper .bx-next {
	right: 10px;
	background: url(/static/shared/css/lib/images/controls.png) no-repeat -43px -32px;
}

.slide.recd_propety .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.slide.recd_propety .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.slide.recd_propety .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.wrapper_slider .slide.recd_propety .bx-prev{
	left:-25px;
}
.wrapper_slider .slide.recd_propety .bx-next{
	right:-25px;
}
/* ------------------------------------
	article images guard 160726
* ------------------------------------ */
.propety_img.guard{
	margin: 0;
	padding: 0;
	position: relative;
}
.propety_img .img_Guard{
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index:2;
}
.propety_img .img_Guard::after{
	margin: auto;
/*	content: "@Apamanshop";*/
	width: 100%;
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	opacity: 0.5;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size:9px;
}

/*170620*/

.bgWrp.bgImg {
	background:url();
}
.bgImg #contentsTopWrap{
	background-position: center top;
	background-size: 100% auto;
}
.bgImg #contentsTopInner{
	background: url("/static/top/images/bg_map.png") no-repeat scroll 85% 40px;
	min-height: 535px;
}
.bgImg #contentsTopInner .apaman_data .bannerarea .custom_banner01{
	width: 278px;
	height: 255px;
	overflow: hidden;
}
.bgImg #contentsTopInner .custom_banner01 a:hover{
	opacity:1;
}
.bgImg #contentsTopInner .custom_banner01 a img:hover{
	margin-top:-255px;
}
/*add 171114 ss*/
.bgImg #contentsTopInner .apaman_data .bannerarea .custom_banner02{
	width: 197px;
	height: 146px;
	overflow: hidden;
}
.bgImg #contentsTopInner .custom_banner02 a:hover{
	opacity:1;
}
.bgImg #contentsTopInner .custom_banner02 a img:hover{
	margin-top:-146px;
}

/* ------------------------------------
	* clearfix
* ------------------------------------ */
.shop_list .shop_info,
#contentsMidInner .help_data .btn_help,
#contentsMidInner .help_data .new_article,
#contentsMidInner .search_pref .link_pref,
#contentsMidInner .related_site ul,
#contentsBottomInner .notice_list {
	zoom:1;
}
.shop_list .shop_info:after,
#contentsMidInner .help_data .btn_help:after,
#contentsMidInner .help_data .new_article:after,
#contentsMidInner .search_pref .link_pref:after,
#contentsMidInner .related_site ul:after,
#contentsBottomInner .notice_list:after {
	content: "";
	display: block;
	clear: both;
}
