<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ------------------------------
 Header
------------------------------ */
#t-container {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
}


#t-header {
	background-color: #024895;
	position:relative;
}

#t-header ul {
	display: table;
	width: 100%;
	height:44px;
	box-sizing: border-box;
}

#t-header ul li {
	display:table-cell;
	vertical-align:middle;
	width:25%;
}


#t-header ul li a {
	display:block;
	vertical-align:middle;
	box-sizing: border-box;
	height: 44px;
}

#t-header .g-nav01 {
	display:table-cell;
	vertical-align:middle;
	text-indent:-9999px;
	border-right:solid 2px #01346d;
	height: 44px;
}

#t-header .g-nav01 a {
	display:table-cell;
	vertical-align:middle;
	width:1%;
	height:44px;
}
/********** 20140924 ios8 zoom bug &gt;&gt; **********/
/*
#t-header .g-nav01 a h1 {
	width:110px;
	height:44px;
	margin:0 auto;
	zoom: .5
}
*/
#t-header .g-nav01 a h1 {
	width:55px;
	height:22px;
	margin:0 auto;
}
/********** &lt;&lt; 20140924 ios8 zoom bug **********/

#t-header .g-nav02 {
	display:table-cell;
	vertical-align:middle;
	border-left:solid 2px #4176af;
	border-right:solid 2px #01346d;
}

#t-header .g-nav02 a{
	height:44px;
	width:1%;
	display:table-cell;
	vertical-align:middle;
	text-indent:-9999px;

}
/********** 20140924 ios8 zoom bug &gt;&gt; **********/
/*
#t-header .g-nav02 a span {
	width:114px;
	height:22px;
	margin:0 auto;
	display:block;
	zoom: .5
}
*/
#t-header .g-nav02 a span {
	width:57px;
	height:11px;
	margin:0 auto;
	display:block;
}
/********** &lt;&lt; 20140924 ios8 zoom bug **********/

#t-header .g-nav03 {
	display:table-cell;
	vertical-align:middle;
	border-left:solid 2px #4176af;
	border-right:solid 2px #01346d;
}

#t-header .g-nav03 a{
	height:44px;
	width:1%;
	display:table-cell;
	vertical-align:middle;
	text-indent:-9999px;
}
/********** 20140924 ios8 zoom bug &gt;&gt; **********/
/*
#t-header .g-nav03 a span {
	width:102px;
	height:24px;
	margin:0 auto;
	display:block;
	zoom: .5
}
*/
#t-header .g-nav03 a span {
	width:51px;
	height:12px;
	margin:0 auto;
	display:block;
}
/********** &lt;&lt; 20140924 ios8 zoom bug **********/

#t-header .g-nav04 {
	display:table-cell;
	vertical-align:middle;
	text-indent:-9999px;
	border-left:solid 2px #4176af;
	height: 44px;
}

#t-header .g-nav04 a{
	height:44px;
	width:1%;
	display:table-cell;
	vertical-align:middle;

}

/********** 20140924 ios8 zoom bug &gt;&gt; **********/
/*
#t-header .g-nav04 a span {
	width:102px;
	height:22px;
	margin:0 auto;
	display:block;
	zoom: .5
}
*/

#t-header .g-nav04 a span {
	width:51px;
	height:11px;
	margin:0 auto;
	display:block;
}
/********** &lt;&lt; 20140924 ios8 zoom bug **********/

/* ------------------------------
 Dropdown-menu
------------------------------ */

/* ------------------------------
 Dropdown-menu
------------------------------ */

#dropdown-menu  {
	width: 96%;
	background-color:#131313;
	color:#fff;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 2%;
	z-index: 201;
	display:none;
	-webkit-box-shadow: 0 0 70px rgba(7,0,2,.8);
	-moz-box-shadow: 0 0 70px rgba(7,0,2,.8);
	box-shadow: 0 0 70px rgba(7,0,2,.8);
	overflow:hidden;
}

#dropdown-menu ul a.d-menu01 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	width: 100%;
	height: 35px;
	display: block;
}

#dropdown-menu ul a.d-menu02 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background:url(//www.his-j.com/images/sp/common/arrow_white.png) no-repeat right center;
	width:97%;
	display: inline-block;
	height:35px;
}
#dropdown-menu ul li.d-nav {
	padding:10px 10px 10px 15px;
	border-bottom:solid 1px #3d3d3d;
	width: 100%;

}

#dropdown-menu ul li.title {
	padding:10px;
	border-top:solid 1px #3d3d3d;
	border-bottom:solid 1px #3d3d3d;
	font-size:11px;
	height: 13px;
}

#dropdown-menu ul li.title span {
	float:right;
}

/*#dropdown-menu  {
	width: 96%;
	background-color:#131313;
	color:#fff;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 2%;
	z-index: 201;
	display:none;
	-webkit-box-shadow: 0 0 70px rgba(7,0,2,.8);
	-moz-box-shadow: 0 0 70px rgba(7,0,2,.8);
	box-shadow: 0 0 70px rgba(7,0,2,.8);
	overflow:hidden;
}

#dropdown-menu ul a.d-menu01 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	width: 100%;
	height: 25px;
	display: block;
	padding: 10px 0 0 0;
}

#dropdown-menu ul a.d-menu02 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background:url(//www.his-j.com/images/sp/common/arrow_white.png) no-repeat right center;
	width:97%;
	display: inline-block;
	height:35px;
}
#dropdown-menu ul li.d-nav {
	padding: 0 10px 0 0;
	border-bottom:solid 1px #3d3d3d;
	width: 100%;
}

#dropdown-menu ul li.title {
	padding:0;
	border-top:solid 1px #3d3d3d;
	border-bottom:solid 1px #3d3d3d;
	font-size:11px;
	height: 35px;
}

#dropdown-menu ul li.title span {
	float:right;
	margin:0 10px 0 0;
}

#dropdown-menu ul li span.m01 {
	margin:0 0 0 15px;
	float:left;
}

#dropdown-menu ul li.d-nav span {
	margin:10px 0 0 15px;
	display:block;
}*/


/* ------------------------------
 th-contents
------------------------------ */

#th-contents {
	height:100%;
	overflow:hidden;
}

