﻿@charset "utf-8";

/* -----------------------------------------------
 * ホテルパコグループ
 * 北見 CSS
----------------------------------------------- */

/********** 複数のhtmlファイルで使用している記述 **********/

/* guestroom.html、facilities.htmlの薄茶背景に白抜き文字の項目タイトル部分 */
#mainarea h3 {
	margin: 20px 0;
	padding: 5px 0;
	text-indent: 0.5em;
	color: #ffffff;
	font-size: 16px;
	background: #AB9070;
}

/* restaurant.htmlの「お問い合わせ・ご予約」「営業時間」「話題沸騰中！！！」のタイトル部分
　 access.htmlの「住所・お問い合わせ」「アクセス」のタイトル部分 */
#mainarea dl dt {
	margin-bottom: 5px;
}
/* restaurant.htmlの「お問い合わせ・ご予約」「営業時間」「話題沸騰中！！！」の内容部分
　 access.htmlの「住所・お問い合わせ」「アクセス」の内容部分 */
#mainarea dl dd {
	margin: 0 0 10px 15px;
	margin-left: 15px;
}

/* facilities.htmlの写真部分
　 restaurant.htmlの施設・料理写真部分 */
#mainarea .imgList {
	margin: 10px 0;
}
/* 上記の各写真 */
	#mainarea .imgList li {
		float: left;
		margin-right: 10px;
	}
		/* 各写真のうち右端のもの */
		#mainarea .imgList li.end {
			margin-right: 0;
		}

/********** トップ（index.html） **********/
/* オリジナルサイトへのバナー部分 */
#originalSite {
	margin: 0 0 15px 7px;
}

/********** レストラン（restaurant.html） **********/
/* 囲み枠部分（2か所） */
#restaurant .detail {
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #776348;
	background: #ffffff;
}
	/* 「北美月」囲み枠内の文字部分 */
	#restaurant .detail p {
		color: #776348;
	}
	/* 囲み枠内のロゴ・写真 */
	#restaurant .detail .imgL {
		margin: 0 10px 0 0;
	}

/* 「北美月」店内写真エリア */
#restaurant .restaurantDetail {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #776348;
}

/********** 施設（facilities.html） **********/
/* ホテル施設詳細部分 */
#facilities .posL {
	width: 280px;
	margin-right: 10px;
}
	/* ホテル施設の詳細リスト */
	#facilities .posL ul {
		margin: 0 0 15px;
	}
		/* ホテル施設の詳細リスト各項目 */
		#facilities .posL ul li {
			margin-left: 20px;
			list-style-type: disc;
		}
/* 詳細部分右の写真 */
#facilities .posR p {
	margin-bottom: 10px;
}

/********** アクセス（access.html） **********/
/* グーグルマップ表示部分 */
#access #map {
	width: 600px;
	height: 300px;
	margin: 0 0 20px;
	background:#FFFFFF;
}

/* 「（航空機時刻により…」 */
#access dd span {
	color: #4B3E8C;
	font-size: 80%;
}

/* 「天候や時期等により…」 */
.referenceMark {
	font-size: 80%;
}

/* 駐車場ご利用のお客様へ */
.commentBox {
	margin-top: 20px;
	padding: 10px;
	font-size: 80%;
	border: 1px solid #999999;
}

/********** 客室（guestroom.html） **********/
/* 客室イメージ部分 */
#change_image {
	margin:15px 0;
}
	/* 客室イメージ（大きな画像） */
	#change_image p {
		margin:3px 0 0 0;
		font-size:80%;
	}
	/* 客室イメージ（大きな画像） */
	#change_image #view {
		width:600px;
		height:300px;
		margin:0 0 5px 0;
		}
	/* 客室イメージ（サムネイル表示部分） */
	ul #thumbs {
		margin:0;
		}
		/* 客室イメージ（各サムネイル画像） */
		 #thumbs li {
			margin:0 3px 0 0;
			float:left;
			list-style:none;
		}
		/* 客室イメージ（右端のサムネイル画像） */
		 #thumbs li.end {
			margin:0;
			float:left;
			list-style:none;
		}
	/* 「▲」 */
	#change_image span {
		color:#990000;
	}

/* 料金表 */
#mainarea table {
	margin: 10px 0;
	border: 1px solid #AB9070;
}
	/* 料金表の各セル */
	#mainarea table th,
	#mainarea table td {
		padding: 6px;
		border: 1px solid #AB9070;
	}
	/* 料金表の色つきセル */
	#mainarea table th {
		background: #E3E1A3;
	}
		/* 料金表の色つきセル（ヘッダ行） */
		#mainarea table thead th {
			text-align: center;
		}
		/* 料金表の料金部分 */
		#mainarea table td {
			text-align: center;
			background: #ffffff;
		}

/* 「※禁煙ルームも…」 */
.guestroom_comment {
	font-size:80%;
}
