@charset "utf-8";

.btn2 {
	background-color:#FFF;
}
.btn2:hover {
	background-color:#FFFFFF;
	-ms-filter: "alpha( opacity=70 )";/* for IE 8 & 9 (filter works too) should come BEFORE "filter:" */
	filter:alpha(opacity=70);/*IE 9 8 7 6 5 */
	-moz-opacity:0.7;/* Older than Firefox 0.9 */
	-khtml-opacity: 0.7;/* Safari 1.x (pre WebKit!) */
	opacity:0.7;/* Firefox 0.9+, Safari 2?, Chrome Opera 9+, IE 9+ */
}
.hd {
	visibility:hidden;
}

.onlypc {
	display: block;
}
.onlysm {
	display: none;
}

.sub-page p {
    font-size: 12px;
}
.sub-page p a {
    background:url(/st/3/vn/pc/images/submenu-arow.png) right center no-repeat;
    color: #333399 !important;
    padding-right: 15px;
    margin-right: 1px;
}
.intro-route h2 {
	margin-top: 30px;
    margin-bottom: 20px;
    color: #d82b70;
    font-size: 30px;
	text-align: center;
    font-weight: 700;
}
.englishroute .header {
	margin-bottom: 0 !important;
}
.areaconts {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:960px;
}
.banner-page {
    height: 178px;
    min-height: inherit;
}
.inner-banner > div {
    height: 178px;
    width: 98%;
    display: block;
    background:url(/st/3/vn/pc/contact/images/flower.png) no-repeat left bottom, url(/st/3/vn/pc/contact/images/contact-bus.png) no-repeat right bottom;
}
.inner-banner {
    background:url(/st/3/vn/pc/contact/images/background-banner01.jpg) repeat-x bottom left, url(/st/3/vn/pc/contact/images/background-banner02.jpg) no-repeat bottom right;
    text-align: center;
    padding-top: 0;
    height: 178px;
    min-height: inherit;
}

.text-sologan {
    padding: 30px 0 0 295px;
    text-align: left;
}

@media (max-width: 980px) {
	.text-sologan {
		padding: 15px 0 0 30%;
	}	
}


@media (max-width: 768px) {
	.text-sologan {
		padding-left: 280px !important;
	}
	.text-sologan {
		padding: 10px 0 0 22%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.box-description {
		padding: 10px;
	}
	.text-sologan h2 {
		font-size: 3.5vw;
	}
	.text-sologan h2 span.text2 {
		font-size: 3.5vw;
	}
	.text-sologan h2 span.text2 {
		text-shadow: 2px 1px 4px #fff;
		-webkit-text-stroke: 0.7px white;
	}
	.text-sologan h2 span.text3 {
		font-size: 3vw;
		width: 100%;
	}
}
@media (max-width: 480px) {
		.inner-banner > div {
		background: url(/st/3/en/pc/img/new-img/flower.png) no-repeat -44% bottom, url(/st/3/en/pc/img/new-img/contact-bus.png) no-repeat right bottom;
		background-size: 45%, 49% !important;
	}
	.areaconts {
		padding: 0;
	}
	.col-xs-12 {
		width: 100%;
	}
	.text-sologan {
		padding: 5px 0 0 22% !important;
	}
	.text-sologan h2 span.text2 {
		text-shadow: 1px 1px 1px #fff;
		-webkit-text-stroke: 0.1px white;
	}
	.text-sologan h2 span.text3 {
		font-size: 3.5vw;
		line-height: 3.6vw;
		width: 100%;
	}
}



@media only screen and (max-width: 700px) {
	.onlypc {
		display: none!important;
	}
	.onlysm {
		display: block;
	}

	/******** MAIN PAGE CONTAINER ****************/
	
	.areaconts {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
	}
	
	
	
	
	/*google translate button position */
	#social_btn {
		width:100%!important;
	}
	.skiptranslate{
		float:left;
		margin-right:20px;
	}
	/*google translate button position END */
	
	
}
.route-stit{
    border-left: #d382a1 9px solid;
    border-bottom: #d382a1 2px solid;
	padding-left:12px;
	line-height:26px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}


/*
from/to switcher
*/

