@charset "utf-8";

/*=========================================================
	[ top_site.css ]
	Site top design
	date - creation:2013-04-18 // update:2016-07-01
=========================================================*/

/*=========================================================
	index
		1. layout
		2. navigation
		3. content
=========================================================*/

/* for all */
@import "/common_asp/css/reset.css";
@import "/common_asp/css/layout.css?20180129";
/* for navigation */
@import "/common_asp/css/nav_common.css?20231201";
@import "/common_asp/css/nav_global.css";
@import "/common_asp/css/nav_content.css";
/* for module */
@import "/common_asp/css/m_heading.css";
@import "/common_asp/css/m_text.css";
@import "/common_asp/css/m_box.css";
@import "/common_asp/css/m_list.css";
@import "/common_asp/css/m_table.css";
/* for categories */
@import "/common_asp/css/slideshow.css";
@import "/common_asp/css/blog.css";
@import "/common_asp/css/guide_link.css?20171204";

/* 1. layout
=========================================================*/
#wrapper{
/*	background:url(/common_asp/images/slide_bg.gif) repeat-x 0 -38px;*/
	background:url(/common_asp/images/slide_bg.gif) repeat-x 0 0;
}

#header{z-index:100;}

#headNav{
	margin-top: 0px;
	text-align:center;
	border-top: 2px solid #00A26B;
	border-bottom: 4px solid #00A26B;
	background-color: #fff;
	clear: both;
}
#headNavInner{/* width:1100px; */
	background-color: white;
	z-index:100;
	position:relative;
	width:989px;
	height: 45px;
	margin:0 auto;
	/*padding-left:30px;*/
	/*border-top: 2px solid #00A26B;
	border-bottom: 4px solid #00A26B;*/
	/*background:url(/template_asp/images/bg_nav_g.png?145) no-repeat 0 0;*/
}

.top #headerInfo {
    padding-left: 0;
		width:960px;
		margin: 0 auto;
}
.top #headerInfo .headText{
/*	width:620px;*/
	width:auto;
	padding-left:150px;
}

.top #header {
    min-height: 330px;;
    position: relative;
    text-align: left;
    width: auto;
    margin: 0 auto;
}
.headerBoxLists{
	background: transparent url("/common_asp/images/top_main/tmBg.png") repeat scroll 0px 0px;
/*	width:1100px;*/
	width: 100%;
	height: 80px;
/*	margin: 138px auto 0;*/
	margin: 0 auto 0;
}
.headerBoxList-item {
  width: 366px;
	padding: 5px 5px 0 10px;
  display: inline-block;
	vertical-align: middle;
/*	border-right:solid thin #00A26B;*/
	font-weight: bold;
}
.headerBoxList-item:last-child{ width: 400px;}
#header .headerBoxList-item p{
	font-weight: bold;
}
#header .headerBoxList-item p.headerBoxList-item-text{
	font-size:14px;
}
.headerBoxList-item:last-child{border-right:none;}
.headerBoxList-item:last-child{background-image: url('/common_asp/images/tele_icon.png');background-repeat: no-repeat;background-position: left 5px center;}

.headerBoxList-item.btn{
	width: 314px;
	padding: 10px 8px 10px 5px;
}
#header.headerBoxList-item.btn{padding: 0 !important;}

.tele-block{display: inline-block;vertical-align: middle;padding-left: 45px;}
.tele-ja{
	font-size: 26px;
	font-weight: bold;
	color: #00A26B;
}
.tele-ja a{	color: #00A26B;}
.tele-ja small{
	font-size: 13px;
}
.tele-other{
}

.mainBtn{
		/*margin-top: 32px;*/
}
.mainBtn-inner{height: 57px;margin: 0 auto;border-radius: 6px;padding-top: 6px;color: #F1F1F1;text-align: center;}
.mainBtn-inner a {
	padding: 11px 6px;
	display: flex;
  font-size: 19px;
  font-weight:bold;
  color: #FFF;
  line-height: 1;
  text-decoration: none;justify-content: center;
}
.mainBtn-icon{
	display: inline-block;
	/*margin-right: 8px;*/
}
.mainBtn-text{
	/*width: 252px;*/
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height:25px;
}

#container{
}

/* 2. navigation
=========================================================*/
a.btnE:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

ul#navGlobal{
	position:absolute;
}
#navGlobal li{
	display:block;
	float:left !important;
	width:176px !important;
	padding:0;
	border:0;
}
#navGlobal a{
	display:block;
	height:0;
	margin:0;
	padding-top:51px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(/common_asp/images/nav_global.png);
}
/*
#navGlobal .home{width:100px;}
#navGlobal .service{width:170px;}
#navGlobal .shop{width:170px;}
#navGlobal .contact{
	float:right;
	width:182px;
}
*/
#navGlobal .home a{background-position:-111px 0;}
#navGlobal .area a{background-position:-287px 0;}
#navGlobal .line a{background-position:-463px 0;}
#navGlobal .service a{background-position:-639px 0;}
#navGlobal .contact a{background-position:-815px 0;}
/* hover */
#navGlobal .home a:hover{background-position:-111px -51px;}
#navGlobal .area a:hover{background-position:-287px -51px;}
#navGlobal .line a:hover{background-position:-463px -51px;}
#navGlobal .service a:hover{background-position:-639px -51px;}
#navGlobal .contact a:hover{background-position:-815px -51px;}

#headNavInner  .global_navi {
    /*background:url(/template_asp/common_local/images/navi_bg.png) repeat-x 0 0;*/
		/*height: 51px;*/
}
#headNavInner .global_navi ul {display: flex !important;padding: 0px;border: 0px none;width: 1000px;justify-content: center;}
#headNavInner  .global_navi li {
		/*background:url(/template_asp/common_local/images/nvi_dotted.png) no-repeat right;*/
display: inline-block;
border: 0px none !important;
width: auto !important;margin: 0 4px;
}
.global_navi li a {padding: 0 12px;display: flex;flex-direction: column;justify-content: center;color: #00A26B;font-weight: bold;font-size: 16px;line-height: 3;min-height: 3.0em;}
.global_navi li a:hover{
		background: #00A26B;
		color: white;
		text-decoration: none;
		opacity: 0.7;
}

/* 3. content
=========================================================*/
#hlogo,#hClock{
	background:transparent;
}

#wrapper .f-Col01{color: #FF3366;}

#content .hNone{
	background:none !important;
	border:none !important;
}

/* contactPanel */
#contactPanel {
	position:absolute;
	top:266px;
	left:172px;
	display:block;
	padding-top:75px;
	padding-left:30px;
	width:600px;
	height:45px;
	background:url(/hanoi/images/top_main/add_contact.png) no-repeat 0 0;
}
#contactPanel .localc,
#contactPanel .owner{
	margin-right:56px;
}

