
/* Loader */

#loader{
    width: 200px;
    height: 130px;
    display: none;
    position: fixed;
    _position: absolute;
	text-align:center;
    top: 50%;
    left: 50%;
    margin-top: -65px; 
    margin-left: -100px;
    z-index: 3000;
}
#loader p{
    width: 200px;
	margin: 10px 0 0 0;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000; 
}

/* Contents */

#container .reserve_box {
	padding: 20px 0;
	width: 100%;
	margin: 0;
	background-color: #f8f8f8;
}
#container .reserve_box .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
#container .reserve_box .inner h2 {
	width: 1060px;
	margin: 0 auto 10px auto;
	padding: 0 0 0 40px;
	font-size: 22px;
	text-align: left;
/*	background: url(/images/search/img_midashi_icon_search_skymark.png);*/
	background-repeat: no-repeat;
}

/* Breadcrumb */

#container .reserve_box .inner .cd-breadcrumb {
	width: 1100px;
	margin: 0 auto 20px auto;
}
#container .reserve_box .inner .cd-breadcrumb li {
 	display: inline-block;
	float: left;
	text-align: center;
	margin: 5px 5px 5px 0;
	position: relative;
	padding: 0;
}
#container .reserve_box .inner .cd-breadcrumb li > *{
	display: inline-block;
	font-size: 14px;
	padding: 13px 0;
	width: 216px;
	color: #000;
	background-color: #FEDB00;
	border-color: #FEDB00;
}
#container .reserve_box .inner .cd-breadcrumb li:lang(en) > *{
	padding: 15px 0;
}
#container .reserve_box .inner .cd-breadcrumb li:lang(ko) > *{
	padding: 14px 0;
}
#container .reserve_box .inner .cd-breadcrumb li:lang(zh) > *{
	padding: 14px 0 13px 0;
}
#container .reserve_box .inner .cd-breadcrumb li:last-of-type {
	margin-right: 0;
}
#container .reserve_box .inner .cd-breadcrumb li.current > * {
	color: #ffffff;
	background-color: #EAAA00;
	border-color: #EAAA00;
}
#container .reserve_box .inner .cd-breadcrumb li:first-of-type > * {
	border-radius: 4px 0 0 4px;
}
#container .reserve_box .inner .cd-breadcrumb li:last-of-type > * {
	border-radius: 0 4px 4px 0;
}
#container .reserve_box .inner .cd-breadcrumb li::after,
#container .reserve_box .inner .cd-breadcrumb li > *::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	height: 0;
	width: 0;
	border: 23px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
}
#container .reserve_box .inner .cd-breadcrumb li::after {
	z-index: 1;
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
	border-left-color: #ffffff;
	margin: 0;
}
#container .reserve_box .inner .cd-breadcrumb li > *::after {
	z-index: 2;
	border-left-color: inherit;
}
#container .reserve_box .inner .cd-breadcrumb li:last-of-type::after,
#container .reserve_box .inner .cd-breadcrumb li:last-of-type > *::after {
	display: none;
}

/* Main Contents */

#container .reserve_box .inner .main{
	background-color: #484848;
	width:1080px;
	padding: 10px;
	margin: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#container .reserve_box .inner .main .left{
	display:inline;
	float:left;
	text-align: left;
	width:250px;
	position: relative;
	top: 0px;
}
#container .reserve_box .inner .main .right{
	width:820px;
	float: right;
	text-align: left;
}
/* Side Menu */