#swity-zone{
	position:relative;
	background-color:#e3e3e3;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding:4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	cursor:pointer;
	width:320px;
}
#swity{
	border:#CCCCCC 1px solid;
	background-color:#ffffff;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding:8px;
	position:absolute;
	top:-5px;
	left:-5px;
	width:50%;
	height:36px;
	padding:2px;
}

.swity-zone-class{
	position:relative;
	background-color:#e3e3e3;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding:4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	cursor:pointer;
	width:350px;
}
.swity-class{
	border:#CCCCCC 1px solid;
	background-color:#ffffff;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding:8px;
	position:absolute;
	top:-5px;
	left:-5px;
	width:50%;
	height:36px;
	padding:2px;
	height: 47px;
}
.englishroute .tofro-left{
	font-weight:bold;
	position:absolute;
	left:10px;
	top:5px;
	z-index:10px;
	font-size:14px;
}
.englishroute .tofro-right{
	font-weight:bold;
	position:absolute;
	right:20px;
	top:5px;
	z-index:10px;
	font-size:14px;
}


.koreanroute .tofro-left{
	font-weight:bold;
	position:absolute;
	left:25px;
	top:6px;
	z-index:10px;	
}
.koreanroute .tofro-right{
	font-weight:bold;
	position:absolute;
	right:36px;
	top:6px;
	z-index:10px;	
}


.taiwanroute .tofro-left{
	font-weight:bold;
	position:absolute;
	left:20px;
	top:6px;
	z-index:10px;	
}
.taiwanroute .tofro-right{
	font-weight:bold;
	position:absolute;
	right:30px;
	top:6px;
	z-index:10px;	
}



@media only screen and (max-width: 480px) {

	
	#swity-zone{
		position:relative;
		background-color:#e3e3e3;
		-webkit-border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-o-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		padding:4px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:16px;
		cursor:pointer;
		width:260px;
		font-size:12px;
	}
	#swity{
		border:#CCCCCC 1px solid;
		background-color:#ffffff;
		-webkit-border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-o-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		padding:8px;
		position:absolute;
		top:-5px;
		left:-5px;
		width:50%;
		height:36px;
		padding:2px;
	}
	.swity-zone-class{
		position:relative;
		background-color:#e3e3e3;
		-webkit-border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-o-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		padding:4px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:16px;
		cursor:pointer;
		width:300px;
		font-size:12px;
	}
	.swity-class{
		border:#CCCCCC 1px solid;
		background-color:#ffffff;
		-webkit-border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-o-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		padding:8px;
		position:absolute;
		top:-5px;
		left:-5px;
		width:50%;
		height:36px;
		padding:2px;
	}
	.englishroute .tofro-left{
		font-weight:bold;
		position:absolute;
		left:10px;
		top:5px;
		z-index:10px;
		font-size:12px;
	}
	.englishroute .tofro-right{
		font-weight:bold;
		position:absolute;
		right:10px;
		top:5px;
		z-index:10px;
		font-size:12px;
	}
	.koreanroute .tofro-left{
		font-weight:bold;
		position:absolute;
		left:10px;
		top:5px;
		z-index:10px;	
	}
	.koreanroute .tofro-right{
		font-weight:bold;
		position:absolute;
		right:10px;
		top:5px;
		z-index:10px;	
	}
	.taiwanroute .tofro-left{
		font-weight:bold;
		position:absolute;
		left:10px;
		top:5px;
		z-index:10px;	
	}
	.taiwanroute .tofro-right{
		font-weight:bold;
		position:absolute;
		right:10px;
		top:5px;
		z-index:10px;	
	}


}
/* TABS of price bottons area */


/* ************* MAP START --------------------- */

/*.mapzona{
	background:url(/st/share/area/layout/japanmap.png) center top no-repeat;
	height:544px;
	display:block;
	position:relative;
	text-align:center;
}*/

.englishroute .mapzona{
	background:url(/st/share/area/layout/japanmap.png) center top no-repeat;
	height:544px;
	display:block;
	position:relative;
	text-align:center;
	margin-top: 30px;
	margin-bottom:35px;
}
.koreanroute .mapzona{
	background:url(/st/share/area/layout/japanmap.png) center top no-repeat;
	height:544px;
	display:block;
	position:relative;
	text-align:center;
}
.taiwanroute .mapzona{
	background:url(/st/share/area/layout/japanmap.png) center top no-repeat;
	height:544px;
	display:block;
	position:relative;
	text-align:center;
}