#shopPanel {
	margin:10px auto;
	display:block;
	width:150px;
	height:176px;
	padding-top:80px;
	background:url(/contact_asset/images/topinfo.png) no-repeat 0 0;
}
#shopPanel .owner{
	display:inline-block;
}
#shopPanel .localc{
	display:inline-block;
	margin-top:95px;
}

/* top slider
---------------------------------------------------------*/
#mainAreaFilter{
	position:absolute;
	z-index:99;
	height:20px;
	width:100%;
	background:url(/hanoi/images/body_bg.png)  0 0;
}
#mainArea{
	z-index:1;
	width:960px;
	margin:0 auto;
}
/*#mainArea img{
	position: absolute;
}*/
#mainArea #mainContents{
	position:relative;
}
#mainArea #mainTitle{
	z-index:2;
}
#mainArea #mainTitle img{
	z-index:40;
	top:0;
	left:0;
}
/*#mainArea #mainTitle div{
	z-index:40;
	top:0;
	left:0;
}*/
#mainArea .mainblock{
	z-index:2;
	position:relative;
}
#mainArea .mainblock  {
	position: absolute;
	z-index: 40;
/*	top: 50px;*/
	top: 100px;
	left: 0;
	text-align: center;
	width:100%;
}
#mainArea .mainblock .mainTitle {
	background:url(/common_asp/images/top_main/tmBg.png) 0 0;
	padding: 4px 15px 5px;
	display: inline-block;
}
#mainArea .mainblock .mainTitle img{
	display: inline-block;
	vertical-align: middle;
}
#mainArea .mainblock .mainTitle .mainTitle-ja {
	/*max-width: 480px;*/
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.2;
}
#mainArea .mainblock .mainTitle .mainTitle-ja span{
  display: inline-block;
	vertical-align: middle;
}
#mainArea .mainblock .mainTitle .mainTitle-en {
	font-size: 12px;
	font-weight: bold;
	color: #00A16B;
	margin: 0;
}
#mainArea .mainblock .mainLead {
	background:url(/common_asp/images/top_main/tmBg.png) 0 0;
	/*background: rgba(255,255,255, 0.8);*/
	margin-top: 1px;
}
#mainArea .mainblock .mainLead p{
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px;
}

.font-color-able {
	color: #00A16B;
}
#wrapper{position: relative;}
/* image */
#slides,#slideM{
	zoom:1;
	z-index:2;
	position: relative;
/*	position: absolute;*/
	margin:0;
	overflow:visible;
	text-align:center;
	background-color:#BBB;
}
#slides div,#slideM div{
	zoom: 1;
	width:100%;
	position: absolute;
	margin:0;
	min-height:330px;
	background-position:top center;
/*	background-repeat: no-repeat;*/
	background-repeat: repeat-x;
	background-size: auto 100%;
	/*margin-left: -640px;*/
}

/*
#debug{
	position:fixed;
	left:0;
	background: #000;
	opacity: 0.7;
	color:#FFF;
	z-index:999;
	padding: 10px;
}
*/
#slides img{
}

#img01{z-index: 20;}
#img02{z-index: 21;}
#img03{z-index: 22;}

.bg {
	position:absolute;
	width:100%;
	background-repeat:no-repeat;
}

#bg01{
	z-index: 10;
	width:144px;
	height:144px;
	margin-left: -100px;
}
#bg02{
	z-index: 11;
	width:150px;
	height:97px;
	margin-left: 800px;
}

/* content
---------------------------------------------------------*/
/* boxCopy */
#boxCopy{
	margin-top:15px;
	padding:10px;
	border:1px solid #E7DFCE;
	border-radius:3px;
}
#boxCopy dt{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#00A26B;
}
#boxCopy dd{
	padding-top:20px;
	font-size:14px;
}

/* boxShop */
#boxShop{
}
#boxShop p{
	margin:0 0 1px;
	padding-bottom:6px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	text-align:left;
}
#boxShop table{
	margin-bottom:20px;
	position:relative;
	border-bottom:1px solid #000000;
}
#boxShop table th,
#boxShop table td{
	padding:8px;
	border-top:1px dotted #000000;
	text-align:left;
}

#boxShop table th{
	font-weight:normal;
	font-size:14px;
	padding-left:60px;
}
#boxShop dt{
	margin-bottom:5px;
}
#boxShop dd{
	padding-left:20px;
	font-size:21px;
	font-weight:bold;
}

#gTel{
	background:url(/shop/images/g_tel_bg.gif) no-repeat 10px 50%;
}
#gMail{
	background:url(/shop/images/g_mail_bg.gif) no-repeat 10px 50%;
}

#boxShop table td{
	padding-left:15px;
	border-left:1px solid #333333;
}
#btnMail{
	overflow:hidden;
	display:block;
	width:224px;
	height:0;
	padding-top:48px;
	background:url(http://www.able-global.net/common_asp/images/btn_contact.gif) no-repeat 0 0;
	line-height:2;
}
#btnMail:hover{
	background:url(http://www.able-global.net/common_asp/images/btn_contact.gif) no-repeat 0 -48px;
}
#boxShop .gNotice{
	top:100px;
	left:360px;
}

/* boxNotice
---------------------------------------------------------*/
/* boxNotice Common */
.boxNotice{/* width:860px; */
	width:842px;
	margin:0 auto 20px;
	padding:9px;
	background:url("/common_asp/images/blog/notice_area_bg.gif") 0 0;
}
#container .noticeInfo{
	margin:0;
	padding:9px 0;
	background-color:#ffffff;
}#container .noticeInfo h4{
	margin:10px 0 0;
	padding:0;
	font-size:12px;
	border-bottom:none;
	background:none;
	color:#333333;
}

/* dl */
#container .noticeInfo dl{
	overflow:hidden;
}
.boxNotice dl{margin-bottom:0 !important;}

.boxNotice dt{
	clear:left;
	display:block;
	float:left;
	padding:14px 0 0 9px;
	width:10em;
	line-height:1;
	height:auto;
}
.boxNotice dt.listImportant{
	background:url("/common_asp/images/site_top/ico_important.gif") no-repeat 80% 100%;
}
.boxNotice dd{
	padding:18px 15em 9px 10.6em;
	background:url("/common_asp/images/for_border2.gif") repeat-x 0 100%;
}
.boxNotice dd:last-child{background-image:unset;}

/* box for Content */
.boxNotice dd{
	position:relative;
}
.boxNotice dd a{
	position:absolute;
	bottom:8px;
	right:19px;
	padding-left:15px;
	background:transparent url(/common_asp/images/for_mk_arrow1.png) no-repeat 0 .2em;
	text-decoration:underline;
}
/* linkOther */
#content .boxNotice p.linkOther{
    background: url("/common_asp/images/for_border2.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	padding:10px 0 0;
	text-align:center;
}
#content .boxNotice p.linkOther a{
}
/*#localShop .locShopBox{
	padding-left: 0;
}
#localShop .locShopBoxInner{
	float: left;
}
#localShop .locShopBoxInner dl dt{
	font-size: small;
	color:#00A16B;
	font-weight: bold;
}

#localShop .locShopBoxInner.logo{
	background-color: #00A26C;
	margin-right: 20px;
	width: 100px;
	height: 100px;
}
#localShop .locShopBoxInner.logo p{
	text-align: center;
	margin: 0;
}
#localShop .locShopBoxInner.logo p.logoImage a{
	padding-top: 20px;
	display: block;
}
#localShop .locShopBoxInner.logo p.logoText a{
	padding: 16px 0;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
}*/


