@charset "euc-jp";


/*----------------------------------------
#tour_search 
#tour_select 
#departure
#arrive
#day
#people
#night
------------------------------------------*/


#tour_search_in dt{
	line-height: 3em;
}

#tour_search_in dd{
	padding: 8px 0;	
}




#tour_search_in {
	font-size: 13px;
	width: 478px;
	background: #DFDFDF;
	padding: 1px;
}

#tour_search_in #tour_select{


}
#tour_search_in #tour_select dl{
	overflow: hidden;
	zoom:1;
}
#tour_search_in #tour_select dt{
	width: 80px;
	float: left;
	background: #FFE1B2;
	padding-left: 10px;
	margin-right: 5px;
}

#tour_search_in #tour_select #departure{
	/*width: 50%;
	float:left;*/
	background: #FFF6EA;
	border-bottom: 1px solid #ccc;
}

#tour_search_in #tour_select #arrive{
	/*width: 50%;
	float:left;*/
	background: #FFF6EA;
	border-bottom: 1px solid #ccc;
}

#tour_search_in #tour_select #day{
	clear: left;
	background: #FFF6EA;
	border-bottom: 1px solid #ccc;
	float:left;
	width: 100%;
}

#tour_search_in #tour_select #people{
	/*width: 50%;
	float:left;*/
	clear: left;
	background: #FFF6EA;
	border-bottom: 1px solid #ccc;
}

#tour_search_in #tour_select #night{
	/*width: 50%;
	float:left;*/
	background: #FFF6EA;
	border-bottom: 1px solid #ccc;
}

#tour_search_in #tour_select .sousin{
	clear: left;
	text-align: center;
	padding: 10px 0 ;
	background: #FFF6EA;

}

#tour_search_in #tour_select .sousin input{
	background: url(../images/search_btn.gif) no-repeat;
	border: 0;
	width:132px;
	height: 26px;
	cursor:pointer;
	
}