#rosmap{
	width:502px;
	margin-left:auto;
	margin-right:auto;
}
.destswith{
	position:absolute;
	top:25px;
	left:65px;
	overflow:visible;
	line-height:1.8em;
}
.sw-left{
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	padding:12px 12px;
	text-align:center;
	white-space:nowrap;
	background-color:#ffffff;
	font-size:13px;
	font-weight:bold;
	float:left;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-o-border-radius:4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	cursor:pointer;
}
.sw-right{
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	border-left:none;
	border-right:#cccccc 1px solid;
	padding:12px 12px;
	text-align:center;
	white-space:nowrap;
	background-color:#ffffff;
	font-size:13px;
	font-weight:bold;
	float:left;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius:  0px 4px 4px 0px;
	-o-border-radius:  0px 4px 4px 0px;
	border-radius:  0px 4px 4px 0px;	
	cursor:pointer;
}

.orangegrad{
	color:#ffffff;/*text color*/
	background: #fead74;
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYWQ3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZjMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fead74 0%, #ff6c0b 100%);
background: -webkit-linear-gradient(top,  #fead74 0%,#ff6c0b 100%);
background: linear-gradient(to bottom,  #fead74 0%,#ff6c0b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fead74', endColorstr='#ff6c0b',GradientType=0 );
}
.graygrad{
	color:#333333;/*text color*/
	background: #fdfdfd;
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fdfdfd 0%, #ececec 100%);
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#ececec 100%);
background: linear-gradient(to bottom,  #fdfdfd 0%,#ececec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ececec',GradientType=0 );
}

.inactiv{}

/*from(#fefefe), to(#fedee7));*/
.activ .generic-bubble{
	background:#fedee7;/* default background for browsers without gradient support */
/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(254,254,254,0.6)), to(rgba(254,222,231,0.6)));
	background:-moz-linear-gradient(rgba(254,254,254,0.6), rgba(254,222,231,0.6));
	background:-o-linear-gradient(rgba(254,254,254,0.6), rgba(254,222,231,0.6));
	background:linear-gradient(rgba(254,254,254,0.6), rgba(254,222,231,0.6));
}

a:link .inactiv,a:link .activ{
	color:#333333;
	text-decoration:none;
}
a:visited .inactiv,a:link .visited{
	color:#333333;
	text-decoration:none;
}
a:hover .inactiv,a:hover .activ{
	color:#333333;
	text-decoration:none;
}
a:active .inactiv,a:active .activ{
	color:#333333;
	text-decoration:none;
}


.generic-bubble{
	text-align: left;
	border: #dbdbdb 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 13px;
	white-space: nowrap;
	line-height:14px;
}

.OLDgeneric-bubble{
	text-align: left;
	border: #dbdbdb 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 13px;
	/*background-color: #f3f3f3;*/
	white-space: nowrap;
	-ms-filter: "alpha( opacity=75 )";/* for IE 8 & 9 (filter works too) should come BEFORE "filter:" */
	filter: alpha(opacity=75);/*IE 9 8 7 6 5 */
	-moz-opacity: 0.75;/* Older than Firefox 0.9 */
	-khtml-opacity: 0.75;/* Safari 1.x (pre WebKit!) */
	opacity: 0.75;/* Firefox 0.9+, Safari 2?, Chrome Opera 9+, IE 9+ */
	line-height:14px;
}
.englishroute .bufullrt{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}
.koreanroute .bufullrt{
	font-size:17px;
	margin-bottom:10px;
	font-weight:bold;
}
.taiwanroute .bufullrt{
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
.burtplace{
	font-size:13px;
}
.bublink{
	text-decoration:none;
}
.bublink:link{
	text-decoration:none;
}
.bublink:visited{
	text-decoration:none;
}
.bublink:hover{
	text-decoration:none;
}
.bublink:active{
	text-decoration:none;
}

/* bubbles
-----------------------------------------------------*/

/*absolute bubble container*/

#buhok{/*hokkaido area container*/
	position: absolute;
	top: 37px;
	left: 700px;
}
#butoh{/*tohoku area container*/
	position: absolute;
	top: 202px;
	left: 604px;
}
#buhrk{/*hokuriku area container*/
	position: absolute;
	top: 221px;
	right: 417px;/* right*/
}
#buknt{/*kanto area container*/
	position: absolute;
	top: 295px;
	left: 568px;
}
#butok{/*tokai area container*/
	position: absolute;
	top: 375px;
	left: 488px;
}
#bukns{/*kansai area container*/
	position:absolute;
	top:296px;
	right:524px;/* right*/
}
#buchu{/*chugoku area container*/
	position: absolute;
	top: 368px;
	right: 640px;/* right*/
}
#bushi{/*shikoku area container*/
	position:absolute;
	top:448px;
	left:321px;
}
#bukyu{/*kyushu area container*/
	position:absolute;
	top:465px;
	right:676px;/* right*/
}