#localShop {
    clear: both;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 900px;
}
#localShop h3 {
    background: rgba(0, 0, 0, 0) url("/common_asp/images/h3_bg.jpg") no-repeat scroll 0 100%;
    clear: both;
    color: #00a26b;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 20px;
    padding: 6px 5px 7px 20px;
    text-align: left;
}
.houseListImg span {
/*    background: none repeat scroll 0 0 #FFFFFF;*/
    background: transparent none no-repeat scroll 0 0;
/*    border: 1px solid #999999;*/
    display: table-cell;
    height: 161px;
    padding: 4px;
    vertical-align: middle;
    width: 161px;
}
:first-child + html .houseListImg span {
    display: block;
}
#content .houseListInfoarea {
    border-bottom: 1px solid #FFFFFF;
    padding-right: 15px;
}
#content .houseListInfoarea img {
    display: block;
}

/* table Lanking
---------------------------------------------------------*/
#tabLanking{
	width:860px;
	position:relative;
	margin:20px auto 30px auto;
}
#tabLanking td a{
	display:block;
	margin-left:-12px;
	padding-left:12px;
	background:transparent url(/common_asp/images/for_ul_mk1.png) no-repeat 0 .4em;
	text-decoration:underline;
}
.tabLank-1,.tabLank-2,.tabLank-3,.tabLank-4,.tabLank-5,.tabLank-6,.tabLank-7{
	width:340px;
	height:48px;
	padding:15px 0 15px 100px;
	background-repeat:no-repeat;
	background-position:20px 20px;
	font-size:14px;
	line-height:1.4;
}
.tabLank-2,.tabLank-4,.tabLank-6{
	background-color:#EBEBEB;
}
.tabLank-1{background-image:url(/hanoi/popular/images/g_num_1.gif);}
.tabLank-2{background-image:url(/hanoi/popular/images/g_num_2.gif);}
.tabLank-3{background-image:url(/hanoi/popular/images/g_num_3.gif);}
.tabLank-4{background-image:url(/hanoi/popular/images/g_num_4.gif);}
.tabLank-5{background-image:url(/hanoi/popular/images/g_num_5.gif);}
.tabLank-6{background-image:url(/hanoi/popular/images/g_num_6.gif);}
.tabLank-7{background-image:url(/hanoi/popular/images/g_num_7.gif);}

.tabLankMap{
	vertical-align:top;
	text-align:center;
}
.areaInfoico td{
	padding:10px 10px 0 0;
}

/* footer
---------------------------------------------------------*/
/* nav search */
.panel-l{
	padding:0;
	background:none;
}
.panel-l .panel-inner{
	padding:0;
	background:none;
	border:none;
}

/* thumbArea */
#thumbArea{
	margin:30px 0 5px;
	text-align:center;
}
#thumbArea img{
	margin:0 15px;
}

#infoCorpo{
	margin:20px 0 0;
}
#infoCorpo div{
	margin:20px 0;
}
#infoCorpo p{
	padding-left:435px;
}

p.glassHead {
	display:block;
	min-height:37px;
	color:#FFF;
	background: url(../images/glassHeaderBk.gif);
	padding-top:8px;
	margin: 15px auto 0;
	width:860px;
	vertical-align: middle;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	border-radius:4px;
}

@media screen and (min-width: 767px) {
	.top #headerInfo{background-image: none !important;}
}
@media screen and (max-width: 767px) {
  p.glassHead {
    width:auto;
  }
}


/** 見出し誘導 **/
.leadBox {
/*	padding-left: 92px;*/
  padding-left: 0;
/*	min-height: 86px;*/
  min-height: 0;
	margin-top:15px;
	margin-bottom:5px;
	background:url(../../images/icon_recommend.gif) no-repeat left top;
}
  .propertyListModule.recommend .leadBox {
  }
.boxNoneB .leadBox,
.boxBTop .leadBox,
.boxBBtm .leadBox,
.boxBBoth .leadBox{
	margin-top:0;
}
#content .leadBox h3{
	display: inline-block;
	margin-top:10px;
}
#content .leadBox p{margin:5px 10px 0 10px;}
#content .leadBox.recommend {}
.leadBox.landmark {		background-image:url(../../images/icon_landmark.gif);	}
.leadBox.short {		background-image:url(../../images/icon_short.gif);		}
.leadBox.recommend h3,
.leadBox.landmark h3,
.leadBox.short h3{
	display:inline-block;
	width:527px;
	height:22px;
	text-indent: -9999px;
	outline: none;
}
#content .leadBox.recommend h3{	background:url(/common_asp/images/title_recommend.gif) no-repeat;	}
.leadBox.landmark h3{	background:url(../../images/title_landmark.gif) no-repeat;	}
.leadBox.short h3{		background:url(../../images/title_short.gif) no-repeat;	}

/*
.btn_recommend,
*/
.btn_landmark,
.btn_short,
.btn_open{
	display:block;
	width:250px;
	height:47px;
	text-indent:-9999px;
	outline: none;
	margin-top:32px;
}
/*
.btn_recommend{ background: url(/common_asp/images/btn_recommend.png) no-repeat; }
*/
.btn_landmark{ background: url(../../images/btn_landmark.png) no-repeat; }
.btn_short{	background: url(../../images/btn_short.png) no-repeat; }
.btn_open{ background: url(../../images/btn_open.png) no-repeat; }
.btn_inquiry{ background: url(../../images/btn_inquiry.png) no-repeat; }

.btn_recommend:hover,
.btn_landmark:hover,
.btn_short:hover,
.btn_open:hover{
	opacity:0.6;
}

#content .leadBox.recommend h3 {
    clear: both;
    display: inline-block;
    padding: 0;
    line-height: 1.3;width: auto;
	font-weight:bold;font-size:16px;color:#FF3567;letter-spacing:1px;margin:0 0 0 10px;background-image: unset;text-indent: unset;height: auto;
}
#content .leadBox.shortterm h3 {
    clear: both;
    padding: 0;
    line-height: 1.3;
	font-weight:bold;font-size:16px;color:#FF3567;letter-spacing:1px;margin:0 0 0 10px;background-image: unset;text-indent: unset;height: auto;
}
#content .leadBox.service h3 {
    clear: both;
    padding: 0;
    line-height: 1.3;
	font-weight:bold;font-size:16px;color:#FF3567;letter-spacing:1px;margin:0 0 0 10px;background-image: unset;text-indent: unset;height: auto;
}
.leadBox .btn {
  margin-left: 10px;
}