#container .reserve_box .inner .main .left .title {
	width: 230px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 10px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	background: #aaa;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .left .plan {
	width: 230px;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 10px;
	border-bottom: 1px solid #CCC;
	background: #fff;
}
#container .reserve_box .inner .main .left .plan .text1  {
	color: #fff;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 11px;
	background-color: #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	width: 80px;
	padding: 3px 0;
}
#container .reserve_box .inner .main .left .plan .text2  {
	margin-bottom: 10px;
}
#container .reserve_box .inner .main .left .plan .text3  {
	float: left;
	width: 110px;
	font-weight: bold;
}
#container .reserve_box .inner .main .left .plan .text4  {
	float: right;
	text-align: right;
	width: 110px;
}
#container .reserve_box .inner .main .left .plan .color_red  {
	color: #DD0000;
}
#container .reserve_box .inner .main .left .plan .big  {
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #DD0000;
	font-weight: bold;
}
#container .reserve_box .inner .main .left .plan .areaselect {
	width: 230px;
	margin: 0;
}
#container .reserve_box .inner .main .left .plan .areaselect select {
	width: 230px;
	height: 32px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 8px 0px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 12px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .reserve_box .inner .main .left .plan .areaselect select::-ms-expand {
  display: none;
}
#container .reserve_box .inner .main .left .plan .areaselect select:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .left .plan .date {
	width: 230px;
	margin: 0px 0px 8px 0px;
}
#container .reserve_box .inner .main .left .plan .date input[type="text"],
#container .reserve_box .inner .main .left .plan .date input[type="date"]{
	width: 115px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 5px 0px 30px;
	margin: 0 8px 0 0;
	background-image: url(/images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 16px;
}
#container .reserve_box .inner .main .left .plan .date input[type="text"]:focus,
#container .reserve_box .inner .main .left .plan .date input[type="date"]:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .left .plan .date select {
	width: 65px;
	height: 32px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 5px 0px 5px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 12px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .reserve_box .inner .main .left .plan .date select::-ms-expand {
  display: none;
}
#container .reserve_box .inner .main .left .plan .date select:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .left .button {
	display: inline-block;
	width: 250px;
	height: 34px;
	font-size: 14px;
	margin: 10px 0 3px 0;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	border: none;
	color: #000;
	line-height: 34px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	float: right;
}
#container .reserve_box .inner .main .left .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}
#container .reserve_box .inner .main .left .accordion .trigger {
	display: none !important;
}
#container .reserve_box .inner .main .left .accordion label {
	width: 230px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 10px;
	position: relative;
	display: block;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	cursor: pointer;
}
#container .reserve_box .inner .main .left .accordion label::after {
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#container .reserve_box .inner .main .left .accordion div {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}
#container .reserve_box .inner .main .left .accordion input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#container .reserve_box .inner .main .left .accordion input:checked ~ div {
	width: 234px;
	font-size: 12px;
	line-height: 24px;
	height: 28px;
	color: #333;
	padding: 6px 6px 0px 10px;
	border-bottom: 1px solid #CCC;
}
#container .reserve_box .inner .main .left .accordion .check {
	width: 17px;
	height: 17px;
	float: right;
}
#container .reserve_box .inner .main .left .accordion2 .trigger {
	display: none !important;
}
#container .reserve_box .inner .main .left .accordion2 label {
	width: 230px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 10px;
	position: relative;
	display: block;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	cursor: pointer;
}
#container .reserve_box .inner .main .left .accordion2 label::after {
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#container .reserve_box .inner .main .left .accordion2 div {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}
#container .reserve_box .inner .main .left .accordion2 input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#container .reserve_box .inner .main .left .accordion2 input:checked ~ div {
	width: 234px;
	font-size: 12px;
	line-height: 24px;
	height: 41px;
	color: #333;
	padding: 10px 6px 0px 10px;
	border-bottom: 1px solid #CCC;
}
#container .reserve_box .inner .main .left .accordion2 .companyselect select {
	width: 230px;
	height: 32px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 5px 0px 5px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 12px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .reserve_box .inner .main .left .accordion2 .companyselect select::-ms-expand {
  display: none;
}
#container .reserve_box .inner .main .left .accordion .companyselect select:focus {
	border: 1px solid #999;
	outline: 0;
}
/* Right Contents Sort */

