@charset "UTF-8";

@import url("com_stay.css");

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

 "stay" index.html
 2008.3.9
 
 Color Cordination
 Key Color: #15252e(Dark Indigo)

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

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

 contents

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

/* ========== container ========== */

div.main div.container
{
	margin: 0 0 20px;
}

/* ========== recommend plan ========== */

#recommendPlan ul.pickup
{
	margin: 10px;
}
#recommendPlan ul.pickup li
{
	padding: 2px 0;
	background: url(../../img/common/dotted_line.gif) repeat-x left bottom;
}
	* html #recommendPlan ul.pickup li
	{
		width: 395px;
	}
	
#recommendPlan ul.pickup li a
{
	display: block;
	padding-left: 18px;
	background: url(../../img/common/arrow_r.gif) no-repeat 0.4em 0.6em;
}
#recommendPlan ul.pickup li a:hover
{
	background: #ab9830 url(../../img/common/arrow_r.gif) no-repeat 0 0.6em;
	color: #fff;
	text-decoration: none;
}


/* --------------
i love hirosaki
-----------------*/

#recommendPlan ul.pickup li.image_link a{
	display: block;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#recommendPlan ul.pickup li.image_link a:hover{
	display: block;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}


/* --------------
reservationIndex
-----------------*/

/* ========== 日付からプラン検索 ========== */

#reservationIndex
{
	width: 414px;
	padding: 0;
	height: auto;
	margin: 0px;
	background-image: url(/hirosaki/stay/img/index/form_bak01.gif);
	background-repeat: repeat-y;
}
#reservationIndex #setIndexBgBottom
{
	width: 205px;
	padding: 0 0 0 20px;
	height: auto;
	text-align: center;
	display: block;
	float: left;
	margin: 0px;
}

#reservationIndex #setIndexBgBottom2
{
	width: 180px;
	padding: 0;
	height: auto;
	text-align: center;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#reservationIndex #setIndexBgBottom div.cell {
	width: 205px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4a555d;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-align: left;
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4a555d;
}
#reservationIndex #setIndexBgBottom div.cell2 {
	width: 205px;
	height: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4a555d;
	text-align: left;
	display: block;
}
#reservationIndex #setIndexBgBottom2 div.cell {
	width: 180px;
	height: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#reservationIndex #setserchIndexBottom {
	width: 414px;
	height: 49px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/hirosaki/stay/img/index/form_bottom01.gif);
	text-align: center;
	display: block;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
}
#reservationIndex #setserchIndexBottom input {
	border:0;
}

/* ========== その他検索サイトへ ========== */

#calenderIndexSercgh
{
	width: 414px;
	height: 90px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/hirosaki/stay/img/index/form_bottom02.gif);
}

#calenderIndexSercgh h3#type1{
	width: 206px;
	height: 37px;
	padding: 0;
	float: left;
	margin-top: 41px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#calenderIndexSercgh h3#type2{
	width: 125px;
	height: 65px;
	padding: 0;
	float: right;
	margin-top: 12px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#otherIndexSercgh
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
ul#otherIndexSercgh  li 
{
	margin-bottom: 7px;
}

ul#cancelIndexSercgh
{
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 25px;
	margin-left: 0px;
	width: 111px;
	float: right;
}

/* ========== room feature ========== */

#roomFeature table.features
{
	width: 395px;
	margin: 10px 10px 0;
	empty-cells: hide;
}
#roomFeature table.features td
{
	width: 25%;
	padding: 7px 5px;
	border: 1px solid #e8e2c5;
	background: #f2eacd url(../img/index/bg_item.gif) repeat-x left top;
	text-align: center;
}
#roomFeature table.features td span.supplement
{
	font-size: 84%;
	line-height: 1em;
}
#roomFeature table.features td.empty
{
	border: 0;
	background: none;
}

