@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

#container {
	text-align: left;
}

/* html {
	font-size: 100%;
} */
/* ---------------------------------------------------------
	CSS Document common > search
--------------------------------------------------------- */
 
.search {
	margin-bottom: 30px;
	padding: 10px;
	border: solid 3px #2269b7;
	font-size: 13px;
}

.search dl {
	margin-bottom: 8px;
}

.search .odd {
}

.search dt {
	margin-bottom: 8px;
	padding: 0 10px;
	height: 29px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #387fcd;
	text-shadow: 1px 1px 0 #387fcd;
	line-height: 32px;
	color: #fff;
}

.search dt.f_left {
	margin-bottom: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.search select {
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 18px 0 5px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff url(../img/i_down.png) no-repeat right;
	background-size: auto 5px;
	font-size: 13px;
	line-height: 1;
}

.search .w100 {
	width: 100%;
}

.search .w40 {
	width: 39%;
}

.search .w60 {
	width: 59%;
}

.search label {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 14px 0 5px;
	border: solid 1px #ddd;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	line-height: 32px;
}

.search input[type="checkbox"] {
	width: 18px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/i_xmark.png) no-repeat left;
	background-size: auto 16px;
	vertical-align: -2px;
}

.search input[type="checkbox"]:checked {
	background: url(../img/i_check.png) no-repeat left;
	background-size: auto 16px;
}

.search .submit {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #ff7e00;
	background: -moz-linear-gradient(top, #ffa500 0%, #ff7e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ff7e00));
}

.search input[type="submit"] {
	width: 100%;
	height: 40px;
	border: 0;
	background: url(../img/i_search.png) no-repeat 10px;
	background-size: auto 24px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ff7e00;
	font-size: 17px;
	line-height: 42px;
	color: #fff;
}

.search dd table,
.search dd tr {
	display: inline;
}

.search dd td {
	display: block;
	float:left;	
	-moz-appearance: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    padding: 0 14px 0 5px;
    vertical-align: top;
    margin-right: 5px;
}

.search dd td label {
	border: none;
	height: auto;
	background-color: transparent;
	padding: 0;
	margin: 0;
	
}

/* ---------------------------------------------------------
	CSS Document top > lowprice
--------------------------------------------------------- */

.lowprice {
	margin-bottom: 30px;
}

#container .lowprice h2 span {
	display: block;
	font-size: 13px;
}

.lowprice .inner {
	margin: 0 10px;
}

.lowprice .inner p {
	margin-bottom: 10px;
}

.lowprice .btn {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #c60c11;
	background: -moz-linear-gradient(top, #d81e23 0%, #c60c11 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#d81e23), to(#c60c11));
}

.lowprice .btn a {
	display: block;
	height: 40px;
	padding-left: 15px;
	background: url(/s/tour/common/img/i_tour.png) no-repeat 9px;
	background-size: auto 22px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #d81e23;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
}

.lowprice .btn a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 1px;
}

/* ---------------------------------------------------------
	CSS Document common > special
--------------------------------------------------------- */

.special {
	margin-bottom: 20px;
}

.special p {
	padding: 0 10px 10px;
}

.special p .w49 {
	width: 49%;
}

.special li {
	padding: 10px;
	border-top: solid 1px #ccc;
}

.special li a {
	display: block;
	padding-right: 20px;
	position: relative;
}

.special li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.special p.more {
	padding: 10px;
	border-top: solid 1px #ccc;
	text-align: right;
	font-size: 13px;
}

.special p.more a {
	display: inline-block;
	padding: 3px 11px 1px 6px;
	background: #2269b7 url(../img/i_right.png) no-repeat right;
	background-size: auto 26px;
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document sphone > slider menu
--------------------------------------------------------- */



/*.sidr.right {
	left:auto;
	right:-260px
}
.sidr.left {
	left:-260px;
	right:auto
}*/

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    top: 0;
    min-height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #dddddd;
    
    width: 260px;
    padding: 10px;


}

#sidr {
	display:none;
	height: 100%;
	background-color: #dddddd;
}

#sidr .ttlSlider {
	float:left;
	height: 44px;
	font-size: 130%;
	line-height: 34px;
	text-align: left;
	font-weight: normal;
}

#sidr .btnClose a {
	display: block;
	float:right;
	height: 24px;
	padding:5px 10px 5px 27px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: url(/s/common/img/btn_menu_close.png) no-repeat 7px 9px;
	background-size: 15px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999999;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
}

#sidr ul {
	clear: both;
}

#sidr ul:first-child {
	margin-top: 0;
}

#sidr ul li {
	clear: both;
}

#sidr ul li a {
	display: block;
	margin:1px 0 0;
	padding: 13px;
	color: #000000;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	background: url(/s/common/img/ico_arrow.png) no-repeat 95% 50% #ffffff;
	background-size: 10px 14px;
	overflow: hidden;
	}

#sidr ul li a:link,
#sidr ul li a:visited,
#sidr ul li a:hover,
#sidr ul li a:acrive {
	color: #000000;
	text-decoration: none;
}

#sidr ul li:first-child a {
	margin-top:0;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#sidr ul li:last-child a {
	margin-bottom: 15px;
	border-bottom-left-radius: 5px;
	-moz-border-bottomp-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#sidr ul li a span.oprcatch{
	font-size:11px;
}

#sidr .menu_onpara{
	margin:30px 0 0 0;
}
#sidr .menu_onpara p{
	padding:0 0 0 5px;
	font-size:12px;
}
#sidr .menu_onpara ul li a{
	padding:6px 13px 3px;
}
#sidr .menu_onpara ul li span{
	display:block;
	font-size:11px;
}

/* ---------------------------------------------------------
	CSS Document sphone > slider menu
--------------------------------------------------------- */
#tourFooterBtn .btnLink{
	padding:20px 0;
	font-weight:12px;
	color:#fff;
}

#tourFooterBtn .btnLink a{
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2.5em;
	text-align: center;
	text-decoration: none;
	color:#fff;
	background:url(/s/common/img/btn_links.png) 100% 100% no-repeat #fff;
	background-size:auto 100%;
	border-radius:5px;
	box-shadow:1px 2px 2px #ccc;
}