@charset "utf-8";

/*【ゲストルームページのみに使用するスタイル設定となります。】*/

/* ########################################################

■ゲストルームページ専用設定--------------------
id=facilities ----- 設備リスト表示箇所の設定
id=reserve ----- 設備リスト下部の予約リンク箇所の設定
-------------------------------------------

カラー--------------------------------------
メインイメージカラー
テキスト（灰色）#333333
ポイントカラー（緑）#669900
ロールオーバー
フッター背景色（灰色）#eeeeee
コンテンツ背景#ffffff
------------------------------------------

######################################################### */




/*========================================================*/
/*ゲストルームページページ専用設定*/
/*========================================================*/




/*---------------------------------------------------------
  id=facilities
--------------------------------------------------------- */
#contents table.facilities{
	margin: 15px auto;
	padding: 0;
	border: 0;
	background: #FBF9EA;
}

#contents table.facilities td{
	width: 300px;
	margin: 0;
	padding: 0;
	border: 0;
		vertical-align: top;
}




/*---------------------------------------------------------
  id=reserve
--------------------------------------------------------- */
#contents p.reserve{
	margin: 0 25px;
	padding: 0;
	border: 0;
	text-align:center;
}

#contents p.reserve a{
	display: block;
	margin: 0;
	padding: 10px 0;
	/*border: solid 5px #CCCC66;*/
	border: solid 5px #cccccc;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 123.1%;
	line-height: 100%;
	color: #000000;
	font-weight: bold;
}

#contents p.reserve a:hover{
	border: solid 5px #669900;
		color:  #000000;
	text-decoration: none;
}

#contents p.red{
	margin: 0 25px;
	padding: 0;
	font-size: 77%;
	color: #ff3300;
		text-align:right;
	line-height: 100%;
}




#contents p.attention{
	font-size: 77%;
	margin: 10px 25px;
	line-height: 120%;
	color:#666666;
}

#contents p.attention span.green{
	color: #669900;
}


#contents p span.attention-put{
	font-size: 150%;
	vertical-align:-0.2em;
	color:#666666;
}

#contents p span.attention-put a{
	color:#666666;
	text-decoration: none;
}