#localShop {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/* 20151219 add class (common)
---------------------------------------------------------*/
#hlogo {
    position: absolute;
    width: 140px;
		height: 140px;
		display:block;
    margin-bottom: 9px;
    text-align: center;
    background-color: #00A26B;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: italic;
}
#hlogo a{
		display:block;
		padding-top: 30px;
}
#hlogo p{
		margin: 0;
}
#hlogo p a{
		padding: 20px 0;
    font-size:14px;
		color: white;
		text-decoration: none;
}
#hClock #clock span{
		vertical-align: middle;
		font-weight: bold;
}

.category-shop .panel-l {
    padding-bottom: 7px;
    background: transparent url("/common_asp/images/box_btm_bg.gif") repeat-x scroll 0px 100%;
}
.category-shop #boxInfo {
    border: 1px dotted #666;
}

.category-shop #boxInfo h3 {
		background: transparent url("/common_asp/images/box_tit_bg.gif") repeat-x scroll 0 1px;
    display: block;
    margin: 0;
    padding: 25px 5px 0 45px;
    text-align: left;
    font-weight: bold;
    color: #00A26B;
}
.category-shop #boxInfo h3 span {
    margin-left: -20px;
    padding-left: 20px;
    font-size: 18px;
    background: transparent url("/common_asp/images/for_mk_arrow2.png") no-repeat scroll 0px 5px;
}
.category-shop #boxInfo p {
    margin: 0 10px;
    padding: 30px 15px 20px;
    text-align: left;
    background: transparent url("/shop/images/g_message.gif") no-repeat scroll 50% 0px;
}
.category-shop p.guide-linktitle a{
		color: white;
}
.category-shop h3 a{
		color: #00A26B;
}

#wrapper #container .mb30{margin-bottom:30px;}
#wrapper #container .mb40{margin-bottom:40px;}
#wrapper #container .mb50{margin-bottom:50px;}
#wrapper #container .mb60{margin-bottom:60px;}

.tSearchArea  {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.tSearchArea th {
	padding-top:20px;
	padding-bottom:10px;
}
.tSearchArea td {
	vertical-align: top;
	padding-left: 15px;
	/*padding-bottom: 10px;*/
	color: #666;
	font-size: 10px;
/*	border-left: solid 5px #ccc;*/
}
.tSearchAreaB td a,
.tSearchArea td a {font-size: 14px;color:#3366FF;}
.tSearchArea td a:hover span{text-decoration:underline}
.tSearchArea td a:hover span.circle{text-decoration:none;}
.tSearchArea td a span:nth-of-type(2){color:#222;margin-left:2.0em;}
.tSearchArea td a:hover span:nth-of-type(2){color:#222;text-decoration:none;}
.tSearchArea td br {clear:left;}
.tSearchAreaB td span,
.tSearchArea td span {
	color:#222;
	font-size: 12px;
}
.tSearchArea td a span{color:#3366FF;}

.tSearchAreaB td label span,
.tSearchArea td label span {
/*	color:#3366ff;*/
	font-size: 12px;
  margin-left: 20px;
}
.tSearchAreaB td label span.circle,
.tSearchArea td label span.circle {
  margin-left: 0;
}


/* tSearchArea */
.tSearchArea{
}
.tSearchAreaB{
}
.tSearchArea td,
.tSearchAreaB td{
	padding:5px;
	color:#666666;
	font-size:12px;
	line-height: 1.4;
}
.tSearchArea input,
.tSearchAreaB input{
	float:left;
}
.tSearchAreaB input{
	margin-right:5px;
}
.tSearchArea span,
.tSearchAreaB span{
	float:left;
/*	padding:0 0 5px 30px;*/
	padding:0 0 5px 0px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-weight:bold;
	color:#333;
}

.tSearchArea span.circle,
.tSearchAreaB span.circle{
	display:inline-block;
	font-size:20px;
	line-height: 1em;
}
.tSearchAreaB label{
	padding-left:0;
	background:none;
/*	width: 180px;*/
}

.tSearchArea  a,
.tSearchAreaB a{
	color:#333333;
	word-break:break-all;
	display: block;
}
.tSearchArea span,
.tSearchAreaB  span{
	color:#999;
	display:block;
	font-weight:normal;
}
.tSearchArea a:hover,
.tSearchAreaB a:hover{
	text-decoration:underline;
}
.tSearchAreaB th#cityTit01{
	background-color:#B2FFB2;
	border-bottom: #66CC00 2px solid;
	padding: 6px;
}
.tSearchAreaB th#cityTit02{
	background-color:#FBDDA2;
	border-bottom: #F8BB46 2px solid;
	padding: 6px;
	/*border-right:10px solid #FFF;*/
}
.tSearchAreaB th#cityTit03{
	background-color:#FDC8E3;
	border-bottom: #FB91C8 2px solid;
	padding: 6px;
}

.tSearchArea th span{
	padding: 0 0 1px 9px;
	background-repeat:no-repeat;
	background-position:0 0;
	border-left-width: 5px;
	border-left-style: solid;
}

.tSearchArea td>span{
	width: 80%;
	float:right;
	padding: 0 0 1px 9px;
	background-repeat:no-repeat;
	background-position:0 0;
	border-left-width: 5px;
	border-left-style: solid;
}
.tSearchArea .l-region label {
	float:left;
	width:auto;
	margin-left: 10px;
}
.tSearchArea label a{
	color:#333333;
}
.tSearchArea label span{
	color:#333333;
	display:block;
	font-weight:bold;
}
.tSearchArea a:hover{
	text-decoration:underline;
}
.tSearchArea .itemNot{color:#999 !important}
.tSearchArea .itemNot span{color:#999 !important}


/* トップページ情報ブロック(フリーエリア)　(update 20160418)
---------------------------------------------------------*/
/* free area */

.line__block {
	width: 690px;
	margin: 0px auto;
}
.line__icon {
	float: left;
	padding-right: 20px;
}
.line__text {
	float: left;
}
.line__text p {
	padding-top: 0;
	margin-top: 0;
	font-size: 14px;
}
.line__text p.line-id {
	background: rgb(0, 195, 0) none repeat scroll 0% 0%;
	display: inline;
	color: white;
	padding: 8px;
	border-radius: 4px;
}

.bannerBox {
	padding-left: -14px;
}
.bannerItem {
	float: left;
	width: 200px;
}
#content ul li.bannerItem {
	padding-left: 20px;
}
.bannerItem a {
	display: inline-block;
	border: solid thin #ccc;
}

@media screen and (max-width: 960px) {
	.line__block {
		width: auto;
		margin: 0px auto;
	}
	.line__icon {
		display: none;
	}

	.bannerBox {
		padding-left:0;
		text-align:center;
	}
	.bannerList {

	}
	.bannerItem {
		float: none;
		width: 200px;
	}
	#content ul li.bannerItem {
		padding-left: 0;
		display: inline-block;
	}
}

/*confirm-button
---------------------------------------------------------*/
.headerBoxLists {
/*		position: relative;*/
		position:absolute;
		bottom: 0;
		text-align:center;
}
.headerBoxLists > ul {
		width:1100px;
		text-align:left;
		margin-left: auto;
		margin-right: auto;
}
.headerBoxLists #headerSubErea {
/*		position: absolute;*/
		margin-top: -150px;
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		text-align:right;
}

.headerBoxLists #btnConfirm {
	margin: 0 71px 0 auto;padding-top: 0;padding-bottom: 0;
	width: 22%;
	height: 50px;
	border-radius: 6px;
	box-shadow: 0px 0px 0px 1px #FFF inset;
	border: 1px solid #F73B00;
	background: transparent linear-gradient(to bottom, #FB7B31 43%, #F73B00 59%) repeat scroll 0% 0%;
	color: #F1F1F1;
	text-align: center;
}
.headerBoxLists #btnConfirm a {
    display: table;
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    text-decoration: none;
	height:50px;text-align:center;width:100%;
}
.headerBoxLists #btnConfirm a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
}
.headerBoxLists #btnConfirm a>span {display: table-cell;vertical-align: middle;}
.headerBoxLists #btnConfirm a>span span{display: block;font-size: 12px;}