#container .reserve_box .inner .main .right .sort_box {
	width:800px;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 10px;
}
#container .reserve_box .inner .main .right .sort_box .results {
	width:200px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	float: left;
	margin: 6px 0 0 0;
}
#container .reserve_box .inner .main .right .sort_box .results span {
	font-size: 20px;
}
#container .reserve_box .inner .main .right .sort_box .sort ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
	float: right;
}
#container .reserve_box .inner .main .right .sort_box .sort li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	float: right;
	width: 100px; 
	margin: 1px 0px;
	text-align: center;
	font-size: 11px;
	background-color: #fff;
	
}
#container .reserve_box .inner .main .right .sort_box .sort li:lang(en){ 
	width: 130px; 
}
#container .reserve_box .inner .main .right .sort_box .sort li a{
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #FEDB00;
	border-left: 1px solid #FEDB00;
	border-top: 1px solid #FEDB00;
	border-bottom: 1px solid #FEDB00;
}
#container .reserve_box .inner .main .right .sort_box .sort  li a:hover{
	background-color: #FEDB00;
	color: #FFFFFF;
}
#container .reserve_box .inner .main .right .sort_box .sort li:first-child {
	border-right: #FEDB00 1px solid;
}
#container .reserve_box .inner .main .right .sort_box .sort .on a,
#container .reserve_box .inner .main .right .sort_box .sort .on a:hover{
	background-color: #FEDB00;
	color: #fff;
}

/* Right Contents Seach Button */

#container .reserve_box .inner .main .right .spsearch_button{
	display: none;
}

/* Right Contents Plan */

#container .reserve_box .inner .main .right .plan_box{
	width:820px;
	float: right;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