#t-container .bg-gradient {
	width:640px;
	height:198px;
	zoom: .5;
	margin:0 auto;
}

@media screen and (min-width: 340px) {
	#t-container .bg-gradient {
	width:640px;
	height:198px;
	max-height:99px;
	margin:0 auto;
	zoom: 1.0;
	}
}

/*@media screen and (min-width: 0px) and (max-device-width: 320px) {
	#t-container .bg-gradient {
	width:640px;
	height:198px;
	background:url(//www.his-j.com/images/sp/top/top_head_bg.jpg) no-repeat 0 0;
	margin:0 auto;
	zoom: .5;
}
}*/

#t-container #ponta-t {
    width:598px;
	height:102px;
    margin:0 0 0 0;
	background:url(//www.his-j.com/images/sp/common/ponta.png) no-repeat 0 0;
	position:absolute;
	top:70px;
	right:2%;
	zoom:0.5;
}

#t-container #ponta-t p {
	font-size:10px;
	position:relative;
	top:40%;
	left:3.5%;
	width:84%;
	font-weight:bold;
}

#t-container #th-button-era {
	margin:0 auto;
	position:absolute;
	top:80px;
	left:2.5%;
	width: 94.4%;
	background-color: rgba(237,237,237,0.6);
	-webkit-box-shadow: 0 0 10px rgba(7,0,2,.7);
	-moz-box-shadow: 0 0 10px rgba(7,0,2,.7);
	box-shadow: 0 0 10px rgba(7,0,2,.7);
	display:table;

}

#th-button-era #airTicket, #th-button-era #airTicket02  {
	overflow:hidden;
	display:table;
	width:100%;
	font-size:30px;
	font-weight:bold;
	color:#000000;

}

.th-b {
	display:table-row;
}

.th-b02 {
	display:table-row;
	padding:3% 0 3% 0;
}

#airTicket a,#airTicket02 a {
	width:100%;
	height:60px;
	display:block;
    text-decoration:none;
}


#th-button-era #airTicket .airTicket-icon {
	width:50%;
	margin:0 auto;
	border-right:solid 1px #939393;
	border-bottom:solid 1px #939393;
	display:table-cell;
	vertical-align:middle;
	max-width:274px;
}

#th-button-era #airTicket .plane-hotel {
	width:50%;
	margin:0 auto;
	display:table-cell;
	border-bottom:solid 1px #939393;
	max-width:266px;
}

#th-button-era #airTicket02 .tour-icon {
	width:50%;
	margin:0 auto;
	border-right:solid 1px #939393;
	border-bottom:solid 1px #939393;
	display:table-cell;
	vertical-align:middle;

}

#th-button-era #airTicket02 .hotel-option {
	width:50%;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
	border-bottom:solid 1px #939393;
	max-width:266px;
}

#th-button-era .plane-hotel .airTicket-text,#th-button-era .airTicket-icon .airTicket-text,#th-button-era .tour-icon .airTicket-text {
	font-size:30px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:7px 0 0 0;
	line-height:16px;
}

#th-button-era .hotel-option .airTicket-text {
	font-size:30px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:7px 0 0 0;
	line-height:12px;

}

#th-button-era .airTicket-icon .airTicket-text span.figure {
	width:233px;
	height:74px;
	display:block;
	padding:26px 0 0 50px;
	text-align:center;
	margin:5px 0 0 20px;
	zoom: .5;
}

#th-button-era .plane-hotel .airTicket-text span.figure {
	padding:10px 0 0 50px;
	width:233px;
	height:90px;
	display:block;
	text-align:center;
	margin:5px 0 0 20px;
	zoom: .5;
}

#th-button-era .tour-icon .airTicket-text span.figure {
	width:233px;
	height:80px;
	display:block;
	padding:26px 0 0 50px;
	text-align:center;
	margin:5px 0 0 20px;
	zoom: .5;
}

#th-button-era .hotel-option .airTicket-text span.figure {
	padding:20px 0 0 50px;
	width:230px;
	height:80px;
	display:block;
	text-align:center;
	margin:5px 0 0 20px;
	zoom: .5;

}

#th-button-era .hotel-option .airTicket-text span.font-s {
	font-size:24px;
	font-weight:bold;
	zoom: .5;
	line-height:0;
}


/* ------------------------------
 Carousel
------------------------------ */
#carousel {
	padding:77px 0 0 0;
}

#carousel ul.ui-carousel-panel-indicator {
	position:absolute;
	top:100px;
}

/* ------------------------------
 Ticket_price
------------------------------ */

#ticket-p {
	padding:5px 2.5% 0 2.5%;
}

#ticket-p ul.ticket-price {
	list-style:none;
	margin:0;
	padding:0;
	margin:0 0 0 0;
}

#ticket-p ul.ticket-price li.ticket-price-area {
	overflow:hidden;
	position:relative;
	padding:9px;
	background: -webkit-gradient(linear, left top, left bottom,	from(#000), color-stop(0.49, #222),color-stop(0.5, #111),color-stop(0.6, #222),to(#333));
	font-size:16px;
	font-weight:bold;
	border:solid 1px #585858;
}

#ticket-p a {
	width:100%;
	height:36px;
	display:block;
}

#ticket-p ul.ticket-price li span.dest {
	float:left;
	color:#fff;
}

#ticket-p ul.ticket-price li span.price {
	float:right;
	color:#fff;
}

#ticket-p ul.ticket-price li div.shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent url(//www.his-j.com/images/sp/top/text_shadow.png) repeat-x left top;
	opacity:0.8;

}

#ticket-p ul.ticket-price li.ticket-price-title {
	background-color:#034896;
	color:#FFF;
	overflow:hidden;
	position:relative;
	padding:12px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

/* ------------------------------
 Plane-area
------------------------------ */
/* sudok:121104 */
.plane-area {
	width:100%;
	margin:0 0 10px 0;
}

.plane-area .p-area-title {
	padding:0 2.5% 2px 2.5%;
	overflow:hidden;
}

.plane-area .p-area-left {
	float:left;
	margin:10px 0 0 1%;
}

