﻿@charset "utf-8";

/* -----------------------------------------------
 * 望楼NOGUCHI登別
 * ご宿泊券のご案内 CSS
 *
 * Author     : sue
 * LastUpdate : 10/05/13
----------------------------------------------- */

.imgL {
	margin-bottom: 0;
}

/* ----------------------------------------------
 * ご宿泊券のご案内ページ専用基本枠
---------------------------------------------- */
#container {
	background: url("../img/mainBack.jpg") no-repeat;
}

	#container .imgList {
		margin: 15px 0;
	}
		#container .end {
			margin-right: 0;
		}

	#container h3 {
		margin-bottom: 24px;
	}

	#container #referenceArea li {
		padding-left: 1em;
		font-size: 10px;
		text-indent: -1em;
	}

	#container #ticket {
		text-align: center;
	}

/* ----------------------------------------------
 * ヘッドライン
---------------------------------------------- */
#headline {
	background: url("../img/pic_image01.jpg") no-repeat right top;
}

/* ----------------------------------------------
 * ご宿泊プラン
---------------------------------------------- */
.plans {
	margin-bottom: 24px;
	padding-bottom: 24px;
	text-align: center;
	background: url("../../common/img/line02.gif") no-repeat left bottom;
}

	.plans .posR {
		width: 280px;
	}
		.plans .posR h4 {
			margin-bottom: 10px;
		}
		.plans .posR p {
			line-height: 1.6;
		}

	.plans table {
		width: 100%;
		margin-top: 10px;
		border: 2px solid #3e3e3e;
	}
		.plans table th,
		.plans table td {
			padding: 4px;
			font-size: 14px;
			font-weight: normal;
			text-align: center;
			border: 1px solid #3e3e3e;
		}
	
		.plans table th {
			background: #111111;
		}

/* ----------------------------------------------
 * ボタン
---------------------------------------------- */
.ticketInquiry {
	width: 264px;
	margin: 25px auto 0;
	background: url("../img/bt_ticketInquiry_o.gif") no-repeat;
}

.ticketInquiry,
.ticketInquiry a,
.ticketInquiry a:hover {
	display: block;
}
.ticketInquiry a:hover {
	background: transparent;
}
	.ticketInquiry a:hover img {
		visibility: hidden;
	}

/* --------------------------
 * ジュニアスイート
--------------------------- */
#juniorSuite {
	padding-bottom: 0;
	background: none;
}

/* --------------------------
 * ご宿泊特典
-------------------------- */
#specials {
	margin-bottom: 30px;
}

/* --------------------------
 * ご宿泊券
-------------------------- */
#chart h4 {
	margin-bottom: 24px;
}