#container .reserve_box .inner .main .right .plan_box:hover{
	background-color:#f5f5f5;
}
#container .reserve_box .inner .main .right .non-hoveraction:hover{
	background-color:#FFFFFF !important;
}
#container .reserve_box .inner .main .right .w1080  {
	width: 1080px !important;
}
#container .reserve_box .inner .main .right .w1040  {
	width: 1040px !important;
}
#container .reserve_box .inner .main .right .plan_box .plan_title{
	width:780px;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border-bottom: #CCC 1px solid;
}
#container .reserve_box .inner .main .right .plan_box .plan_title h3{
	width:40px;
	margin: 0 10px 0 0;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_title h4{
	width:630px;
	margin: 7px 0 0 0;
	font-size: 16px;
	line-height: 1.5em;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_title h4:lang(en){
	width:560px;
}
#container .reserve_box .inner .main .right .plan_box .plan_title .nosmoking{
	width:100px;
	margin: 5px 0 0 0;
	float: right;
}
#container .reserve_box .inner .main .right .plan_box .plan_title .nosmoking:lang(en){
	width:170px;
}
#container .reserve_box .inner .main .right .plan_box .plan_title .nosmoking img{
	margin: 0 5px 0 0;
	width: 26px;
}
#container .reserve_box .inner .main .right .plan_box .plan_title .nosmoking span{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .plan_box .photo{
	width:200px;
	margin: 0 10px 20px 20px;
	position: relative;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .photo .carimage{
	width:200px;
	height:140px;
	height: auto;
	position: absolute;
	z-index: 1;
}
#container .reserve_box .inner .main .right .plan_box .photo .carimage img{
	width:200px;
	height:140px;
}
#container .reserve_box .inner .main .right .plan_box .photo .discount {
	position: absolute;
	text-align: center;
	z-index: 999;
	width: 60px;
	height: 22px;
	padding: 4px 3px 0px 3px;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	background: #DD0000;
	left: -7px;
	top: 7px;
}
#container .reserve_box .inner .main .right .plan_box .photo .triangle {
	position: absolute;
	z-index: 999;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #EAAA00 transparent transparent;
	left: -7px;
	top: 33px;
}
#container .reserve_box .inner .main .right .plan_box .photo .discount .big {
	font-size: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, "sans-serif";
}
#container .reserve_box .inner .main .right .plan_box .plan_detail{
	width:560px;
	min-height:140px;
	margin: 0 20px 10px 0;
	float: right;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail h5{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail h6{
	margin: 10px 0;
	padding: 7px 0;
	font-size: 14px;
	font-weight: bold;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table tr {
	background: #FFF;
	border: 1px solid #ccc;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table th,
#container .reserve_box .inner .main .right .plan_box .plan_detail table td {
	font-size: 12px;
	padding: 6px 5px;
	border: 1px solid #ccc;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table th {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table img {
	width: 22px;
	margin: 0 5px 0 0;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail ul{
	margin: 0; 
	padding: 0; 
	width: 250px; 
	list-style: none;
	float: right;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li{ 
	padding: 2px 0; 
	float: left;
	width: 120px;
	margin: 0 0 5px 5px;
	text-align: center;
	font-size: 11px;
	background-color: #001871;
	color: #fff;
	display: table;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li:lang(en){ 
	padding: 1px 0; 
	font-size: 10px;
	height: 24px;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li:lang(ko){ 
	font-size: 10px;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li:lang(zh){ 
	font-size: 10px;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li.off { 
	background-color: #DDD;
	color: #fff;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail .options {
  display: table-cell;
  vertical-align: middle;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer{
	width:780px;
	margin: 0;
	padding: 15px 20px 18px 20px;
	background-color:rgba(0,0,0,0.05);
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price {
	width:530px;
	margin: 0;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .hour {
	margin: 5px 5px 2px 0;
	float: left;
	font-size: 11px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .proper {
	margin: 0 0 2px 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .discount {
	float: left;
	margin: 2px 10px 0 0;
	padding: 3px 5px;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	background: #DD0000;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .discount .big {
	font-size: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, "sans-serif";
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .special {
	float: left;
	margin: 0 10px 0 0;
	font-size: 18px;
	line-height: 18px;
	color: #DD0000;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .special .big {
	font-size: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, "sans-serif";
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .peach {
	float: left;
	margin: 3px 0 0 0;
	padding:5px 15px;
	font-size: 14px;
	line-height: 14px;
	color: #DD0000;
	text-align: center;
	font-weight: bold;
	background-color:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .peach:lang(en) {
	font-size: 10px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .peach:lang(ko) {
	font-size: 13px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .button {
	display: inline-block;
	width: 245px;
	height: 42px;
	margin: 7px 0 0 0;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	color: #000;
	line-height: 46px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	float: right;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}

/* Right Contents Input Box */

#container .reserve_box .inner .main .right .input_box{
	width:780px;
	float: right;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 20px;
}
#container .reserve_box .inner .main .right .input_box h3{
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .input_box h3 div {
	color: #000;
	margin: 0 10px 0 0;
	font-size: 11px;
	line-height: 11px;
	background-color: #FEDB00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 6px 0;
	width: 80px;
	float: left;
}
#container .reserve_box .inner .main .right .input_box h4  {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: normal;
}
#container .reserve_box .inner .main .right .input_box table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	float: left;
}
#container .reserve_box .inner .main .right .input_box table tr {
	background: #FFF;
	border: 1px solid #ccc;
}
#container .reserve_box .inner .main .right .input_box table th,
#container .reserve_box .inner .main .right .input_box table td {
	font-size: 12px;
	padding: 10px;
	border: 1px solid #ccc;
}
#container .reserve_box .inner .main .right .input_box table th {
	text-align: left;
	border: 1px solid #ccc;
	background-color: #eee;
	vertical-align: top;
	width: 200px;
}

#container .reserve_box .inner .main .right .input_box table .notice  {
	font-size: 11px;
	line-height: 1.4em;
	color: #999;
	padding: 10px 0 0 0;
}
#container .reserve_box .inner .main .right .input_box table .required  {
	color: #fff;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 11px;
	background-color: #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	width: 34px;
	padding: 3px 0;
	float: right;
}
#container .reserve_box .inner .main .right .input_box table .button {
	display: inline-block;
	width: 140px;
	height: 24px;
	font-size: 12px;
	cursor:pointer;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px; 
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #f5f5f5;
	border: #DDD 1px solid;
	border-radius: 4px;
	color: #999;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
	background-image: url(/images/search/img_icon_questionmark.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
#container .reserve_box .inner .main .right .input_box table .button:lang(en) {
	width: 180px;
}
#container .reserve_box .inner .main .right .input_box table .button:hover {
	background-color: #666;
	border: #666 1px solid;
	color: #fff;
	cursor:pointer;
}
#container .reserve_box .inner .main .right .input_box table .refreshbutton {
	display: inline-block;
	width: 160px;
	height: 24px;
	font-size: 12px;
	margin: 5px 0 10px 0;
	padding: 0 0 0 15px; 
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	outline: none;
	position: relative;
	background-color: #f5f5f5;
	border: #DDD 1px solid;
	border-radius: 4px;
	color: #FF0000;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
	background-image: url(/images/search/img_icon_refreshmark.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
#container .reserve_box .inner .main .right .input_box table .refreshbutton:hover {
	background-color: #FFCCCC;
	border: #FF0000 1px solid;
	cursor:pointer;
}
#container .reserve_box .inner .main .right .input_box select {
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 40px 0px 10px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px top 16px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .reserve_box .inner .main .right .input_box select::-ms-expand {
  display: none;
}
#container .reserve_box .inner .main .right .input_box select:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .right .input_box .date {
	width: 134px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px 0px 40px;
	background-image: url(/images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
#container .reserve_box .inner .main .right .input_box .date:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .right .input_box .textbox100  {
	width: 100px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px 0px 10px;
}
#container .reserve_box .inner .main .right .input_box .textbox300  {
	width: 300px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px 0px 10px;
}
#container .reserve_box .inner .main .right .input_box .flight_number {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .right .input_box .price  {
	font-size: 14px;
	line-height: 1.4em;
	width: 100px;
	float: right;
	font-weight: bold;
	text-align: right;
}
#container .reserve_box .inner .main .right .input_box .price_box  {
	margin: 0 0 5px 0;
}
#container .reserve_box .inner .main .right .input_box .price_box .inner  {
	width: 240px;
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
#container .reserve_box .inner .main .right .input_box .price_box .big  {
	width: 240px;
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #DD0000;
}
#container .reserve_box .inner .main .right .input_box .persons_box  {
	margin: 0 0 15px 0;
}
#container .reserve_box .inner .main .right .input_box .persons_box .number  {
	float: left;
	width: 70px;
	text-align: center;
	padding: 10px 0;
	margin: 0 20px 0 0;
	font-weight: bold;
	background: #AAA;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#container .reserve_box .inner .main .right .input_box .persons_box .persons  {
	float: left;
	width: 200px;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .input_box .persons_box .persons:lang(en)  {
	width: 210px;
}
#container .reserve_box .inner .main .right .input_box .childseat_box  {
	margin: 0;
	width: 400px;
	float: left;
}
#container .reserve_box .inner .main .right .input_box .childseat_box .inner  {
	margin: 0 0 15px 0;
	width: 400px;
}
#container .reserve_box .inner .main .right .input_box .childseat_box .inner .number  {
	float: left;
	width: 70px;
	text-align: center;
	padding: 10px 0;
	margin: 0 20px 0 0;
	font-weight: bold;
	background: #AAA;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#container .reserve_box .inner .main .right .input_box .childseat_box .inner .persons  {
	float: left;
	width: 100px;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .input_box table .childseat_price {
	display: inline-block;
	height: 16px;
	font-size: 12px;
	color:#999999;
	cursor:pointer;
	margin: 0;
	padding: 2px 0 0 18px; 
	text-align: left;
	background-image: url(/images/search/img_icon_pricemark.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#container .reserve_box .inner .main .right .estimate_box_title{
	display:none;
}
#container .reserve_box .inner .main .right .estimate_box{
	display:none;
}

/* Entry Button */

#container .reserve_box .inner .main .right .input_box .enterbtn  {
	font-size: 14px;
	line-height: 1.4em;
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
}
#container .reserve_box .inner .main .right .input_box .enterbtn p  {
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 15px 0 ;
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button {
	display: inline-block;
	width: 400px;
	height: 60px;
	font-size: 24px;
	margin: 0 0 3px 0;
	border: none;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	color: #000;
	line-height: 62px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button:lang(en) {
	width: 480px;
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button_back {
	display: inline-block;
	width: 200px;
	height: 60px;
	font-size: 20px;
	margin: 0 0 0 20px;
	border: none;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	line-height: 62px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #666;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button_back:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}

/* Complete Box */

#container .reserve_box .inner .main .comp_box {
	width:1080px;
	background-image:url(/images/search/img_complete_bg_skymark.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 100px 0;
}
#container .reserve_box .inner .main .comp_box .copy {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	margin: 0 auto 30px auto;
}
#container .reserve_box .inner .main .comp_box .number {
	margin: 0 auto 20px auto;
	width: 300px;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	vertical-align: middle;
}
#container .reserve_box .inner .main .comp_box .number span  {
	color: #fff;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 12px;
	background-color: #333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	padding: 4px 20px;
	vertical-align: middle;
}

#container .reserve_box .inner .main .comp_box .text  {
	font-size: 14px;
	padding: 20px 0 0 0;
	line-height: 1.8em;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Shop Information */

#container .shop_box{
	width:700px;
	background-color: #FFFFFF;
	margin: 20px;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
#container .shop_box .company_name{
	width:700px;
	margin: 0 0 30px 0;
}
#container .shop_box .company_name h3{
	width:40px;
	margin: 0 20px 0 0;
	float: left;
}
#container .shop_box .company_name h4{
	width:640px;
	margin: 7px 0 0 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	float: left;
}
#container .shop_box .shop{
	width:700px;
	margin: 0 0 30px 0;
	text-align: left;
}
#container .shop_box .shop h5{
	margin: 0 0 20px 0;
	padding: 7px 0;
	font-size: 14px;
	font-weight: bold;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
