@charset "utf-8";

@import url("http://www.mwt.co.jp/kokunai/chubu/css/common.css");

select, textarea, {
margin: 0;
padding: 0;
font-size: 12px;
}

.searchBox {
width: 100%;
}
.searchBox .inner {
width: 100%;
/*border-right: 1px solid #abc0ca;
border-bottom: 1px solid #abc0ca;
border-left: 1px solid #abc0ca;*/
background: url(top_box.png) repeat-y;
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
overflow: hidden;
}
.searchBox .inner .terms {
padding: 10px 0 0 10px;
overflow: hidden;
position: relative;
}
.searchBox .inner .terms dl {
margin-right:10px;
float: left;
}

.searchBox .inner .terms dt {
clear: left;
padding-top: 5px;
font-size: 11px;
_font-size: 77%;
float: left;
color: #294688;
}

.searchBox .inner .terms dd {
margin: 0 0 7px 50px;
text-align: left;
}
.searchBox .inner .terms dd.btn { margin-left :15px; }
.searchBox .inner .terms dl.option dd { margin: 0 0 3px 50px; }

.searchBox .inner .terms .smt { position: absolute; top:30px; right:10px; }
.searchBox .inner .scode {
clear: left;
width: 96%;
border: 1px dotted #b9dff1;
margin: 5px 2% 10px;
padding: 5px 0;
background-color: #eef7fc;
}



.searchBox .inner .scode dl{ width: 100%; padding-left: 5px; }
.searchBox .inner .scode dt {
float: left;
margin: 7px 7px 0 0;
font-size: 11px;
color: #294688;
}
.searchBox .inner .scode dd { text-align: left; }
.searchBox .inner .scode input { color: #aaa; padding: 1px 2px; }
.searchBox .inner .scode input.code1 { width: 30px; margin-top:3px; }
.searchBox .inner .scode input.code2 { width: 50px; }
.searchBox .inner .scode input.code3 { width: 70px; margin-right:7px; }



/*extra*/
select#depAir,
select#cal{
	width:155px;
}

/*--------------------------------------------
	480px以下（スマホ）
---------------------------------------------*/
@media screen and (max-width: 480px)  {
.searchBox .inner .terms dl {
    float: none;
	margin:0;
}
select#depAir,
select#cal,
select#term,
select#pax,
select#ca {
    width: 95%;
	padding:1%;
}

.searchBox .inner .terms dd.btn {
	margin:0;
	padding:5px 0;
	text-align:center;
}
.searchBox .inner .scode dl {
    width: 100%;
    padding-left: 0;
}
.searchBox .inner .scode dd {
	margin:0;
	padding:5px 0;
	text-align:center;
}	
	
	
	
}