.plane-area .p-area-letter{
	width:22px;
	height:23px;
	float:left;
	background:url(//www.his-j.com/images/sp/top/plane_icon01.png) no-repeat 0 0;
	zoom: .5;
}

.plane-area .p-area-letter a{
	width:243px;
	height:26px;
	display:block;
}


.plane-area .p-area-letter span.p-area-text01 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:2px 0 0 27px;
	width:290px;
	display:block;
	height:26px;
}

.plane-area .p-area-letter span.p-area-text02 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 27px;
	width:219px;
	display:block;
}

.plane-area .plane-arrow {
	width:12px;
	height: 17px;
	background: url(//www.his-j.com/images/sp/top/plane_arrow_icon.png) no-repeat center right;
	zoom: .5;
	margin: 4px 0 0 157px;
}

.plane-area .plane-arrow02 {
	width:12px;
	height: 17px;
	background: url(//www.his-j.com/images/sp/top/plane_arrow_icon.png) no-repeat center right;
	zoom: .5;
	margin: 4px 0 0 252px;
}

.plane-area .p-area-right {
	float: right;
    margin: 4px 1% 0 0;
}

.plane-area .t-sprite-btn_more_look {
	 text-indent:-9999px;
	 width: 196px;
     height: 48px;
     zoom: 0.5;
     float: right;
     margin:5px 0 0 0;
	}

/* ------------------------------
 M-plane-hotel
------------------------------ */

#m-plane-hotel {
	overflow:hidden;
    border-bottom: solid 1px #cecece;
}

.m-plane-hotel-title {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	width:73%;
	height:10px;
	background-color:#034896;
	padding: 7px 0 10px 12px;
	line-height: 1.0;
}

#m-hotel-option .m-list02 dl {
	padding:0 0 5px 0;
}

#m-plane-hotel .list-lab {
	width: 160px;
	float: left;
	margin:0 0 0 10px;
}

.m-list01 dt {
	float: left;
	width: 90px;
	margin: 6px 0 0 3%;
}

.m-list01 dd {
	float: left;
	padding: 0 0 0 0px;
	width:200px;
}

.m-list01-02 dd {
	float: left;
	padding: 0 0 0 0px;
	width:200px;
}


#m-plane-hotel .list-lab .lab01 {
	margin:0 5px 0 0;
	float: left;
	color: #ffffff;
	background-color: #9c9c9c;
	padding: 3px 5px 2px 5px;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 10px;
}
#m-plane-hotel .list-lab .lab02 {
	margin:0 5px 0 0;
	float: left;
	color: #ffffff;
	background-color: #9c9c9c;
	padding: 3px 5px 2px 5px;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 10px;
}

#m-plane-hotel .list-lab .price {
	font-size:13px;
	color: #ff0000;
	float: left;
	padding:2px 0 0 0;
}

#m-plane-hotel .lab-box {
	width:160px;
	overflow: hidden;
	margin: 6px 0 3px 0;
	font-weight: bold;
}

#m-plane-hotel .lab-box02 {
	width:160px;
	overflow: hidden;
	margin: 0 0 7px 0;
	font-weight: bold;
}

.m-list01 dl {
	padding:0 0 5px 0;
	border-top:solid 1px #cecece;
}

.m-list-arrow {
	background: url(//www.his-j.com/images/sp/common/arrow.png) no-repeat right center;
	margin: 0 15px 0 0;
	overflow: hidden;
	clear: both;
}

.m-list-desc {
	font-size:13px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	clear: both;
	width: 170px;
	float: left;
	margin:0 0 0 10px;
	font-weight: bold;
}

/* ------------------------------
M-tour
------------------------------ */
#m-tour {
	overflow: hidden;
}

#m-tour .m-tour-title{
	width:84%;
	color:#fff;
	height: 27px;
	background-color:#034896;
	line-height: 1.0;
	float: left;
}

#m-tour .m-tour-title-l {
	font-weight:bold;
	font-size:13px;
	padding: 7px 0 10px 12px;
	float: left;
}

#m-tour .fuel{
	display: block;
	background-color: #ff0000;
	padding: 3px 0 3px 3px;
	font-size: 11px;
	width: 116px;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 6px 0 0 13px;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#m-tour .m-tour-tax {
	font-size: 10px;
	float: right;
	width: 14%;
	color:#000;
	margin: 12px 0 0 0;
}

#m-tab01 ul{
	width: 100%;
	display: table;
}
#m-tab01 ul li{
	width: 50%;
	display: table-cell;

}

#m-tab01 ul li a{
	display: table-cell;
    vertical-align: middle;
	width: 1%;
	height: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: -webkit-linear-gradient(top, #034895, #00254e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#034895), to(#00254e));
	background-image: -moz-linear-gradient(top, #034895, #00254e);
	background-image: -o-linear-gradient(top, #034895, #00254e);
	background-image: -ms-linear-gradient(top, #034895, #00254e);
	background-image: linear-gradient(to, bottom, #034895, #00254e);

}

#m-tab01 ul li a.active {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, #034895, #00254e);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#034895), to(#00254e));
	background-image: -moz-linear-gradient(bottom, #034895, #00254e);
	background-image: -o-linear-gradient(bottom, #034895, #00254e);
	background-image: -ms-linear-gradient(bottom, #034895, #00254e);
	background-image: linear-gradient(to, top, #034895, #00254e);
}

#m-tab01 {
    display: table-cell;
    vertical-align: middle;
	width: 1%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	height: 33px;
	zoom: 1.0;

}

#m-tab01 {
	overflow: hidden;
}

#m-tab01 ul li a {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px 0 12px 0;
	display: block;
	width:100%;
}
#t-container #m-tab01 ul li a.active {
    display: block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10px 0 12px 0;
	}

#t-container #tab-m {
	margin:0 0 0 0;
	zoom: 1.0;
}

#t-container #tbm02-com,#t-container #tbm01-com{
    overflow: hidden;
	border-bottom: solid 1px #cecece;

}

#t-container #m-tab01 #tbm01-com  dd,#m-tab01 #tbm02-com dd {
	float: left;
	padding: 0 0 0 0px;
	width:200px;
}

