@charset "UTF-8";

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

 main

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

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

#reservationForm
{
	width: 175px;
	padding: 0;
	height: auto;
	margin: 0px;
	background-image: url(/hirosaki/stay/img/common/reserve_back01.gif);
	background-repeat: repeat-y;
}
#reservationForm #setBgBottom
{
	width: 160px;
	padding: 0;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}

#reservationForm #setBgBottom div.cell {
	width: 160px;
	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;
}
#reservationForm #setBgBottom div.cell2 {
	width: 160px;
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding: 0px;
}
#reservationForm #setserchBottom {
	width: 175px;
	height: 64px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/hirosaki/stay/img/common/reserve02.gif);
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#reservationForm #setserchBottom input {
	border:0;
}

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

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

/* ========== mobile QR code ========== */

ul#mobileSerch
{
	margin-bottom: 5px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 10px;
}
ul#mobileSerch  li 
{
	margin-bottom: 6px;

}

/* ========== Corprate Login ========== */

ul#corpLogin
{
	margin-bottom: 5px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
ul#corpLogin  li 
{
	margin-bottom: 2px;

}

/* ========== member admission ========== */

ul#admission
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
	padding-bottom: 25px;
	width: 175px;
}
ul#admission   li 
{
	margin-bottom: 3px;
}

ul#notice{
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	background-image: url(/notice/image/caution02.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	padding: 5px 20px 5px 32px;
}

ul#notice li a{
	background-repeat: no-repeat;
	font-size: 8pt;
	text-decoration: underline;
	color: #CC0000;
	padding: 0px;
}
ul#notice li a:link{
	background-repeat: no-repeat;
	font-size: 8pt;
	text-decoration: underline;
	color: #CC0000;
	padding: 0px;
}

ul#notice li a:hover{
	background-repeat: no-repeat;
	font-size: 8pt;
	text-decoration: underline;
	color: #FF6600;
	background-color: #f0f0f0;
	padding: 0px;
}
ul#notice span{
	font-size: 7pt;
}