@media screen and (max-width: 980px) {
	.headerBoxLists #headerSubErea {
			margin-top: 20px;
			width: 100%;
	}
}

/* room list
---------------------------------------------------------*/
.roomListModule,
#roomList {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left:20px;

/*	background-color: #DAD6CD;*/
	background-color: #EFEFE7;
    border-radius: 5px;/* CSS3草案 */
    -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
    -moz-border-radius: 5px;/* Firefox用 */
}
.roomListModule .roomListInner,
#roomList .roomListInner{
  padding-top: 15px;
/*	border-bottom:1px dotted #333333;*/
}
.roomBox{
	position: relative;
	float:left;
	width:200px;
	margin:0 20px 20px 0;
	text-align:center;
	padding-top: 15px;

	background-color: #FFF;
    border-radius: 3px;/* CSS3草案 */
    -webkit-border-radius: 3px;/* Safari,Google Chrome用 */
    -moz-border-radius: 3px;/* Firefox用 */

    /* box-shadow */
    box-shadow:0px 2px 6px 1px rgba(10,10,10,0.24);
    -moz-box-shadow:0px 2px 6px 1px rgba(10,10,10,0.24);
    -webkit-box-shadow:0px 2px 6px 1px rgba(10,10,10,0.24);
}
.roomBox .houseListImg>span{  display: flex !important;justify-content: center;align-items: center;width:170px;}
.roomBox img{
	max-width:160px;
	height:auto;display:block;margin:0 auto;
}
.roomBox a{
	color:#333333;
  display: block;
}
.roomBox p.roomTxt{
	font-size: 11px;
	padding:0 15px;
	text-align:left;
}
.roomBox p.roomLabel{
	padding:1px;
}
.roomLabel-rent{background-color:#7FB2FF;}
.roomLabel-service{background-color:#FFCCFF;}
.roomLabel-hotel{background-color:#FFCC99;}
.houseListImg{
	margin:0 15px 10px 15px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.roomBox .roomID{
	padding:1px 10px;
	background-color:#E8E8E8;
	text-align:right;
	margin-bottom: 0;
  border-radius: 0 0 3px 3px;/* CSS3草案 */
  -webkit-border-radius: 0 0 3px 3px;/* Safari,Google Chrome用 */
  -moz-border-radius: 0 0 3px 3px;/* Firefox用 */
}
a.roomBox{display:block;color:#000;}
a.roomBox:hover{opacity:0.85;background-color:#fafafa;box-shadow:0px 2px 6px 1px rgba(10,10,10,0.5);-moz-box-shadow:0px 2px 6px 1px rgba(10,10,10,0.5);-webkit-box-shadow:0px 2px 6px 1px rgba(10,10,10,0.5);}
a.roomBox:hover{text-decoration:none;}
a.roomBox p.flex{display:flex;justify-content:space-between;margin: 0 15px;}

.roomListModule .theta360,
#roomList .theta360 {
	display: block;
	width: 165px;
	height: 41px;
	background: url(../images/360_pc_icon.png) left top no-repeat;

	position: absolute;
	top: -8px;
	right: 0;
	text-indent: -9999px;
	outline: none;
}


/*  Popular
=========================================================*/

/* 1. heading
---------------------------------------------------------*/
#boxPopular{
	width:900px;
	margin:0 auto 40px;
}

/* h2
---------------------------------------------------------*/
#boxPopular h2{
	padding:15px 10px;
	border-right:1px solid #999999;
	border-bottom:none;
	border-left:1px solid #999999;
	border-top:4px solid #00A26B;
	background:none;
	border-radius:0;
}

/* h3
---------------------------------------------------------*/
#boxPopular .content880 h3{
	margin:50px 10px 0;
	padding:0 0 0 20px;
	line-height:42px;
	background:url(/common_asp/guide/images/popular/images/h_bg.gif) no-repeat 0 0;
	font-size:16px;
}
#localShop h3 {
    background:transparent url(/common/images/h3_bg.jpg) no-repeat 0 100%;
    clear: both;
    color: #00A26B;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 20px;
    padding: 6px 5px 7px 20px;
}

/* h4
---------------------------------------------------------*/
#boxPopular h4{/* width:840px; */
	clear:both;
	width:770px;
	margin:20px auto 10px;
	padding-left:50px;
	line-height:40px;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:0 50%;
}
#boxPopular h4 img{
	margin-left:15px;
}

/* 2. content
---------------------------------------------------------*/
.leadPop{
	position:relative;
	margin:0 -10px;
	padding:25px 40px 60px 570px;
	background:url(/common_asp/guide/popular/images/tit_able.gif) no-repeat 0 0;
}