#container .shop_box .shop .shop_detail{
	width:700px;
	margin:0;
}
#container .shop_box .shop .shop_detail table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width:380px;
	float: left;
}
#container .shop_box .shop .shop_detail table tr {
	background: #FFF;
	border: 1px solid #ccc;
}
#container .shop_box .shop .shop_detail table th {
	font-size: 12px;
	padding: 6px 5px;
	border: 1px solid #ccc;
	width: 70px;
}
#container .shop_box .shop .shop_detail table td {
	font-size: 12px;
	padding: 6px 5px;
	border: 1px solid #ccc;
}
#container .shop_box .shop .shop_detail table th {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
}
#container .shop_box .shop .shop_detail .big {
	font-size: 18px;
	font-weight: bold;
}
#container .shop_box .shop .shop_detail .gmap {
	width: 300px;
	height: 200px;
	float: right
}

/* Top Main Visual */

#mainvisual {
	background-image: url(/images/search/img_mainvisual_skymark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 320px;
	text-align: center;
	margin: 0 auto;
}
#mainvisual .inner {
	width: 1100px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
#mainvisual .inner .titlebox {
	width: 660px;
	height: 100px;
	padding: 20px 20px 0 20px;
	background-color: rgba(0,0,0,0.6);
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	position: absolute;
	top: 200px;
	left: 400px;
}
#mainvisual .inner .titlebox h2 {
	width: 660px;
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
#mainvisual .inner .titlebox h2:lang(en) {
	letter-spacing: 0em;
}
#mainvisual .inner .titlebox h2:lang(ko) {
	letter-spacing: 0em;
}
#mainvisual .inner .titlebox h2:lang(zh) {
	letter-spacing: 0em;
}
#mainvisual .inner .titlebox h3 {
	width: 660px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