#t-container　#m-tab01 #tbm01-com .list-lab .lab01,#m-tab01 #tbm02-com .list-lab .lab01 {
	margin:0 5px 0 0;
	float: left;
	color: #ffffff;
	background-color: #9c9c9c;
	padding: 3px 5px 2px 5px;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 10px;
}
#t-container　#m-tab01 #tbm01-com  .list-lab .lab02,#m-tab01 #tbm02-com  .list-lab .lab02 {
	margin:0 5px 0 0;
	float: left;
	color: #ffffff;
	background-color: #9c9c9c;
	padding: 3px 5px 2px 5px;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 10px;
}

#t-container #m-tab01 #tbm01-com  .list-lab .price,#m-tab01 #tbm02-com  .list-lab .price {
	font-size:13px;
	color: #ff0000;
	float: left;
	padding:2px 0 0 0;
}

#t-container #m-tab01 #tbm01-com .lab-box,#m-tab01 #tbm02-com .lab-box {
	width:160px;
	overflow: hidden;
	margin: 6px 0 3px 0;
}

#t-container #m-tab01 #tbm01-com .lab-box02,#m-tab01 #tbm02-com .lab-box02 {
	width:160px;
	overflow: hidden;
	margin: 0 0 7px 0;
}

#t-container #m-tab01 #tbm01-com  .m-list01 dl,#m-tab01 #tbm02-com .m-list01 dl  {
	overflow: hidden;
	padding:0 0 5px 0;
	border-top:solid 1px #cecece;

}

#t-container #m-tab01 #tbm01-com  .m-list-arrow,#m-tab01 #tbm02-com  .m-list-arrow  {
	background: url(//www.his-j.com/images/sp/common/arrow.png) no-repeat right center;
	margin: 0 15px 0 0;
	overflow: hidden;
}

#t-container #m-tab01 #tbm01-com .m-list-desc,#m-tab01 #tbm02-com .m-list-desc {
	font-size:14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	clear: both;
	width: 160px;
	float: right;
	margin:0 20px 0 0;
}

#t-container #tab-m .price-value {
	width: 180px;
	float: left;
	text-align: left;
	margin: 10px 0 0 10px;
}

#t-container #tab-m .price-value .lab01 {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	width: 50px;
	float: left;

}

#t-container #tab-m .price-value .price {
	font-size: 14px;
	color: #ff0000;
	width: 100px;
	float: right;
}

#t-container #tab-m .m-list01 .m-list-desc02 {
	clear: both;
	font-size: 13px;
	padding: 9px 0 0 0;
	color: #000;
	float: left;
	margin:0 0 0 10px;
	text-align: left;
	font-weight: bold;

}

#t-container #tab-m .m-list01 .m-list-desc02 span {
	font-size: 15px;
	color: #000;
	padding: 7px 0 0 0;
	display: block;
}

#t-container .plane-area .p-area-text03 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 18px;
	width:290px;
	display:block;
	text-align: left;
	zoom: 2.0;
}

#t-container #m-tab01 .p-area-letter02 {
	width:22px;
	height:23px;
	background:url(//www.his-j.com/images/sp/top/plane_icon01.png) no-repeat 0 0;
	zoom: .5;
	margin: 50px 0 0 0;
}

#t-container #m-tab01 .p-area-letter02 a {
	width:320px;
	height:26px;
	display:block;
}

.plane-area .plane-arrow03 {
	width:12px;
	height: 17px;
	background: url(//www.his-j.com/images/sp/top/plane_arrow_icon.png) no-repeat center right;
	zoom: .5;
	margin: 4px 0 0 158px;
}
.plane-area .plane-arrow04 {
	width:12px;
	height: 17px;
	background: url(//www.his-j.com/images/sp/top/plane_arrow_icon.png) no-repeat center right;
	zoom: .5;
	margin: -17px 0 0 324px;
}

.plane-area .p-area-letter span.p-area-text02-1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 18px;
	width:219px;
	display:block;
	zoom: 2.0;
	text-align:left;
}

/* ------------------------------
M-hotel-option
------------------------------ */
#m-hotel-option {
	overflow: hidden;
	border-bottom: solid 1px #CECECE;
}

.m-list01 dl {
	padding:0 0 5px 0;
}

.m-list02 dl {
	overflow: hidden;
	padding:0 0 5px 0;
	border-top:solid 1px #cecece;
}

#m-hotel-option dl.option{
	padding:0 0 5px 0;
	border: none;
}

.m-list01-01 dt {
	float: left;
	width: 90px;
	margin: 6px 0 0 3%;
}

.m-list01-02 dt {
	float: left;
	width: 56px;
	margin: 6px 0 0 3%;
}

.m-list02 dt {
	float: left;
	width: 56px;
	margin: 6px 0 0 3%;
}


.m-list01-01 {
	overflow: hidden;
	padding:0 0 5px 0;
}

.m-list01-02 {
	padding:0 0 5px 0;
}


.m-hotel-option-title {
	width:77%;
	color:#fff;
	background-color:#034896;
	line-height: 1.0;
	float: left;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	height: 10px;
	padding:6px 10px 11px 12px;
}

.m-hotel-option-title span {
	font-size:10px;
	font-weight:700;
	margin:0 0 0 6px;
}

.option-desc {
	width: 190px;
	float: left;
	text-align: left;
	margin: 10px 0 0 10px;
}

.option-desc02 {
	width: 220px;
	float: left;
	text-align: left;
	margin: 10px 0 5px 10px;
}

.option-l {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: left;
	color: #000;
	margin: 0 0 0 0;
}

.option-l02 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0 0 0 0;
	padding: 3px;
	background-color: #ff0000;
}

.option-r {
	width: 80px;
	float: left;
	margin: 0 0 0 43px;
}