/* table Lanking
---------------------------------------------------------*/
#tabLanking{
/*	width:800px;*/
	position:relative;
	margin:0 auto 40px auto;
}
#tabLanking td a{
	display:block;
	margin-left:-12px;
	padding-left:12px;
	background:transparent url(/common/images/for_ul_mk1.png) no-repeat 0 .4em;
	text-decoration:underline;
}
.tabLank-1,.tabLank-2,.tabLank-3,.tabLank-4,.tabLank-5,.tabLank-6,.tabLank-7{
	width:300px;
	height:48px;
	padding:20px 0 20px 100px;
	background-repeat:no-repeat;
	background-position:20px 50%;
	font-size:14px;
	line-height:1.4;
}
#tabLanking .tabLank-3,#tabLanking .tabLank-4,#tabLanking .tabLank-7,#tabLanking .tabLank-8{
	background-color:#EBEBEB;
}
#tabLanking .tabLank-2,#tabLanking .tabLank-6{
	background-color:#fff;
}
.tabLank-1{background-image:url(/common_asp/guide/images/popular/images/g_num_1.gif);}
.tabLank-2{background-image:url(/common_asp/guide/images/popular/images/g_num_2.gif);}
.tabLank-3{background-image:url(/common_asp/guide/images/popular/images/g_num_3.gif);}
.tabLank-4{background-image:url(/common_asp/guide/images/popular/images/g_num_4.gif);}
.tabLank-5{background-image:url(/common_asp/guide/images/popular/images/g_num_5.gif);}
.tabLank-6{background-image:url(/common_asp/guide/images/popular/images/g_num_6.gif);}
.tabLank-7{background-image:url(/common_asp/guide/images/popular/images/g_num_7.gif);}

.tabLankMap{
	vertical-align:top;
	width:435px;
}
.tabLankMap div{
	position:relative;
	height:auto;
}
.tabLankMap div img{
	position:absolute;
	top:0;
	right:0;
}

/* Lankin Area Detail
---------------------------------------------------------*/
#content h4 {
	border-bottom: none;
}
#content .areaNum1 h4{background:url(/common_asp/guide/images/popular/images/num_1.gif) no-repeat 0 50%;}
#content .areaNum2 h4{background:url(/common_asp/guide/images/popular/images/num_2.gif) no-repeat 0 50%;}
#content .areaNum4 h4{background:url(/common_asp/guide/images/popular/images/num_4.gif) no-repeat 0 50%;}
#content .areaNum5 h4{background:url(/common_asp/guide/images/popular/images/num_5.gif) no-repeat 0 50%;}
#content .areaNum3 h4{background:url(/common_asp/guide/images/popular/images/num_3.gif) no-repeat 0 50%;}
#content .areaNum6 h4{background:url(/common_asp/guide/images/popular/images/num_6.gif) no-repeat 0 50%;}
#content .areaNum7 h4{background:url(/common_asp/guide/images/popular/images/num_7.gif) no-repeat 0 50%;}

.tabLankDetail{
	width:780px;
	margin:10px auto;
}
.areaPhoto{
	width:250px;
	text-align:center;
	vertical-align:middle;
	background-color:#EFEFEF;
}
.areaInfo{
	padding-left:20px;
	vertical-align:top;
}
.areaInfoico th{
	padding-right:5px;
	vertical-align:top;
}
.areaInfoico td{
	padding:0 4px 4px 0;
}
.areaInfo p{
	margin:10px 0;
}
p.areaTit{
	padding-left:34px;
	line-height:32px;
	font-weight:bold;
	background:url(/common_asp/guide/images/popular/images/g_subway.gif) no-repeat 0 50%;
}
#boxPopular .areaInfo ul.mkLink{
	padding-left:30px;
}

.boxAreaSearch{/* width:880px; */
	width:880px;
	margin:20px auto 0;
	padding:10px 0 1px;
	background-color:#EEEEEE;
}
.boxAreaSearch a{
	display:block;
	float:right;
	width:222px;
	margin-top:-3px;
}
.boxAreaSearch p{
	margin:0;
	padding:0 40px 10px;
	border-bottom:1px solid #999999;
}


/* content
---------------------------------------------------------*/
/* list */
#boxPopular ul.mkLink{
	padding:0;
	list-style:none;
}
#boxPopular .mkLink li{
	padding-left:15px;
	background:url("/hanoi/common_local/images/for_mk_arrow2.gif") no-repeat scroll 0 0.2em rgba(0, 0, 0, 0);
}
/*  Popular
=========================================================*/
#boxPopular #tabLanking td p {
	margin-top: 10px;
	font-size: 12px;
	text-align: justify;
}
#boxPopular .tabLank-1,#boxPopular .tabLank-2,#boxPopular .tabLank-3,#boxPopular .tabLank-4,#boxPopular .tabLank-5,#boxPopular .tabLank-6,#boxPopular .tabLank-7,#boxPopular .tabLank-8{
	width:400px;
	height:48px;
	padding: 20px 20px 20px 70px;
	background-repeat:no-repeat;
	background-position: 12px 14%;
	font-size:14px;
	line-height:1.4;
	vertical-align: top;
}
#boxPopular .tabLank-1{background-image:url(../guide/popular/images/g_num_1.png);}
#boxPopular .tabLank-3{background-image:url(../guide/popular/images/g_num_3.png);}
#boxPopular .tabLank-4{
	background-image:url(../guide/popular/images/g_num_4.png);
	border-left: solid thin #fff;
}
#boxPopular .tabLank-2{background-image:url(../guide/popular/images/g_num_2.png);}
#boxPopular .tabLank-6{background-image:url(../guide/popular/images/g_num_6.png);}
#boxPopular .tabLank-5{background-image:url(../guide/popular/images/g_num_5.png);}
#boxPopular .tabLank-7{background-image:url(../guide/popular/images/g_num_7.png);}
#boxPopular .tabLank-8{
	background-image:url(../guide/popular/images/g_num_8.png);
	border-left: solid thin #fff;
}


/* 20170531 add class (common)
---------------------------------------------------------*/



/* list
---------------------------------------------------------*/
/* column list */
.list-2col,.list-3col,.list-4col{
	position:relative;
	margin-right:-50px;
}
.list-2col li,
.list-3col li,
.list-4col li{
	padding:0;
	float:left;
}

#content .list-2col li{
	width:48%;
}
#content .list-3col li{
	width:31%;
}
#content .list-4col li{
	width:23%;
}
#wrapper #content li.list-All{
	width:98%;
}

#wrapper ul.mkLink li{
	background-repeat:no-repeat;
	background-position:0 .3em;
	line-height:1.4;
}
#wrapper ul.mkLink li{
	margin:.3em 0;
	padding-left:14px;
}

#wrapper .mkLink li{
	padding-left:15px;
	background:transparent url("/common_asp/images/for_mk_arrow2.gif") no-repeat scroll 0 0.2em;
}


/* table
---------------------------------------------------------*/
table.rowHead,table.colHead,table.complete{
	margin-top:2em;
	border-collapse:separate;
	border:1px solid #CCCCCC;
	border-spacing:0;
}
table.rowBorder,table.tBorder{
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}

table.colHeadBorder{
	margin:15px 0 10px;
}

