/* ito added Yado search */
/*--- MTL KAZ
html {
	background: #FFF;
	width: 660px;
}
---*/
.YadoSearchBody {
	background: #FFF;
/*	font-family: font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; */	/* MTL KAZ: revised as follows */
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;	/* MTL KAZ */
	font-size: 15px;
	width: 660px;	/* MTL KAZ: was 656px */
	padding: 10px;	/* MTL KAZ: was 12px */
}
#f {	/* MTL KAZ */
	margin: 3px auto auto 0px;
}
.input1 {	/* MTL KAZ */
	margin-bottom: 6px;
}
.stayday, .staydays, .count, .roomcount, .budget, .meal {
	border-bottom: 1px solid #ccc;	/* MTL KAZ: was dotted #999 */
	float: left;
	font-size: 12px;	/* MTL KAZ */
	line-height: 19px;	/* MTL KAZ */
/*	width: 328px; */	/* MTL KAZ */
	padding: 8px 0;	/* MTL KAZ: was 10px 0 */
}
.stayday, .staydays {	/* MTL KAZ */
	border-top: 1px solid #ccc;
}
.stayday, .count, .budget {	/* MTL KAZ */
	width: 331px;
	margin-left: 35px;
	padding-left: 5px;
}
.staydays, .roomcount, .meal {	/* MTL KAZ */
	width: 262px;
	padding-right: 5px;
}
.roomcondition {
	clear: both;
	border-bottom: 1px solid #ccc;	/* MTL KAZ: was dotted #999 */
	width: 593px;	/* MTL KAZ */
	font-size: 12px;	/* MTL KAZ */
	line-height: 12px;	/* MTL KAZ */
	margin-left: 35px;
	margin-bottom: 10px;
	padding: 11px 5px;	/* MTL KAZ: was 10px 0 */
}
.roomcondition br {	/* MTL KAZ */
	display: none;
}
select {	/* MTL KAZ */
	margin: 0 7px 0 8px;
}
input[type=checkbox] {	/* MTL KAZ */
	margin: 0 7px 0 8px;
	padding: 0;
}
em {
	color: #008080;
	font-style: normal;
/*	margin-right: 16px; */	/* MTL KAZ */
}
.submitgo {	/* MTL KAZ */
	position: relative;
	overflow: hidden;
}
.submitgo p {
	float: left;	/* MTL KAZ */
	color: #9c0065;
	font-size: 11px;	/* MTL KAZ: was 14px */
	line-height: 14px;	/* MTL KAZ */
	margin-left: 6px;	/* MTL KAZ */
}
#SearchGo {
	border: none;	/* MTL KAZ */
	background: url(../images/yado/search_button.gif);
	float: right;	/* MTL KAZ */
	width: 153px;
	height: 27px;
	display: block;
	margin: 10px 0 10px 20px;
	right: 21px;	/* MTL KAZ: was left: 460px */
	position: relative;
}
#SearchGo:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
/*--- MTL KAZ
	left: 461px
	top: 1px;
	position: relative;
---*/
}
#resetSearch {
	border: none;	/* MTL KAZ */
	background: url(../images/yado/search_close_btn.gif);	/* MTL KAZ */
	display: block;
	float: right;	/* MTL KAZ */
	width: 153px;	/* MTL KAZ */
	height: 27px;	/* MTL KAZ */
	margin: 0 0 10px 20px;
	right: 21px;	/* MTL KAZ: was left: 460px */
	position: relative;
}
#resetSearch:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* 検索結果 */
#result {	/* MTL KAZ */
	line-height: 1.333;
}
h4.navi2 {	/* MTL KAZ */
	clear: both;
	color: #008080;	/* MTL KAZ */
	font-size: 16px;	/* MTL KAZ */
	margin: 10px 6px;	/* MTL KAZ */
}
.sarchafter {
	padding: 8px 5px;	/* MTL KAZ: was 6px */
	border-top: 1px dashed #999;	/* MTL KAZ: was border-bottom */
	list-style-type: none;
	overflow: hidden;
	margin: 0 20px 0 35px;	/* MTL KAZ */
}
.sarchafter:after {
	clear: both;
	block: 1;
	font-size: 0;
}
.photo {
	width: 120px;
	float: left;
/*	height: 100px;
	line-height: 120px; */	/* MTL KAZ */
}
.YadoName a {
/*	font-size: 20px; */	/* MTL KAZ */
	font-weight: bold;
	color: #008080;
}
.red {
	color: #9c0065;
/*	font-size: 18px; */	/* MTL KAZ */
	font-weight: bold;
}


/* =Responsive Structure
----------------------------------------------- */
@media only screen and (max-device-width: 680px) {
/* MTL KAZ: When the device width is not wide enough, use one-column style */
	.YadoSearchBody {
		width: auto;
	}
	.stayday, .staydays, .count, .roomcount, .budget, .meal {
		float: none;
		padding: 8px 5px;
	}
	.staydays {
		border-top: none;
	}
	.stayday, .count, .budget {
		width: auto;
	}
	.staydays, .roomcount, .meal {
		width: auto;
		margin-left: 35px;
	}
	.stayday em {
		margin-right: 42px !important;
	}
	.roomcondition {
		width: auto;
		line-height: 1.6;
	}
	.roomcondition br {
		display: inline;
	}
	.roomcondition input:nth-child(5) {
		margin-left: 102px;
	}
/* MTL KAZ: Also, hide the reset button, since the page is directly opened */
	#resetSearch {
		display: none;
	}
}