/* specific area bubble style --------------*/

/*hokkaido*/
.bubblehok{
	/*background-color:#fbfcfd;*/
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(251, 252, 253);/* for older browsers without RGBA-support */
	background: rgba(251, 252, 253, 0.6);
}
/*hokkaido active*/
.activ .bubblehok:after{
}

/*---------------*/

/*tohoku*/
.bubbletoh{
	/*background-color:#f4f9f4;*/
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(244,249,244);/* for older browsers without RGBA-support */
	background: rgba(244,249,244,0.6);
}
/*tohoku active*/
.activ .bubbletoh:after{
}

/*---------------*/

/*hokuriku*/
.bubblehrk{
	/*background-color:#f3fafb;*/
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(243,250,251);/* for older browsers without RGBA-support */
	background: rgba(243,250,251,0.6);
}
/*hokuriku active*/
.activ .bubblehrk:after{
}

/*---------------*/

/*kanto*/
.bubbleknt{
	/*background-color:#fef7fa;*/
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(254,247,250);/* for older browsers without RGBA-support */
	background: rgba(254,247,250,0.3);
}
/*kanto active*/
.activ .bubbleknt:after{
}

/*---------------*/

/*kansai*/
.bubblekns{
	background-color:#f3f6fb;
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(243,246,251);/* for older browsers without RGBA-support */
	background: rgba(243,246,251,0.6);
}
/*kansai active*/
.activ .bubblekns:after{
}

/*---------------*/

/*chugoku*/
.bubblechu{
	background-color:#f9f4f9;
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(249,244,249);/* for older browsers without RGBA-support */
	background: rgba(249,244,249,0.6);
}
/*chugoku active*/
.activ .bubblechu:after{
}


/*---------------*/

/*tokai*/
.bubbletok{
	background-color:#fefbf3;
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(254,251,243);/* for older browsers without RGBA-support */
	background: rgba(254,251,243,0.6);	
}
/*tokai active*/
.activ .bubbletok:after{
}
/*---------------*/

/*shikoku*/
.bubbleshi{
	background-color:#f9f4f9;
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(249,244,249);/* for older browsers without RGBA-support */
	background: rgba(249,244,249,0.6);
}

/*shikoku active*/
.activ .bubbleshi:after{
}

/*---------------*/
/*kyushu*/
.bubblekyu{
	background-color:#fafcf5;
	/*only color backgroud opacity 70% (text is opacity 100%) */
	background: rgb(250,252,245);/* for older browsers without RGBA-support */
	background: rgba(250,252,245,0.6);
}
/*kyushu active*/
.activ .bubblekyu:after{
}	
				
/*---------------*/


