.gNaviWrap-more{
	background-color: #FFF;
}

.sbcontents{
	clear: both;
	display: none;
	border-top: 1px solid #ddd;
	padding: 1em 0;
}

.sbcontents ul li{
	/*margin: 1em 0;*/
	/*padding: 1em 0;*/
}

.sb_title{
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	background-color: #333;
	color: #FFF;
}
.main_tour_cont{
	width: 92%;
	margin: 0 auto;
}
#set_departure, .set_area, .set_country, .set_city, #set_min_days, #set_min_date, #set_min_date2, #set_type1a, #set_breakfast, #set_carrier, #set_htlcls1, #set_htlcode1, #set_tourcode, #set_keyword{
	width: 100%!important;
	padding: 0.7em;
	font-size: 1em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 0 0 0.4em 0;
	background-color: #EAF3FA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}
#set_min_price, #set_max_price{
	width: 41%;
	float: left;
	padding: 0.7em;
	font-size: 1em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 0 0 0.4em 0;
	background-color: #EAF3FA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}
.mid-txt{
	padding: 0.7em 1em;
}

#find_domebrand, #find_departure, #find_pcode, #find_date_type, #find_carrier{
	margin-bottom: -0.5em;
}
#find_domebrand input, #find_departure input, #find_pcode input, #find_date_type input, #find_carrier input{
	display: none;
}
.sbcontents label{
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.7em;
	float: left;
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sbcontents label.checked{
	color: #ffffff;
	background: #6666ff;
}

#set_send{
	width: 85%;
	margin: 1em auto;
	padding: 0.7em 0;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	box-sizing: border-box;
	background-color: #666;
	border-radius: 3px;
	box-shadow: 0px 2px 1px #000;
	font-weight: bold;
}
#set_reset_btn{
	width: 85%;
	margin: 1em auto;
	padding: 0.7em 0;
	text-align: center;
	font-size: 0.9em;
	color: #666;
	box-sizing: border-box;
	font-weight: bold;
}
.set_reset_btn{
	width: 85%;
	margin: 0 auto;
	padding: 0.7em 0;
	text-align: center;
	font-size: 1.0em;
	color: #666;
	box-sizing: border-box;
	font-weight: bold;
}
.search-close-btn{
	display: block;
	text-align: center;
	padding: 0.8em 2em;
	color: #FFF;
	font-weight: bold;
	background-color: #004BB0;
	/*margin: 0 auto;*/
}


select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border: 1px solid #666;
	background-color: #EEE;
	margin: 0.35em 0;
	cursor: pointer;
	font-size: 1em;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}
#set_min_date, #set_max_date{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	width: 41%!important;
	float: left;
	padding: 0.7em;
	font-size: 1em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 0 0 0.4em 0;
	background-color: #EAF3FA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}

.search-footer{
	background-color: #FFF597;
	padding: 0 0 0.3em; 
	border-top: 1px solid #ddd;
}


.loading{
	width: 90%;
	margin: 0.7em auto 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 180%;
	color: #004BB0;
}