.option-r02 {
	width: 80px;
	float: left;
	margin: 0 0 0 43px;
}
/*
.option-test {
	width: 56px;
	height: 55px;
	-webkit-border-radius: 19px/18px 18px 19px 19px;
	-moz-border-radius: 19px/18px 18px 19px 19px;
	border-radius: 19px/18px 18px 19px 19px;
	background-color: #e8e8e8;
	border: solid 1px rgba(0,0,0,.5);
	background-image: -webkit-linear-gradient(bottom, #d7d7d7, #f3f3f3);
	background-image: -moz-linear-gradient(bottom, #d7d7d7, #f3f3f3);
	background-image: -o-linear-gradient(bottom, #d7d7d7, #f3f3f3);
	background-image: -ms-linear-gradient(bottom, #d7d7d7, #f3f3f3);
	background-image: linear-gradient(to top, #d7d7d7, #f3f3f3);
	text-align: center;
	font-size: 15px;
	color: #333;
}
*/
 .m-list02 dd {
	float: left;
	padding: 0 0 0 0;
	width:230px;
}

 .m-list-desc02 {
	font-size:13px;
	line-height: 16px;
	color: #ff0000;
	text-decoration: none;
	clear: both;
	width: 220px;
	float: left;
	margin:0 0 0 10px;
	font-weight: bold;
}

.m-list-desc02 span {
	font-size:10px;
	font-weight: bold;
}

.option-l02-01 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0 0 0 0;
	padding: 3px;
	background-color: #00ad35;
}

.m-list-desc02-01 {
	font-size:13px;
	line-height: 16px;
	color: #00ad35;
	text-decoration: none;
	clear: both;
	width: 220px;
	float: left;
	margin:0 0 0 10px;
	font-weight: bold;
}

.option-l02-02 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0 0 0 0;
	padding: 3px 12px 3px 13px;
	background-color: #19589e;
}

.m-list-desc02-02 {
	font-size:13px;
	line-height: 16px;
	color: #19589e;
	text-decoration: none;
	clear: both;
	width: 220px;
	float: left;
	margin:0 0 0 10px;
	font-weight: bold;
}

/* ------------------------------
M-banner
------------------------------ */

.m-banner-area {
	width: 306px;
	height: 42px;
	margin: 0 auto 10px auto;
}

.m-banner-area02 {
	width: 303px;
	height: 55px;
	margin: 0 auto 10px auto;
}

.m-banner-area03 {
	width: 303px;
	height: 45px;
	margin: 0 auto 10px auto;
}
/* ------------------------------
M-feature
------------------------------ */
#m-feature{
	overflow: hidden;
}


.m-list3  dt {
	float: left;
	width: 67px;
	margin: 6px 0 0 5px;
}

.m-list3  dd {
	float: left;
	padding: 0 0 0 0;
	width:215px;
	text-align: left;
	margin: 18px 0 0 10px;
}

.m-list-desc03 {
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}

.m-list-desc03-01 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.black {
	color: #000;
	font-weight: bold;
}

.blue {
	color: #034896;
}

.orange {
	color: #ff9900;
}

.indigo{
	color:#cc0000;
}

.purple {
	color:#c56bc5;
}

.m-list3 dl {
	border-bottom: solid 1px #CECECE;
	padding: 0 0 3px 0;
}

.m-list-option {
	overflow: hidden;
	width: 100%;
}

/* ------------------------------
His-app
------------------------------ */
#his-app {
	overflow: hidden;
}


.his-app-title {
	width:43%;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	height:8px;
	background-color:#034896;
	padding: 7px 0 10px 12px;
	height: 10px;
	line-height: 1.0;
}

.app-desc {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #CECECE;
	border-bottom: solid 1px #CECECE;
}

.m-list4  dt {
	float: left;
	width: 54px;
	margin: 6px 0 0 5px;
}

.m-list4  dd {
	float: left;
	padding: 0 0 0 0;
	width:215px;
	text-align: left;
	margin: 18px 0 0 10px;
}

.m-list-desc04 {
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}

.m-list-desc05 {
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0 0 0;
}

#his-app .m-list4 dl {
	border-bottom: solid 1px #CECECE;
	padding: 0 0 5px 0;
}

/* -----------------------------
Travel-bro
------------------------------ */

#travel-bro {
	overflow: hidden;
	padding:0 0 10px 0;
}

#t-container .m-list5 dl {
	border:solid 1px #034896;
	width: 100%;
	margin: 0 auto 0 auto;
}

#t-container .m-list6 dl {
	border:solid 1px #034896;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#travel-bro .travel-bro-title{
	-webkit-box-shadow: 0 0 3px rgba(7,0,2,.35);
	-moz-box-shadow: 0 0 3px rgba(7,0,2,.35);
	box-shadow: 0 0 3px rgba(7,0,2,.35);
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 88%;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	background-color:#034896;
	line-height: 1.8;
	padding: 3px 0 1px 12px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

#travel-bro .travel-bro-title span {
	margin: 0 0 0 4px;
}
#travel-bro .white-dotted {
	width: 10px;
	height: 10px;
	background: url(//www.his-j.com/images/sp/top/white_dotted.png) no-repeat 0 0;
	position: absolute;
	top:7px;
	left:6px;
	zoom: .5
}

#t-container .m-list-arrow-b {
	background: url(//www.his-j.com/images/sp/common/arrow_right02.png) no-repeat right center;
	margin: 0 15px 0 0;
	overflow: hidden;
	clear: both;
}

#travel-bro .m-list-desc04 {
	font-size: 13px;
}

#travel-bro .m-list5 dt,#travel-bro .#t-container .shadow-box {
	-webkit-box-shadow: 0 0 10px rgba(7,0,2,.7);
	-moz-box-shadow: 0 0 10px rgba(7,0,2,.7);
	box-shadow: 0 0 10px rgba(7,0,2,.7);
	width: 95%;
	margin: 0 auto;
}

#at-container dt {
	width: 67px;
	float: left;
	margin: 3px 0 0 5px;
}

#travel-bro .m-list6 dt {
	width: 67px;
	float: left;
	margin: 3px 0 0 3px;
}

#travel-bro .m-list5 dd,#travel-bro .m-list6 dd {
	width: 200px;
	float: left;
	margin:20px 0 0 10px;
}

#travel-bro .m-list6 dd {
	width: 200px;
	float: left;
	margin:10px 0 0 10px;
}

#t-container .shadow-box {
	-webkit-box-shadow: 0 0 10px rgba(7,0,2,.7);
	-moz-box-shadow: 0 0 10px rgba(7,0,2,.7);
	box-shadow: 0 0 10px rgba(7,0,2,.7);
	width: 95%;
	margin: 0 auto;
}

#travel-bro02 {
	overflow: hidden;
	margin: 0 auto 10px auto;
}