@media only screen and (max-width: 769px) {
	.areaconts {
		width: 100%;
		padding: 0 15px;
	}
	/*
	.mapzona{
		background:none;
		height:auto;
		display:block;
		position:relative;
		text-align:left;
	}*/
	.englishroute .mapzona{
		background:none;
		height:auto;
		display:block;
		position:relative;
		text-align:left;
	}
	.koreanroute .mapzona{
		background:none;
		height:auto;
		display:block;
		position:relative;
		text-align:left;
	}
	.taiwanroute .mapzona{
		background:none;
		height:auto;
		display:block;
		position:relative;
		text-align:left;
	}
	#rosmap{
		display:none;
		width:0;
	}
	.destswith{
		position:relative;
		overflow:visible;
		display:table;
		margin-left:auto;
		margin-right:auto;
		top: 0px;
		left: 0px;
		margin-bottom:15px;
	}
	.sw-left{
		font-size:13px;
		font-weight:normal;
		padding-left:7px;
		padding-right:7px;
	}
	.sw-right{
		font-size:12px;
		font-weight:normal;
		padding-left:6px;
		padding-right:6px;
	}

	.generic-bubble{
		line-height:17px!important;
		text-align: left;
		border: #dbdbdb 1px solid;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		padding: 13px;
		/*background-color: #f3f3f3;*/
		white-space: normal;
		margin-bottom:5px;
	}
	.OLDgeneric-bubble{
		line-height:17px!important;
		text-align: left;
		border: #dbdbdb 1px solid;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		padding: 13px;
		/*background-color: #f3f3f3;*/
		white-space: normal;
		-ms-filter: "alpha( opacity=75 )";/* for IE 8 & 9 (filter works too) should come BEFORE "filter:" */
		filter: alpha(opacity=75);/*IE 9 8 7 6 5 */
		-moz-opacity: 0.75;/* Older than Firefox 0.9 */
		-khtml-opacity: 0.75;/* Safari 1.x (pre WebKit!) */
		opacity: 0.75;/* Firefox 0.9+, Safari 2?, Chrome Opera 9+, IE 9+ */
		margin-bottom:5px;
	}
	.englishroute .bufullrt{
		font-size:16px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.koreanroute .bufullrt{
		font-size:17px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.taiwanroute .bufullrt{
		font-size:18px;
		margin-bottom:10px;
		font-weight:bold;
}
	.burtplace{
		font-size:13px;
	}
	
	a:link .inactiv,a:link .activ{
		color:#333333;
		text-decoration:none!important;
	}
	a:visited .inactiv,a:link .visited{
		color:#333333;
		text-decoration:none!important;
	}
	a:hover .inactiv,a:hover .activ{
		color:#333333;
		text-decoration:none!important;
	}
	a:active .inactiv,a:active .activ{
		color:#333333;
		text-decoration:none!important;
	}

	/* bubbles
	-----------------------------------------------------*/
	
	/*absolute bubble container*/
	
	#buhok{/*hokkaido area container*/
		position: relative;
		top: 0px;
		left: 0px;
	}
	#butoh{/*tohoku area container*/
		position: relative;
		top: 0px;
		left: 0px;
	}
	#buhrk{/*hokuriku area container*/
		position: relative;
		top: 0px;
		right: 0px;
	}
	#buknt{/*kanto area container*/
		position: relative;
		top: 0px;
		left: 0px;
	}
	#butok{/*tokai area container*/
		position: relative;
		top: 0px;
		left: 0px;
	}
	#bukns{/*kansai area container*/
		position: relative;
		top: 0px;
		right: 0px;
	}
	#buchu{/*chugoku area container*/
		position: relative;
		top: 0px;
		right: 0px;
	}
	#bushi{/*shikoku area container*/
		position: relative;
		top: 0px;
		left: 0px;
	}
	#bukyu{/*kyushu area container*/
		position: relative;
		top: 0px;
		right: 0px;
	}
	
}
/* media 700 END*/

/* ************* MAP END --------------------- */

/**************** TEST ONLY **************************/
/*width script*/
.show-width{
	position:absolute;
	position: fixed;
	top:0;
	right:0;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:4px;
	font-size:11px;
	background-color:#FFF;
	border-bottom:#CCC 1px dotted;
	border-left:#CCC 1px dotted;
	-ms-filter: "alpha( opacity=70 )";/* for IE 8 & 9 (filter works too) should come BEFORE "filter:" */
	filter:alpha(opacity=70);/*IE 9 8 7 6 5 */
	-moz-opacity:0.7;/* Older than Firefox 0.9 */
	-khtml-opacity: 0.7;/* Safari 1.x (pre WebKit!) */
	opacity:0.7;/* Firefox 0.9+, Safari 2?, Chrome Opera 9+, IE 9+ */
	z-index:9999;
}
.show-width::before {
	content: "コーディング中 ";
	font-weight:bold;
	color:#F00;
	font-size:13px;
} 

@media screen and (max-width:375px) {
	.inner-banner-bus-router .slogan {
		padding-left: 35px;
	}
	.inner-banner-bus-router .slogan h2.conection-japan {
		padding-top: 37px;
	}
}

.footer2016 {
    display: none;
}


