<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */

/*スーパーホテル：キャンペーンページ使用スタイル*/

*{
	margin:0;
	padding:0;
	text-align:left;
	line-height:120%;
}

img{
	border:none;
}

.at{
	font-size:smaller;
	text-align:right;
	margin-bottom:3px;
	}

/*セル背景色設定*/
.bg_pink{
	background-color:#FFEEEE;
}

.bg_gray{
	background-color:#EEEEEE;
}



/*フォント設定*/
.s_price{
	color:#FF6666;
	font-weight:bold;
}

.font_blue{
	font-size:16px;
	font-weight:bold;
	color:#003399;
}

.blue_l{
	color:#003399;
	font-size:16px !important;
	font-weight:bold;
}


/*ヘッダ*/
#special_head td{
	border:none;
	padding:0px;
}


/*キャンペーンコンテンツ全体設定*/
div#special{
	width:720px;
	margin-left:20px;
}

#special p,td,th,li{
	font-size:12px;
}

#special ul{
	list-style-type:disc;
	margin:0px 20px 20px 40px;
}

#special li{
	margin-bottom:5px;
}

#special div{
	margin-bottom:10px;
}

#special p{
	margin:5px 0px 10px 0px ;
}


/*特別キャンペーンタイトル画像*/
table#titleimg td{
	border:none;
}


/*プラン表示テーブル*/
table.special_table{
	width:720px;
	border:none;
}

.special_table td{
	border:none;
}

td.special_left{
	width:480px;
	padding-right:5px;
	vertical-align:top;
}

td.special_right{
	width:240px;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
}


/*プランタイトル*/
td#plan_title{
	width:720px;
	height:72px;
	padding:25px 20px 0px 80px;
	background:url(../img_hotelinfo/img_campaign/plan_titlebg.gif) top left no-repeat;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}


/*プラン料金案内テーブル*/
table.price{
	width:460px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
}

.price td{
	padding-top:8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
	
}


/*プラン写真掲載テーブル*/
table.plan_photo{
	width:240px;
	margin:0px;
	padding:0px;
}

.plan_photo td{
	width:240px;
	text-align:center;
}


/*ページトップへ戻る*/
p.pagetop{
	width:720px;
	font-size:11px;
	text-align:right;
}

.pagetop a{
	color:#000000;
	text-decoration:none;
}


/*丈夫青破線インフォエリア*/
.other_info{
	elevation:720px;
	padding-top:5px;
	border-top:1px dotted #003399;
}


/*電話番号アイコン付き表示*/
.tel{
	color:#003399;
	font-size:18px;
	font-weight:bold;
	padding-left:26px;
	height:18px;
	background:url(../img_hotelinfo/img_campaign/tel_icon.gif) top left no-repeat;
}


/*電話番号青枠*/
.bluebox{
	width:300px;
	padding:5px;
	text-align:center;
	border:1px solid #003399;
}

.bluebox p{
	text-align:center;
}


/*注意事項*/
table.attention{
	width:720px;
	margin-bottom:10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
}

.attention th,td{
	padding:5px 20px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
	text-align:left;

}


/*予約・問い合わせ*/
.re_co td{
	border:none;
	margin-bottom:10px;
}

td#re{
	width:340px;
}

td#co{
	width:380px;
}

table.contact{
	width:380px;
	height:70px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
}

.contact th,td{
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
	vertical-align:middle;
}

.contact th{
	width:100px;
	text-align:center;
}

td.contact_right {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:center;
}

td.contact_right p,span{
	text-align:center;
}


/*フッタ*/
.foot td{
	border:none;
	text-align:center;
	color:#666666;
	font-size:11px;
}

/*その他個別指定*/
.leftspace1{
	padding-left:40px;
	text-align:left;
}

.text_right{
text-align:right;
}

/*END*/
</pre></body></html>