#t-container .travel-bro02-title {
	width:61%;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	height:8px;
	background-color:#034896;
	padding: 7px 0 10px 12px;
	height: 10px;
	line-height: 1.0;
}


#t-container .m-list4-1 dl.adding{
    border-top: solid 1px #CECECE;
	border-bottom: solid 1px #CECECE;
	padding: 0 0 5px 0;
}

#t-container .m-list4-1 dl{
	border-bottom: solid 1px #CECECE;
	padding: 0 0 5px 0;
}

#t-container .m-list4-1 dt{
	float: left;
	width: 67px;
	margin: 6px 0 0 3%;
}

#t-container .m-list4-1 dd{
	float: left;
	padding: 0 0 0 0;
	width:215px;
	text-align: left;
	margin: 18px 0 0 10px;
}


#t-container .m-list-desc04-1 {
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}

/* -----------------------------
Support-g
------------------------------ */

#support-g{
	overflow: hidden;
	margin: 0 0 10px 0;
}

#support-g .support-g-box {

}

#support-g .support-g-cell01 {
	width: 42%;
	background-color:#ffa200;
	float: left;
	padding:5px 0 7px 0;
	margin: 4px 0 0 6%;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px 0 0 0;
}

#support-g .support-g-cell01 span{
    width: 252px;
    height: 60px;
	background:url(//www.his-j.com/images/sp/top/taravel_support.png) no-repeat left center;
	text-indent: -9999px;
	display: block;
	zoom: .5;
	margin: 0 0 0 6px;
}

#support-g .support-g-cell02 {
	width: 48.5%;
	background-color: #fffdf2;
	border:solid 1px #ffa200;
	float: left;
	height: 44px;
	position: relative;
}

#support-g .support-g-cell02 a.link {
	display:block;
	height:44px;
}


#support-g .support-g-cell02 p {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 35px;
	text-align: left;
	color: #ffa200;
	padding:17px 0 0 0;
}

#support-g span.arrow-orange {
	width: 19px;
	height: 28px;
	zoom: .5;
	display: block;
	background: url(//www.his-j.com/images/sp/common/arrow_orange.png) no-repeat center right;
	position: absolute;
	top:34px;
	right:30px;
}

#support-g .support-g-cell03 {
	width: 44.7%;
	background-color: #fffdf2;
	border:solid 1px #ffa200;
	float: left;
	height: 43px;
	position: relative;
	margin: 0 0 0 3%;
}

#support-g .support-g-cell03 a.link {
	display:block;
	height:43px;
}

#support-g .support-g-cell03 p {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 35px;
	text-align: left;
	color: #ffa200;
	padding:17px 0 0 0;
}

#support-g .support-g-cell04 {
	width: 48.5%;
	background-color: #fffdf2;
	border-bottom:solid 1px #ffa200;
	border-right:solid 1px #ffa200;
	height: 44px;
	float: left;
	height: 44px;
	position: relative;
}

#support-g .support-g-cell04 a.link {
	display:block;
	height:44px;
}

#support-g .support-g-cell04 p {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 35px;
	text-align: left;
	color: #ffa200;
	padding:17px 0 0 0;
}

/* -----------------------------
D-trip
------------------------------ */

#d-trip {
	overflow: hidden;
	padding: 0 0 10px 0;
}

#d-trip .d-trip-inner {
	width:95%;
	margin: 0 auto;
	position: relative;
}

#d-trip .d-trip-left{
	background-color:#034896;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px;
	margin: -20px 0 0 0;
	width: 97%;
	float: left;
	padding: 0 0 28px 0;
}

#d-trip .d-trip-left p {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin: 20px 0 0 10px;
}

#d-trip .flag {
	width: 38px;
	margin: 0 0 0 10px;
}

#d-trip .d-trip-right {
	position: absolute;
	top:0;
	right: 0;
}


#d-trip .m-list7 {
	width: 70%;
	float: right;
}

#t-container .m-list7 dl {
	border:solid 1px #034896;
	width: 100%;
	margin: 0 0 0 0;
	background-color: #fff;
}

#t-container .m-list7 dt {
	width: 53px;
	float: left;
	margin: 7px 15px 0 5px;
}

#t-container .m-list7 dd {
	width: 282px;
	text-align: left;
}

#t-container .m-list-desc05 {
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    padding: 3px 0 3px 0;
}

/* -----------------------------
Sign-in
------------------------------ */
#sign-in {
	padding: 0 0 10px 0;
}

#sign-in .sin-in-inner {
	overflow: hidden;
	border: solid 2px #aaaaaa;
	width:95%;
	background-color: #024895;
	margin: 0 auto;
}

#sign-in .sign-in-left {
	width: 56%;
	height: 51px;
	border-right: solid 2px #aaaaaa;
	border-bottom: solid 2px #aaaaaa;
	float: left;
	-webkit-box-shadow: 0 0 0px rgba(7,0,2,.7),  0 0 20px rgba(185, 213, 246, .8) inset;
	-moz-box-shadow: 0 0 0px rgba(7,0,2,.7),0 0 20px rgba(185, 213, 246, .8) inset;;
	box-shadow: 0 0 0px rgba(7,0,2,.7),0 0 20px rgba(185, 213, 246, .8) inset;
}

#sign-in .sign-in-left a{
	width: 100%;
	height: 51px;
	display:block;
}

#sign-in .sign-in-left p{
    width: 306px;
    height: 58px;
    text-indent: -9999px;
    zoom: .5;
   	padding: 35px 0 0 20px;
	background: url(//www.his-j.com/images/sp/top/btn_member_login.png) no-repeat center center;
}

#sign-in .sign-in-right {
	width: 43.664%;
	height: 51px;
	border-bottom: solid 2px #aaaaaa;
	float: left;
	-webkit-box-shadow: 0 0 0px rgba(7,0,2,.7),  0 0 20px rgba(185, 213, 246, .8) inset;
	-moz-box-shadow: 0 0 0px rgba(7,0,2,.7),0 0 20px rgba(185, 213, 246, .8) inset;;
	box-shadow: 0 0 0px rgba(7,0,2,.7),0 0 20px rgba(185, 213, 246, .8) inset;
}


