@charset "utf-8";

/* hotel CSS
----------------------------------------*/
/*--- section-bgImage ---*/
#staying .section-bg {
	background-image: url(../images/section_bg/bg_01.jpg);
	background-position: 400px 80px;
}
#stay .section-bg {
	background-image: url(../images/section_bg/bg_02.jpg);
	background-position: 0 80px;
}
.leadSentence h3 span {
	font-size:16px;
	font-weight:bold;
	color: #c00;
}
/*--- leadSentence ---*/
#staying .leadSentence {
	width:500px;
}

/*--- leadMenu ---*/
#staying .leadMenu .data {
	width: 500px
}

/*--- column ---*/
#staying .leadMenu .column,
#stay .leadMenu .column {
	width: 560px;
}
#staying .leadMenu .column .data,
#stay .leadMenu .column .data {
	width: 280px;
}
#staylist {
	line-height:1.8;
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}
#staylist li span {
	font-weight:bold;
	color:#c00;
}