/* table border */
table.rowHead,table.colHead,table.complete,table.tBorder{
	background-color:#FFFFFF;
}
/* table header */
.rowHead th,.colHead th,.colHeadBorder th,
.complete th,.rowBorder th,
.tBorder th{
	font-weight:normal;
	text-align:center;
	line-height:1.4;
	border-top:1px solid #ffffff;
}
.colHead th{
	background-image:url("/common_asp/images/for_border_h.gif");
	background-repeat:repeat-y;
	background-position:100% 0;
	border:none;
	border-left:1px solid #FFFFFF;
}
.colHead th.fst{
}
.colHead th.end{
	border-right:1px solid #FFFFFF;
	background-image:none;
}
.colHead td.end{
	border-right:0;
}
.colHead td{
	background-image:url("/common_asp/images/for_border_dt.gif");
	background-repeat:repeat-x;
	background-position:100% 0;
	text-align:center;
}
.colHeadBorder th{
	border-top:none;
	border-right:1px solid #ffffff;
}
.colHeadBorder td{
	background-image:url("/common_asp/images/for_border_dt.gif");
	background-repeat:repeat-x;
	background-position:0 100%;
}

/* cell padding */
.rowHead th,.rowHead td,
.colHead th,.colHead td,
.colHeadBorder th,.colHeadBorder td,
.complete th,.complete td,
.rowBorder th,.rowBorder td,
.tBorder th,.tBorder td{
	padding:7px;
	line-height:1.4;

}
/* vertical align */
/*.rowHead td,.colHead td,
.complete td,.rowBorder td,.tBorder td{
	vertical-align:top;
}
*/
/* cell border */
.colHead td{
	border-collapse:collapse;
	border-right:1px solid #CCCCCC;
}

.rowHead th,.rowHead td,
.complete th,.complete td,
.tBorder th,.tBorder td{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

/* row-cell heading */
#houseInfo .tSearchBasic th,#content .rowHead th,#content .colHead th,.colHeadBorder th,.complete th{
	background-color:#DEFFCE;
	font-weight:normal;
}


/* column-cell heading */
.colHead thead th{
	background-color:#DEFFCE;
	text-align:center;
}
.colHead tbody th{

}



/* search basic */
.tSearchBasic,.tSearchFacility{
	width:100%;
	margin:5px auto 30px;
	border-collapse:separate;
	border:1px solid #CCCCCC;
}
td .tSearchBasic{}
.layRight .tSearchBasic{
	width:100%;
}

.tSearchBasic th,
.tSearchBasic td,
.tSearchFacility th,
.tSearchFacility td{
	padding:10px;
	border-collapse:coseparate;
	line-height:1.4;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-image:url("/common_asp/images/for_border_dt.gif");
	background-repeat:repeat-x;
	background-position:0 0;
}
.tSearchBasic th,
.tSearchFacility th{
	width:20%;
	font-weight:bold;
	background-color:#CEDFFF;
	text-align:center;
	font-weight:normal;
	letter-spacing:.1em;

}
.houseListInfoarea .tSearchBasic th{
	background-color:#DEFFCE;
}
.tSearchFacility th{
	background-color:#DEEFF7;
}
.tSearchBasic td,
.tSearchFacility td{
	border-left:1px solid #CCCCCC;
}
.tSearchBasic li,
.tSearchFacility li{
	padding-left:0;
}
#content .tSearchFacility li{
	width:24%;
}
.tSearchBasic .fst th,.tSearchBasic .fst td,
.tSearchFacility .fst th, .tSearchFacility .fst td{
	background-image:none;
	border-top:1px solid #ffffff;
}







.w900{width: 900px;margin-left:auto;margin-right: auto; }
ul.horizontal{list-style: none;display: flex;justify-content: space-around;flex-wrap:wrap}
ul.horizontal li{list-style: none; -webkit-box-flex: 1;  box-flex: 1;}
ul.horizontal li a{display:block;width:420px;text-align:center;}
ul.horizontal li a:hover{opacity:0.8}

ul.ul-kaigaihudousan {display: flex;justify-content: space-around;}
ul.ul-kaigaihudousan li{text-align: center;padding: 0 10px !important;display: flex;flex-direction: column;justify-content: center;}
ul.ul-kaigaihudousan li a{}
ul.ul-kaigaihudousan li img{height: 82px;width: auto;}
ul.ul-kaigaihudousan li span{cursor: pointer;}
ul.ul-kaigaihudousan li span:hover{opacity: 0.8;}


@media screen and (max-width: 768px){
.sp{display: block;}
.w900{width: 100%;}
.w900#contentBanner{margin-top:0;}
.w900#contentBanner ul li{padding:left:0}
.w900#contentBanner ul li img{width:100%}
ul.ul-kaigaihudousan {display: block}
ul.ul-kaigaihudousan li{text-align: center;padding: 0  !important;}
ul.ul-kaigaihudousan li img{height: auto;width: auto;margin: 0 auto;}
ul.ul-kaigaihudousan li:nth-of-type(2) img{width: auto !important;height: 80px;}
}
@media screen and (max-width: 599px){
.w900{width: 100%;}
.w900#contentBanner{margin-top:0;}
.w900#contentBanner ul li{padding:left:0;margin-bottom:10px;}
.w900#contentBanner ul li img{width:100%}
ul.horizontal li a{width:100%;}
#ereaSelectBox #atab #atab1 a, #ereaSelectBox #atab #atab2 a{width:auto;}
a.btnE.doSearch, .top a.btnE.doSearch{min-width:auto;}
}

#contentBanner{text-align: left;margin-bottom: 20px;margin-top: 20px;}
#contentBanner ul li {}
#contentBanner ul li p{text-align: center;}







.tSearchAreaB {}
.tSearchAreaB td {
/*  padding-bottom: 15px;*/
}



#google_translate{position: absolute;top: 133px;z-index:10;width:140px;/*background: transparent url(/common_asp/images/top_main/tmBg.png) repeat scroll 0px 0px*/;padding-top:10px}
#google_translate_element{}
#google_translate_element a{display:inline !important;padding:0;}
#google_translate p{padding:0 5px;font-size:12px;width:140px;}
#google_translate p span{display:block;text-align:center}


#google_translate p {position: relative;background: #ffffff;border: 4px solid #00A26B;padding:10px 0;margin-top:20px !important;margin-left:-30px;}
#google_translate p:after, #google_translate p:before {bottom: 100%;left: 67%;border: solid transparent;content: " ";	height: 0;width: 0;	position: absolute;pointer-events: none;}
#google_translate p:after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #ffffff;border-width: 16px;margin-left: -16px;}
#google_translate p:before {border-color: rgba(0, 162, 107, 0);	border-bottom-color: #00A26B;border-width: 20px;margin-left: -20px;}
#google_translate p span:first-child{color:#000;margin-bottom:0.5em;}
#google_translate p span:not(:first-child){color:#00A26B;font-weight:bold;font-size:larger;}