#sign-in .sign-in-right a{
	width: 100%;
	height: 51px;
	display:block;
}

#sign-in .sign-in-right p {
	width:226px;
	height: 64px;
	text-indent: -9999px;
	zoom: .5;
	padding:35px 0 0 20px;
	background:url(//www.his-j.com/images/sp/top/btn_email_sign_up.png) no-repeat center center;
}

#sign-in .sign-in-unnder {
	width:100%;
	height: 45px;
	clear: both;
	-webkit-box-shadow: 0 0 0px rgba(7,0,2,.7),  0 0 20px rgba(185, 213, 246, .8) inset;
	-moz-box-shadow: 0 0 0px rgba(7,0,2,.7),0 0 20px rgba(185, 213, 246, .8) inset;;
	box-shadow: 0 0 0px rgba(7,0,2,.7),0 0 20px rgba(185, 213, 246, .8) inset;
}

#sign-in .sign-in-unnder a {
	width:100%;
	height: 45px;
	display:block;
}

#sign-in .sign-in-unnder p {
	background:url(//www.his-j.com/images/sp/top/btn_email_page.png) no-repeat right center;
	width: 496px;
	height: 28px;
	zoom: .5;
	float: right;
	text-indent:-9999px;
	margin: 30px 25px 0 0;
}



/* -----------------------------
Social button
------------------------------ */

#t-container .social-button {
	overflow: hidden;
	border-bottom:solid 1px #034896;

}

#t-container .social-button .sb-left {
	width: 100%;
	float: left;
	margin: 7px 0 7px 4px;
	border-right: dotted 1px #034896;
}


a.sb-left-link {
	width:47%;
	height:48px;
	display:block;
	float:left;
}

a.sb-right-link {
	width:50%;
	height:48px;
	display:block;
	float:left;
	margin: 0 0 0 5px;
}


#t-container .social-icon {
	width: 33px;
	float: left;
}

#t-container .facebook-text,#t-container .twitter-text {
	text-align: left;
	font-size:10px;
	font-weight: bold;
	margin: 5px 0 0 3px;
	float: left;
	padding: 8px 0 0 0;
}

#t-container .sb-right {
	width: 100%;
	float: left;
	margin: 5px 0 7px 4px;
}


#t-container .good-icon {
	width: 26px;
	float: left;
	margin: 2px 0 0 0;
}

#t-container .good-icon-text {
	text-align: left;
	font-size:10px;
	font-weight: bold;
	float: left;
	margin:13px 0 0 0;
}


#t-container .shadow-box02 {
	-webkit-box-shadow: 0 0 10px rgba(7,0,2,.7);
	-moz-box-shadow: 0 0 10px rgba(7,0,2,.7);
	box-shadow: 0 0 10px rgba(7,0,2,.7);
	width: 95%;
	margin: 0 auto;
	border:solid 1px #034896;
	margin: 0 auto 0 auto;
	background-color: #fff;
	overflow: hidden;
}

#t-container .social-button02 {
	overflow: hidden;
	margin: 0 0 0 0;
}

#t-container .sb-left02 {
	clear: both;
	width: 100%;
	float: left;
	margin: 0 0 0 4px;
	border-right: solid 1px #034896;
	padding: 5px 0 3px 0;
}

a.sb-left02-link {
	width: 47%;
	height:42px;
	display:block;
	float:left;
}

#t-container .sb-right02 {
	width: 50%;
	float: left;
	margin: 5px 0 0 4px;
}

#t-container .sb-right02 ul li{
	display: inline;
	margin: 0 8px 0 2px;
}
#t-container .sb-right02 ul li.mixi-icon {
   padding: 0 0 0 8px;
}

#t-container .sb-right02 ul li a {
	width: 32px;
	height: 32px;
}

/* -----------------------------
Support-g02
------------------------------ */

#support-g02{
	overflow: hidden;
	margin: 0 0 10px 0;
}

#support-g02 .support-g02-box {

}

#support-g02 .support-g02-cell01 {
	width: 42%;
	background-color:#b6b6b6;
	float: left;
	padding:5px 0 6px 0;
	margin: 4px 0 0 6%;
	-webkit-border-radius: 5px/5px 5px 5px 5px;
	-moz-border-radius: 5px/5px 5px 5px 5px;
	border-radius: 5px 0 0 0;
}

#support-g02 .support-g02-cell01 span{
    width: 158px;
    height: 36px;
	background:url(//www.his-j.com/images/sp/top/guide.png) no-repeat left center;
	text-indent: -9999px;
	display: block;
	zoom: .5;
	margin: 0 0 0 6px;
}

#support-g02 .support-g02-cell02 {
	width: 100%;
	background-color: #fff;
	border:solid 1px #b7b7b7;
	padding: 6px 0 10px 0;
	float: left;
	position: relative;
}

#support-g02 .support-g02-cell02 p {
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 0 8px;
	text-align: left;
	color: #6b6b6b;
	height: 9px;
	vertical-align: middle;
	display:block;
	border-left:solid 2px #B7B7B7;
	padding: 1px 0 0 5px;
}


a.go02-cell02-link {
	display:block;
	width: 48.6%;
	height: 33px;
	float: left;
}

#support-g02 span.arrow {
	width: 10px;
	height: 14px;
	display: block;
	background:url(//www.his-j.com/images/sp/common/arrow.png) no-repeat center right;
	position: absolute;
	top:10px;
	right:9px;
}

#support-g02 .support-g02-cell03 {
	width: 100%;
	background-color: #fff;

	padding: 6px 0 10px 0;
	float: left;
	position: relative;
}

#support-g02 .support-g02-cell03 p {
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 0 8px;
	text-align: left;
	color: #6b6b6b;
	height: 9px;
	vertical-align: middle;
	display: block;
	border-left:solid 2px #B7B7B7;
	padding: 1px 0 0 5px;
}


a.go02-cell03-link {
	width: 44.9%;
	height: 33px;
	float: left;
	display:block;
	margin:-1px 0 0 3%;
	border:solid 1px #b7b7b7;
}

#support-g02 .support-g02-cell04 {
	width: 100%;
	background-color: #fff;

	padding: 6px 0 10px 0;
	float: left;
	position: relative;
}

