@charset "utf-8";
/* ===================================================================
CSS information

 file name  :plan.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*ページタイトル*/
/*#plan h2{
	width: 720px;
	height: 55px;
	margin: 25px 0;
	text-indent:-9999px;
	background: url(../plan/images/title.gif) left top no-repeat;
}*/

#plan h2.main_title{
	width: 720px;
	height: 55px;
	margin: 25px 0;
	text-indent:-9999px;
	background: url(../plan/images/title.gif) left top no-repeat;
}

/*メインメニューオン表示*/
#plan ul#gnav li.nav_plan a{
	background: url(../images/gnav.jpg) -800px -65px;;
}

/*メインコピー*/
#plan p.copy_main{
	width: 720px;
	height: 15px;
	margin: 0 0 30px;
	text-indent: -9999px;
	background: url(../plan/images/main_copy.gif) left top no-repeat;
}


/* 空室検索
----------------------------------------------------------- */
#plan #cont_searchform{
	width: 548px;
	margin: 0 auto 50px auto;
	padding: 20px;
	border: 1px solid #a49c8f;
	background: url(../plan/images/bg_searchform.jpg) left top repeat;
	clear: both;
}

#plan #cont_searchform h3{
	width: 405px;
	height: 20px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../plan/images/st_search.gif) left top no-repeat;
}

/*ご宿泊日*/
#plan #cont_searchform .incont_date{
	width: 230px;
	margin: 0 0 20px;
	letter-spacing: 0;
	float: left;
}

#plan .incont_date p.sst_date{
	width: 70px;
	height: 15px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(../plan/images/sst_date.gif) left top no-repeat;
}

#plan .incont_date p.tips{
	width: 182px;
	height: 139px;
	margin: 20px 0 0;
	text-indent: -9999px;
	background: url(../plan/images/img_tips.gif) left top no-repeat;
}


/*部屋タイプ*/
#plan #cont_searchform .incont_roomtype{
	width: 300px;
	margin: 0 0 20px;
	line-height: 1em;
	float: left;
}

#plan .incont_roomtype p.sst_roomtype{
	width: 85px;
	height: 15px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(../plan/images/sst_roomtype.gif) left top no-repeat;
}

#plan #cont_searchform .roomtype{
	margin: 0 0 10px;
}

#plan #cont_searchform .roomtype input{
	margin: 0 5px 0 0;
}

/*ボタン：空室検索*/
#plan #cont_searchform form .bt_submit{
	width: 538px;
	padding: 20px 0 0;
	text-align: center;
	clear: both;
	background: url(../plan/images/line.gif) center top no-repeat;
}

#plan #cont_searchform form input.button{
	border:1px solid #7a756c;
	background: #FFF;
	font-size: 100%;
	color: #c04800;
}


/* 特典
----------------------------------------------------------- */
#plan #cont_benefits{
	width: 720px;
	margin: 0 0 50px;
	clear: both;
}

#plan #cont_benefits h3{
	width: 720px;
	height: 30px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../plan/images/st_benefits.gif) left top no-repeat;
}

#plan #cont_benefits span{
	margin: 0 30px 0 0;
}


/* 客室紹介
----------------------------------------------------------- */
#plan #cont_rooms{
	width: 720px;
	margin: 0 0 10px;
	clear: both;
	overflow: hidden;
}

#plan #cont_rooms h3{
	width: 720px;
	height: 30px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../plan/images/st_room.gif) left top no-repeat;
}

#plan #cont_rooms .room{
	width: 345px;
	margin: 0 0 40px;
	float: left;
}

#plan #cont_rooms .margin{
	margin: 0 30px 40px 0;
}

#plan #cont_rooms .room .roomimg{
	margin: 0 20px 0 0;
	float: left;
}

#plan #cont_rooms .room .roomname{
	margin: 0 0 15px;
}

#plan #cont_rooms .room .bt_roomdetail a{
	width: 160px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url( ../plan/images/bt_roomdetail.gif) left top no-repeat;
}

#plan #cont_rooms .room .bt_roomplan a{
	width: 160px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url( ../plan/images/bt_roomplan.gif) left top no-repeat;
}


/* 日帰りプランのご案内
----------------------------------------------------------- */
#plan #cont_dayplan{
	width: 720px;
	margin: 0 0 50px;
	clear: both;
	overflow: hidden;
}

#plan #cont_dayplan h3{
	width: 720px;
	height: 30px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../plan/images/st_dayplan.gif) left top no-repeat;
}

#plan #cont_dayplan p.photo{
	margin: 0 30px 0 0;
	float: left;
}

#plan #cont_dayplan .incont{
	width: 375px;
	float: left;
}

#plan #cont_dayplan h4{
	width: 375px;
	height: 35px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../plan/images/copy_dayplan.gif) left top no-repeat;
}

#plan #cont_dayplan .text{
	margin: 0 0 20px;
}

#plan #cont_dayplan .bt_reserve_dayplan a{
	width: 250px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url( ../plan/images/bt_reserve_dayplan.gif) left top no-repeat;
}

/* 下部コメント
----------------------------------------------------------- */
#plan p.text_foot{
	margin: 0 0 50px;
}


/* -----------------------------------------------------------
	検索結果ページ
----------------------------------------------------------- */
#plan #cont_result{
	width: 720px;
	margin: 0 0 10px;
	clear: both;
}

#plan #cont_result h3{
	width: 720px;
	height: 30px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../plan/images/st_search_result.gif) left top no-repeat;
}

#plan #cont_result .text{
	margin: 0 0 20px;
}

/* 検索結果表示
------------------------------------------*/
#plan #cont_result .result{
	width: 720px;
	margin: 0 0 30px;
	clear: both;
	overflow: hidden;
}

#plan #cont_result .result .roomimg{
	margin: 0 20px 0 0;
	float: left;
}

#plan #cont_result .incont{
	width: 220px;
	float: left;
}

#plan #cont_result .incont .roomname{
	margin: 0 0 15px 0;
}

#plan #cont_result .result ul{
	margin: 0 0 15px;
}

#plan #cont_result .result ul li{
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../plan/images/ico_planlist.gif) left 7px no-repeat;
}

/*その他のプランはこちら*/
#plan #cont_result .result .bt_otherplan a{
	width: 181px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url( ../plan/images/bt_otherplan.gif) left top no-repeat;
}

/*残室数テーブル*/
#plan #cont_result table{
	width: 200px;
	float: left;
	margin: 1px 0 0 0;
}

#plan #cont_result table th{
	text-align: center;
	font-weight: normal;
	background: url(../plan/images/bg_searchform.jpg) left top repeat;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


