@charset "utf-8";

/*スマホリセット
*****************************/
#AllSearch{
	padding: 5px 15px;
	background: #FFF;
	box-sizing: border-box;
}
#form1,
#form2,
#form,
#nform{
	padding: 5px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}

.search-box-table tr{
}

.search-box-table td {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.search-box {
	background: #FFF;
	box-sizing: border-box;
	font-size: 0.8em;
	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-ttl {
	display: block;
	width: 100%;
	background-color: #7A6242;
	color: #FFF;
	box-sizing: border-box;
	padding: 0.5em 0;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 1.3em;
}
.set_add_btn{
	padding: 5px 20px 5px;
	display: block;
	
	text-align: right;
	background-color: #EEE;
	color: #666;
	cursor: pointer;
}
.set_add_btn a{
	text-decoration: underline;
	transition:all 0.4s ease;
}
.set_add_btn a:hover{
	text-decoration: none;
	transition:all 0.4s ease;
}
#set_add,
#set_add2,
#set_add3{
	font-size: 0.8em;
	box-sizing: border-box;
}
#set_add img,
#set_add2 img,
#set_add3 img{
	margin-left: 3%;
	width: 15px!important;
	height: 15px!important;
}
#moreForm,
#moreForm2,
#moreForm3{
	display: none;
	padding-top:2%;
}
.tour_clear_btn{
	width: 80%;
	margin: 0.5em auto;
	text-align: center;
	display: block;
	color: #333;
	text-decoration: underline;
	padding: 0.8em 1em 0.2em;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
#op_min_date,
#dstAirLeaveDtPos,
#dstAirArriveDtPos,
#alternateSfrom,
#alternateSto,
#CheckInDate,
#CheckOutDate{
	width: 140px;
}
#set_min_date_cal,
#set_min_date_cal1,
#set_min_date_cal2,
#set_min_date_cal3,
#set_min_date_cal4{
	vertical-align: middle;
	cursor: pointer;
}
#set_carrier{
	width: 125px!important;
}
.room-section{
	width: 90%;
	padding: 10px 0 0 15px;
}
.search-table-hosoku{
	margin: 2px 0;
}
.ast{color: red;}
.send-btn-wrap{
	margin-top: 20px;
    margin-bottom: 10px;
	padding-top: 15px;
}
#serchBoxFit .max-date .ui-selectmenu-button,
#serchBoxAir .max-date .ui-selectmenu-button,
#serchBoxTour .min-date .ui-selectmenu-button,
#serchBoxTour .carrier-box .ui-selectmenu-button,
#serchBoxTour .htlcode1_box .ui-selectmenu-button,
#serchBoxnTour .min-date .ui-selectmenu-button,
#serchBoxnTour .carrier-box .ui-selectmenu-button,
#serchBoxnTour .htlcode1_box .ui-selectmenu-button{
	width: 90%!important;
	max-width: 90%;
}

.dateArea	label{
	cursor: pointer;
/*	display: inline-block;
	position: relative;
*/}

.dateArea	label:after{
	vertical-align: middle;
	content: '';
	background:url(../img/calendar.png) no-repeat center center/contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.room-select{
	position: relative;
}
#roomWindow{
	position: absolute;
	top: 26px;
	left: 160px;
	border: 3px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	-webkit-box-shadow: 0px 0px 1px #aaa;
	z-index: 100;
}
#roomWindow select{
	margin-left: 10px;
	box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	-webkit-box-shadow: 0px 0px 1px #aaa;
}
#roomWindow p{
	padding: 5px 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.room-window-ttl{
	width: 100%;
	background-color: #333;
	color: #FFF;
	padding: 5px 10px;
	margin: 0;
	line-height: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.room-window{
	float: left;
	border-right: 1px solid #333;
}
.room-window:last-child{
	border-right: none;
}

#roomSelect{
	padding: 10px 0;
}
#roomSelect .room-box{
	height: 130px;
	text-align: left;
	list-style: none;
	float: left;
	background-color: #FFF;
	border: 0px solid #eee;
	margin-right: 5px;
	padding: 5px 10px 0;
	width: 158px;
	position: relative;
	box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	-webkit-box-shadow: 0px 0px 1px #aaa;
}
#roomSelect .room-box ul{
	list-style: none;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #eee;
	border-top: 1px dotted #eee;
}
#roomSelect .room-box li{
	list-style: none;
	margin-bottom: 4px;
}

#roomSelect .room-box-ttl{
	padding: 1px 5px;
	font-weight: bold;
	margin: 0;
}

#roomSelect .room-ttl{
	background-color: #EEE;
	padding: 1px 5px;
}
#roomSelect .room-ttl{
	font-size: 10px;
}

#roomSelect01 select,
#roomSelect02 select,
#roomSelect03 select{
	 /* -webkit-appearance:none; */  
	-moz-appearance:none; 
	appearance:none;  
	 border-radius: 2px; 
	 /* border: none; */ 
	 border: 1px solid #CCC;
}

#roomSelect .room-box-btn{
	display: block;
	width: 100%;
	clear: both;
}

.room-btn{
	width: 100%;
	display: table;
	font-size: 10px;
	margin:  5px 0;
	color: #FFF;
	text-align: center;
}
.room-btn-edit{
	width: 50%;
	background-color: #555;
	display: table-cell;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.room-btn-clear{
	width: 50%;
	background-color: #999;
	color: #FFF;
	display: table-cell;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.room-overlay{
	width: 100%;
	height:100%;
	background-color: #F3F3F3;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0;
	padding: 40% 0 0;
	opacity: 0.9;
	text-align: center;
	box-sizing: border-box;
}
.room-overlay-btn{
	background-color: #333;
	padding: 2px 10px;
	color: #FFF;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#form2 .member-list > span{
	display: inline-block;
	position: relative;
	border-radius: 3px;
	border: 1px solid #CCC;
}	

#form2 select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border: none;
    padding-right: 2em;
	padding-right: 2px\9; /* IE10以下 */
    position: relative;
    z-index: 1;
    background: inherit;
    font-size: 0.95em;
    padding-left: 0;
}
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop,#form2 select{
	padding-right:2px;} /* IE11 */
}
#form2 .member-list > span > span{
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    top: 50%;
	width: 15px;
	height: 10px;
	background-image: url("../img/ui/ui-icons_222222_256x240.png");	
	background-position: -64px -16px;
	z-index: 0;
}