/* Top Best Price */

#container .bestprice {
	width: 1100px;
	margin: 40px auto 40px auto;}

#container .bestprice .title {
	width: 85px;
	height: 67px;
	padding: 22px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #FEDB00;
	position: relative;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	float: left;
}
#container .bestprice .title:lang(en) {
	height: 70px;
	padding: 19px 0px 0px 0px;
	line-height: 1.2em;
	font-size: 14px;
}
#container .bestprice .title:before {
	content:"";
	position: absolute;
	left: 100%;
	top: 38px;
	width: 13px;
	height: 13px;
	background-image: url(/images/common/img_bestprice_bg_skymark.png);
	background-repeat:no-repeat;
}
#container .bestprice .models {
	width: 1000px;
	float: right;
}
#container .bestprice .models li {
	width: 175px;
	padding: 20px 12px 0px 12px;
	border-right: #CCC 1px solid;
	float: left;
	list-style: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 110px 0px;
	background-size: 120px;
}

#container .bestprice .models .bodysize {
	width: 90px;
	line-height: 1em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 3px 0px;
	margin:  0px 0px 10px 0px;
	background-color: #555;
	color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#container .bestprice .models .bodysize:lang(en) {
	width: 100px;
	padding: 4px 0px 4px 0px;
	font-size: 9px;
}
#container .bestprice .models .campaign {
	line-height: 1em;
	font-size: 10px;
	font-weight: bold;
	margin:  0px 0px 12px 0px;
	color: #FEDB00;
	text-shadow: #ffffff 1px 1px 0px;
}
#container .bestprice .models .price {
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #FEDB00;
}
#container .bestprice .models .price .big {
	font-size: 33px;
	font-family: Arial, Helvetica, "sans-serif";
}