/*
#google_translate{position: absolute;top: -412px;left: 15px;z-index:10;width:140px;padding-top:10px}
#google_translate_element{}
#google_translate p{padding:0 5px;font-size:12px;}
#google_translate p span{display:block;text-align:center}
#google_translate p {position: relative;background: #ffffff;border: 4px solid #00A26B;padding:10px 0;margin-top:20px;}
#google_translate p:after, #google_translate p:before {bottom: 100%;left: 50%;border: solid transparent;content: " ";	height: 0;width: 0;	position: absolute;pointer-events: none;}
#google_translate p:after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #ffffff;border-width: 16px;margin-left: -16px;}
#google_translate p:before {border-color: rgba(0, 162, 107, 0);	border-bottom-color: #00A26B;border-width: 20px;margin-left: -20px;}
#google_translate p span:first-child{color:#000;margin-bottom:0.5em;}
#google_translate p span:not(:first-child){color:#00A26B;font-weight:bold;font-size:larger;}
*/

#grayDisplay {display: none;position: fixed;top: 0;left: 0;width: 100%;max-width: 100% !important;height: 100%;background: rgba(0, 0, 0, 0.8);z-index: 1000;}
#grayDisplay div{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-width: 657px;max-height: 378px;height: 90%;object-fit: contain;z-index: 1001;display: flex;flex-direction: column;justify-content: center
;}
#grayDisplay div a{max-width: 657px;max-height: 378px;display: block;}
#grayDisplay div a img{max-width: 657px;max-height: 378px;display: block;}
#grayDisplay .close {position:relative;}
#grayDisplay .close:after{content:"✕";position: absolute;right: 0;top:-40px;font-size:40px;margin: auto;color:#fff;}
#grayDisplay .close:hover{cursor: pointer;}
#grayDisplay .close em{display: none;}


@media screen and (max-width: 960px){
	#google_translate{right: -22em;top: 4.0em;padding:0}
	#google_translate p{display:none;}
}
@media screen and (max-width: 760px){
	#google_translate{    position: absolute;    position: absolute;    top: 310px;    left: 0px;}
}


/* 都市別の処理 */
body.guangzhou{}
body.guangzhou .tSearchArea tr.itemNot{display:none}
body.guangzhou .tSearchArea td.itemNot{display:none}
body.hongkong{}
@media screen and (max-width: 767px) {
body.hongkong li.headerBoxList-item:first-child{display:none;}
}


/* スマホ向けナビゲーション調整 */
@media screen and (max-width: 767px) {
	body.top  .spGmenuTop{display: none;}
	body.top #mainArea.pc{display: none;}
	body.top #google_translate{display: none;}
	body.top #headNavSp #online{display: none;}
	body.top .headerBoxLists {display: none;}
	body.top #header{height: auto !important;min-height: unset !important;max-height: unset;}
	body.top #header #headerInfo{background-position: center center;background-size: cover;height: 160px;}
	body.top #headerInfo .headText, #headerInfo .headText{width: 100%;}
	body.top #header .mainTitle-ja{position: absolute;text-align: center;font-size: 24px;left:0;right:0;top:0;bottom: 0;margin: auto;display: flex;flex-direction: column;justify-content: center;}
	body.top #header .mainTitle-ja span {display: inline-block;    background: rgba(255,255,255,0.80);font-size: 20px;font-weight: bold;}
	body.top #headNavSp{overflow: hidden;}
	body.top #headNavSp>a{display: block;border-bottom: 1px solid #00A26B;font- size: 15px;line-height: 1.6em;font-weight: bold;letter-spacing: 1px;color:#00A26B;background-color: #fff;min-height: 30px;}
	body.top #headNavSp>a span span{display: block;font-size: 11px;}
	body.top #headNavSp ul{display: flex;flex-wrap: wrap;width: calc(100% + 1px)}
	body.top #headNavSp ul.row-3 li:last-of-type{flex-basis: 100%;}
	body.top #headNavSp ul.row-5 li:last-of-type{flex-basis: 100%;}
	body.top #headNavSp ul.row-7 li:last-of-type{flex-basis: 100%;}
	body.top #headNavSp ul.row-9 li:last-of-type{flex-basis: 100%;}
	body.top #headNavSp ul li{display: block;flex-basis: 50%;border-right: 1px dotted #00A26B;}
	body.top #headNavSp ul li a{display: block;border-bottom: 1px solid #00A26B;font- size: 15px !important;line-height: 2.6em;font-weight: bold;letter-spacing: 1px;color:#00A26B !important;background-color: #fff;padding: 0 !important}
	body.top #headNavSp ul li a span{color:#00A26B !important;background-color: #fff;padding: 0 !important;}
	body.top #headNavSp ul li a span br{display: none;}
	body.top #headNavSp ul li ol{display: none;}
	body.top #headNavSp ul#headNavMainSp{display: flex;justify-content:space-between;}
	body.top #headNavSp ul#headNavMainSp li{height: 80px;list-style: none;}
	body.top #headNavSp ul#headNavMainSp.row-3 li{flex-basis: 33.33%;}
	body.top #headNavSp ul#headNavMainSp.row-2 li{flex-basis: 50%;}
	body.top #headNavSp ul#headNavMainSp.row-1 li{flex-basis: 100%;}
	body.top #headNavSp ul#headNavMainSp li a {position:relative;display: block;border-top: 2px solid #fff;border-bottom: 2px solid #fff;border-right: 1px solid #fff;height: 80px;background-color: #00A26B;color:#fff !important;}
	body.top #headNavSp ul#headNavMainSp li a span{display: block;font-size: 18px;position: absolute;bottom: 0;left: 0;right: 0;color:#fff !important;background-color: #00A26B !important;}
	body.top #headNavSp ul#headNavMainSp li:last-of-type a {border-right: none;}
	body.top #headNavSp ul#headNavMainSp li a {background-position: top 10px center;background-repeat: no-repeat;background-size: 35px auto;height: 80px;}
	body.top #headNavSp ul#headNavMainSp li.area a{background-image: url('/common_asp/images/icon_search_area.png');}
	body.top #headNavSp ul#headNavMainSp li.line a{background-image: url('/common_asp/images/icon_search_line.png');}
	body.top #headNavSp ul#headNavMainSp li.map a{background-image: url('/common_asp/images/icon_search_map.png');}
	body.top #container{padding-top: 0px !important;}
	body.top #headNavSp  .sns_btn{display: none;} 

	#grayDisplay div a img{max-width: 100%;}
	#grayDisplay .close:after{right: 5px;}

	body.top .searchLinkModule{}
	body.top .searchLinkModule table{display: block;width: 96%;margin: 0 auto;}
	body.top .searchLinkModule table tbody{display: block;width: 100%;margin: 0;}
	body.top .searchLinkModule table th{display: block;width: 100%;margin: 0;}
	body.top .searchLinkModule table tr{display: block;width: 100%;}
	body.top .searchLinkModule table tr td{display: block;}
	body.top .searchLinkModule table tr div{margin: 0 auto;text-align: center;text-align: left;}
	body.top .searchLinkModule table tr td>span{width: 96%;float: none;margin: 0 auto;padding-left: 4%;padding-bottom: 0}



}
