/* =============================================================================
	両国ステイプラン CSS
============================================================================= */
@import url("../../css/base.css");
@import url("../../css/left_menu.css");
@import url("../_contents.css");

h4 {
	margin:10px 0;
	padding:0;
	height:auto;
	background-color:#fff;
	font-size:14px;
	color:#f00;
	/*\*/
	letter-spacing:1px;
	/**/
}

/* スーペリアツイン */
div.room {
	margin:0 0 5px 46px;
	padding:1px;
	border:1px #999 solid;
	width:394px;
}

/* 写真下テキスト */
#Main p.comment {
	margin:0 0 15px;
	padding:5px 0 5px 10px;
	width:478px;
	background-color:#fff;
	font-size:12px;
	font-weight:normal;
	/*\*/
	letter-spacing:1px;
	/**/
	border:1px solid #999;
}

/* コース */
div.plan {
	margin:0 0 15px;
	width:490px;
	background-color:#fff;
}

div.west,
div.east {
	width:224px;
	background-color:#fff;
}

div.west {
	float:left;
}

div.east {
	float:right;
}

div.west div.image,
div.east div.image {
	margin:0 0 10px;
	width:224px;
	background-color:#fff;
	text-align:center;
	font-size:11px;
	_font-size:9px;
	color:#999;
}

div.west div.image img,
div.east div.image img {
	margin:0 0 5px;
	padding:1px;
	border:1px #999 solid;
}

div.west table,
div.east table {
	width:224px;
}

div.west table th,
div.east table th {
	padding-top:3px;
	padding-bottom:3px;
	font-size:16px;
	border-top:2px solid #006551;
	border-bottom:1px solid #006551;
	background:#eee;
}

div.west table td,
div.east table td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	font-size:12px;
	line-height:18px;

}

div.west table td span,
div.east table td span {
	color:#000;
}

div.west table td.price,
div.east table td.price {
	padding:5px;
	border-bottom:2px solid #006551;
	line-height:18px;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}

div.west table td.price s,
div.east table td.price s {
	color:#f00;
}

div.west table td.price b,
div.east table td.price b {
	color:#f00;
	font-size:25px;
}

div.west table td.price_title,
div.east table td.price_title {
	padding:3px;
	background:#eee;
	border-top:1px dashed #006551;
	line-height:18px;
	font-size:12px;
	text-align:center;
}

div.west div.text,
div.east div.text {
	width:224px;
	background-color:#fff;
	line-height:16px;
}

div.west div.text b,
div.east div.text b {
	font-size:14px;
}

div.west div.text strong,
div.east div.text strong {
	margin:5px 0 0;
	display:block;
	width:220px;
	background-color:#fff;
	text-align:right;
	font-size:15px;
	line-height:26px;
}

div.west div.text strong b,
div.east div.text strong b {
	font-size:25px;
	color:#f00;
}

div.west div.text strong b span,
div.east div.text strong b span{
	font-size:14px;
	color:#f00;
}


/* 特典・周辺 */
div.special {
	margin:0 0 15px;
	padding:0;
	border:1px #006551 solid;
	width:488px;
	/*\*/
	letter-spacing:1px;
	/**/
}

div.special h5 {
	margin:10px 0 0 10px;
	padding:0;
	height:auto;
	text-align:left;
	color:#006551;
	font-size:16px;
	text-decoration:underline;
}

#Main div.special p {
	margin:0;
	padding:10px;
	font-size:14px;
}

#Main div.enjoy p {
	margin:0;
	padding:10px;
}

div.enjoy {
	margin:0 0 15px;
	border:1px #999 solid;
	width:488px;
	background-color:#fff;
	/*\*/
	letter-spacing:1px;
	/**/
}

div.enjoy h5 {
	margin:0;
	padding:4px 0;
	background-color:#eee;
	text-align:center;
	color:#000;
	font-size:16px;
	text-decoration:none;
}

div.enjoy {
	text-align:center;
}

/* バナー・お問い合わせ */
div.contact {
	width:490px;
	padding:1px;
	background-color:#fff;
}


div.contact a {
	margin:0 auto;
	display:block;
	border:1px #999 solid;
	width:220px;
	height:40px;
	background-color:#fff;
}

div.contact a:hover {
	border:1px #00f solid;
	width:220px;
	background-color:#fff;
}


#Main p.funk {
	margin:0 0 5px;
	padding:0;
	color:#999;
	width:490px;
	text-align:center;
	font-size:11px;
	_font-size:9px;
}

a#btn {
	display:block;
	margin:0 auto 10px;
	padding:5px 0 3px;
	width:400px;
	height:16px;
	background:#eef5ff;
	color:#00f;
	font-size:14px;
	line-hjeight:16px;
	text-align:center;
	border:1px solid #69f;
}

a#btn:hover {
	text-decoration:none;
	border:1px solid #00f;
	background:#def;
}

/* 10周年 */
.aniv {
	margin-bottom:10px;
	border:1px solid #f90;
	width:490px;
	background:#fff5db;
	font-weight:bold;
}

.aniv th,
.aniv td {
	padding:2px;
}

.aniv td {
	width:330px;
	padding-left:10px;
}

.aniv th {
	text-align:left;
	font-size:14px;
	line-height:18px;
	background:#fee8b0;
}

.aniv span.red {
	font-size:20px;
	color:#f00;
}

.aniv strong {
	padding-top:3px;
	display:block;
	font-size:14px;
	color:#000;
}

.aniv strong span {
	font-size:16px;
}