/* Top Area Search */

#container .areasearch {
	width: 1100px;
	margin: 0 auto 40px auto;
}
#container .areasearch h4 {
	font-size: 16px;
	line-height: 1em;
	margin: 0px 0px 15px 0px;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: #ddd 1px solid;
}
/*#container .areasearch h4.area{
	background-image: url(/images/search/img_midashi_icon_map_skymark.png);
}
#container .areasearch h4.airport{
	background-image: url(/images/search/img_midashi_icon_airport_skymark.png);
}
#container .areasearch h4.date{
	background-image: url(/images/search/img_midashi_icon_date_skymark.png);
}*/
#container .searchleft {
	width: 350px;
	margin: 0;
	padding: 0;
	float: left;
}
#container .searchleft .serchbox {
	width: 350px;
	height: 290px;
}
#container .searchleft .serchbox .areaselect {
	width: 350px;
	margin: 0px 0px 8px 0px;
}
#container .searchleft .serchbox .areaselect select {
	width: 350px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 8px 0px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px top 16px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .searchleft .serchbox .areaselect select::-ms-expand {
  display: none;
}
#container .searchleft .serchbox .areaselect select:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .searchleft .serchbox .date {
	width: 350px;
	margin: 0px 0px 8px 0px;
}
#container .searchleft .serchbox .date input[type="text"],
#container .searchleft .serchbox .date input[type="date"]{
	width: 184px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px 0px 40px;
	margin: 0px 8px 8px 0px;
	background-image: url(/images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
#container .searchleft .serchbox .date input[type="text"]:focus,
#container .searchleft .serchbox .date input[type="date"]:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .searchleft .serchbox .date select {
	width: 100px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px top 16px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .searchleft .serchbox .date select::-ms-expand {
  display: none;
}
#container .searchleft .serchbox .date select:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .searchleft .serchbox .button {
	display: inline-block;
	width: 350px;
	height: 46px;
	font-size: 20px;
	margin: 0 0 2px 0;
	border: none;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	color: #000;
	line-height: 48px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .searchleft .serchbox .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}
#container .searchleft .destinations {
	width: 360px;
}
#container .searchleft .destinations li {
	width: 170px;
	padding: 0;
	margin: 0px 10px 10px 0px;
	float: left;
	list-style: none;
}
#container .searchleft .destinations .button {
	display: inline-block;
	width: 167px;
	height: 31px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height: 1em;
	color: #fff;
	outline: none;
	position: relative;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	background-position: center center;
	background-color: #C8C8C8;
	border-left:#FEDB00 3px solid;
	display: table;
}
#container .searchleft .destinations .inner {
  display: table-cell;
  vertical-align: middle;
}
#container .searchleft .destinations a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#container .searchleft .destinations .button:lang(en) {
	font-size: 14px;
}

#container .searchright {
	width: 700px;
	margin: 0;
	padding: 0;
	float: right;
}
#container .searchright .map {
	width: 700px;
	margin: 0;
	padding: 0;
}

/* POP UP */

.search-pop-wrapper {
	position: fixed;
	right: 50px;
	bottom: -200px;
	border: solid 3px #FEDB00;
	border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.search-pop-box {
	width:260px;
	height:75px;
	position: relative;
}
.search-pop-msg,.search-pop-btn {
	position: absolute;
}
.search-pop-msg {
	top:15px;
	left: 15px;
	display: inline-block;
	color: #FEDB00;
	font-weight: bold;
}
.search-pop-btn{
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 30px;
	color: #FEDB00;
}
