@charset "utf-8";
/* ===================================================================
CSS information

 file name  :stay.css
 author     :Ability Consultant
 style info :TOPページで用いるスタイルを記述。
=================================================================== */

#header {
	background: url(../stay/images/main.jpg) center top no-repeat #000;
}


/*----------------------------------------
	#stay
	過ごし方ページ用
----------------------------------------*/

#stay .con_stay {
    padding: 0 0 18px;
}
#stay .con_stay h3 {
    padding: 0 0 18px;
}


/*----- .con_btn ------*/
#stay .con_stay .con_btn {
	overflow: hidden;
}
#stay .con_stay .con_btn p {
	float: left;
	padding: 0 10px 0 0;
}


/*----- .con_plan ------*/
#stay .con_stay .con_plan h4 {
    padding: 35px 0 0;
}
#stay .con_stay .con_plan h5 {
    background: url("../stay/images/icon_maru.gif") no-repeat scroll 5px 5px transparent;
    border-bottom: 2px solid #92A381;
    color: #FFFFFF;
    font-size: 120%;
    margin: 18px 0 15px;
    padding: 0 0 5px 25px;
}
#stay .con_stay .con_plan .box_plan {
    background: url("../stay/images/bg_washi.gif");
    border: 5px solid #3E4C30;
    width: 704px;
    overflow: hidden;
    padding: 25px 0;
    margin: 0 0 15px;
}
#stay .con_stay .con_plan .box_plan p.photo_time {
	float: left;
	padding: 0 35px 0 0;
}
#stay .con_stay .con_plan .box_plan .photo_left {
	float: left;
}
#stay .con_stay .con_plan p.stay_pagetop {
	text-align: right;
}

/*----- .txt_plan------*/
#stay .con_stay .con_plan .box_plan .txt_plan {
	float: left;
	width: 420px;
}
#stay .con_stay .con_plan .box_plan .txt_plan .txt {
	padding: 10px 0;
}
/*----- .txt_plan2------*/
#stay .con_stay .con_plan .box_plan .txt_plan2 {
	overflow: hidden;
}
#stay .con_stay .con_plan .box_plan .txt_plan2 .txt {
	float: left;
	width: 230px;
	padding: 10px 0 0 20px;
}
#stay .con_stay .con_plan .box_plan .txt_plan2 .photo_bottom {
	float: left;
	margin: 20px 0 0;
}
/*----- .txt_plan3------*/
#stay .con_stay .con_plan .box_plan .txt_plan3 .txt_top {
	overflow: hidden;
	padding: 0 0 20px;
}
#stay .con_stay .con_plan .box_plan .txt_plan3 .txt_top .txt {
	float: left;
	width: 230px;
	padding: 10px 20px 0 0;
}
#stay .con_stay .con_plan .box_plan .txt_plan3 .txt_bottom {
	overflow: hidden;
}
#stay .con_stay .con_plan .box_plan .txt_plan3 .txt_bottom .txt2 {
	float: left;
	width: 230px;
	padding: 10px 0 0 20px;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #stay .con_stay .con_btn p {
	margin: 0 0 35px;
}
* html #stay .con_stay .con_plan .box_plan .txt_plan3 .txt_top {
	zoom:1;
}
