@charset "utf-8";
/* ===================================================================
CSS information

 file name  :stay.css
 author     :Ability Consultant
style info  :過ごし方ページ用設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* con_stay
----------------------------------------------------------- */
#stay .con_stay {
	width: 710px;
	margin: 0 auto 20px auto;
	background: url(../stay/images/bg_stay_txt.gif) no-repeat 0 6px;
	overflow: hidden;
}

#stay .con_stay h3 {
	margin: 0 0 10px 0;
}

#stay .con_stay .txt_stay {
	width: 380px;
	float: left;
}

#stay .con_stay .txt_stay .first {
	margin: 0 0 1px 0;
	padding: 5px 0 5px 10px;
	border-left: 6px #a85251 solid;
}

#stay .con_stay .txt_stay .next {
	margin: 0 0 1px 0;
	padding: 20px 0 5px 10px;
	border-left: 6px #a85251 solid;
}

/* 共通 */
#stay .con_stay .txt_stay .list_stay {
	margin: 0 0 10px 0;
}

#stay .con_stay .txt_stay .list_stay h4 {
	margin: 0 0 10px 0;
}
#stay .con_stay .txt_stay .list_stay p {
	padding: 0 10px 0 20px;
}

#stay .con_stay .txt_stay .list_stay .bt {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	background: url(../images/ic_allow.gif) no-repeat left center;
}

/* 就寝 */
#stay .con_stay .txt_stay .photo_night {
	margin: 0 0 1px 0;
}
	
/* 写真 */
#stay .con_stay .photo {
	width: 300px;
	background: url(../stay/images/bg_stay_photo.gif) no-repeat 0 0 #fffdfd;
	float: right;
}

#stay .con_stay .photo p.photo01 {
	margin: 0 0 10px 0;
}

#stay .con_stay .photo p.photo05 {
	margin: 0 0 160px 0;
}



/* 個別・間隔指定 */
#stay #stay01 {
	margin: 0 0 60px 0;
}

#stay #stay02 {
	margin: 0 0 40px 0;
}

#stay #stay03 {
	margin: 0 0 60px 0;
}

#stay #stay04 {
	margin: 0 0 30px 0;
}

#stay #stay05 {
	margin: 0 0 60px 0;
}

#stay #stay06 {
	margin: 0 0 80px 0;
}

#stay #stay07 {
	margin: 0 0 60px 0;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

/* 就寝 */
* html #stay .con_stay .txt_stay .photo_night {
	margin: 0 0 1px 0;
	padding: 0 0 0 12px;
}