#support-g02 .support-g02-cell04 p {
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 0 8px;
	text-align: left;
	color: #6b6b6b;
	height: 9px;
	vertical-align: middle;
	display: block;
	border-left:solid 2px #B7B7B7;
	padding: 1px 0 0 5px;
}

#support-g02 .support-g02-cell04 a {
	color: #6b6b6b;
}

a.go02-cell04-link {
	width: 48.5%;
	height: 33px;
	float: left;
	display:block;
	border-bottom:solid 1px #b7b7b7;
	border-right:solid 1px #b7b7b7;
}

/* -----------------------------
Support-g02
------------------------------ */

#t-container #ov-serv {
	overflow: hidden;
}

#ov-serv .ov-serv-title {
	background-color: #6b6b6b;
	color: #fff;
	width: 100%;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	height: 10px;
	padding: 7px 0 10px 0;
}

#ov-serv .ov-serv-box {
	background-color:#b7b7b7;
	overflow: hidden;
}

#ov-serv .boxs-line01 {
	margin: 10px 0 4px 0;
	overflow: hidden;
}
#ov-serv .boxs-line02 {
	margin: 0 0 4px 0;
	overflow: hidden;
}

#ov-serv .boxs-line03 {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#ov-serv .boxs01,#ov-serv .boxs02{
	background: #fff;
	width: 46%;
	float: left;
	margin: 0 0 0 3%;
}

#ov-serv .boxs01 a,#ov-serv .boxs02 a{
	width:100%;
	height: 29px;
	display:block;

}
 #ov-serv .boxs03{
	background: #fff;
	width: 46%;
	float: left;
	margin: 0 0 0 3%;

}

#ov-serv .boxs03 a{
	display:block;
	width:100%;
	height:29px;
}

#ov-serv .boxs04 {
	background: #fff;
	width: 46%;
	float: left;
	margin: 0 0 0 3%;
}

#ov-serv .boxs04 a{
	display:block;
	width:100%;
	height:29px;
}


#ov-serv .boxs05 {
	background: #fff;
	width: 46%;
	float: left;
	margin: 0 0 0 3%;

}

#ov-serv .boxs05 a{
	display:block;
	width:100%;
	height:28px;;
}

#ov-serv .boxs06 {
	background: #fff;
	width: 46%;
	float: left;
	margin: 0 0 0 3%;
}


#ov-serv .boxs06 a{
	display:block;
	width:100%;
	height:29px;
}


#ov-serv .boxs01 .boxs-icon {
	width: 16px;
	float: left;
	margin: 0 8px 0 4px;
	padding-top: 6px;
}

#ov-serv .boxs02 .boxs-icon {
	width: 17px;
	float: left;
	margin: 0 8px 0 4px;
	padding-top: 6px;
}

#ov-serv .boxs01 .boxs-text,#ov-serv .boxs02 .boxs-text{
	width: 110px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0 0 0;
	color: #000;
	padding-top: 6px;
}

#ov-serv .boxs04 .boxs-text {
	width: 110px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0 0 0;
	color: #000;
	padding-top: 6px;
	padding: 6px 0 3px 0;
}

#ov-serv .boxs03 .boxs-text {
	width: 105px;
	float:left;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #000;
	padding: 5px 0 2px 0;
}

#ov-serv .boxs05 .boxs-text {
	width: 120px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0 0 0;
	color: #000;
	padding: 6px 0 6px 0;
}

#ov-serv .boxs06 .boxs-text {
	width: 120px;
	float:left;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0 0 0;
	color: #000;
	padding: 6px 0 3px 0;
}

#ov-serv .boxs03 .boxs-icon {
	width:38px;
	float: left;
	margin: 0 0 0 0;
	padding: 5px 0 2px 0;
}

#ov-serv .boxs04 .boxs-icon {
	width: 17px;
	float: left;
	margin: 0 8px 0 4px;
	padding: 6px 0 3px 0;
}

#ov-serv .boxs05 .boxs-icon {
	width: 12px;
	float: left;
	margin: 0 8px 0 4px;
	padding: 6px 0 6px 0;
}

#ov-serv .boxs06 .boxs-icon {
	width: 17px;
	float: left;
	margin: 0 0px 0 4px;
	padding: 6px 0 3px 0;
}

.tr-link-anchor
{
	width: 106px;
	height: 95px;
	position: absolute;
}

.line-social
{
  margin-top: 5px !important;
	width: 180px !important;
	height: 40px;
	background: url(../img/tour/btn_line.png) no-repeat 0 0;
	zoom: .5;
}

.anchor-line-social
{
	width: 180px; height: 40px; position: absolute;
}
.kakao-social
{
		margin-top: 5px; width: 136px; height: 40px; background: url(../img/tour/btn_kakao.png) no-repeat 0 0; zoom: .5;
}

.anchor-kakao-social
{
	width: 136px; height: 40px; position: absolute;
}

.temporary-storage {
	width: 55px;
	height: 55px;
	background: url(../img/btn_under_review_c.png) no-repeat 0 0;
	zoom: 0.5;
}

.anchor-temporary-storage {
	width: 55px;
	height: 55px;
	position: absolute;
}

section[name="tour-check"] .box
{
	width: 93% !important;
}

.btn-search-bottom
{
  margin-right: 20px;
}
/* -----------------------------
Footer
------------------------------ */
.footer-inner {
	background-color: #1a1a1a;
}


a {
	text-decoration: none;
}

/*.cal-slide .cal-row div {
	font-size: 20px
}

.cal-row .addmon {
	display: block;
  	margin: -8px 0px 2px 2px;
  	color: #999;
  	font-size: 50%;
  	font-weight: normal;
  	text-align: left;
  	line-height: 1;
}*/
.img-brandsp {
   vertical-align: middle;
   padding-right: 2%;
   display: inline-block;
   float: left;
   width: 116px;/*19%;*/
   height: 40px;
   padding-top:1%;
 }
.span-brandsp {
   line-height: 30px;
   display: inline-block;
   vertical-align: middle;
   width: 75%;
   font-size:12px;
}
/* text middle for calendar*/
.calendar-popup .cal-month .ctrl .ttl {
	vertical-align: middle;
	padding-top: 3px;
}
</pre></body></html>