/* *****************************************************************************
	ご宴会プラン CSS
***************************************************************************** */
@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

/* 10周年記念 */
.aniv  {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #f90;
	width:490px;
}

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

.aniv td {
	padding:2px 10px;
	background:#fff5db;
}

/* 画像 */
div.image {
	margin:0 0 15px;
	width:490px;
	font-size:10px;
	_font-size:9px;
	color:#999;
	text-align:center;
}

div.image img {
	margin:0 0 5px;
	padding:1px;
	border:1px solid #8a7000;
}

/* 見出し */
h4 {
	font-size:16px;
	background-color:#900;
	color:#fff;
}

/* 宴会プラン */
div.cose {
	margin:0;
	width:240px;
}

div.cose_l {
	float:left;
}

div.cose_r {
	float:right;
}

div.cose table {
	margin-bottom:5px;
	border-bottom:2px #900 solid;
	border-collapse:collapse;
	width:240px;
}

div.cose table th,
div.cose table td {
	padding:5px 0;
	border-bottom:1px #c66 dashed;
	text-align:right;
}

div.cose table th {
	font-size:14px;
	width:120px;
	color:#600;
}

div.cose table td {
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
}

div.cose table .head td {
	font-size:12px;
	font-weight:normal;
}

div.cose table .noborder th,
div.cose table .noborder td {
	border-bottom:none;
}

#Main div.cose p {
	margin:0;
	text-align:right;
}

/* 飲み放題プラン */
div.drink {
	margin:0;
	width:220px;
	float:right;
}

div.drink h4 {
	font-size:14px;
	background-color:#a33;
}

div.drink table {
	margin-bottom:5px;
	border-bottom:2px #900 solid;
	border-collapse:collapse;
	width:220px;
}

div.drink table th,
div.drink table td {
	padding:5px 0;
	border-bottom:1px #c66 dashed;
	vertical-align:top;
}

div.drink table th {
	padding-right:20px;
	color:#600;
	font-size:16px;
	text-align:right;
}

div.drink table td {
	width:140px;
	font-size:12px;
	line-height:18px;
	padding-bottom:14px;
}

div.drink table .noborder th,
div.drink table .noborder td {
	border-bottom:none;
}

#Main div.drink p {
	margin:0;
	text-align:right;
}

/*コース・飲み放題セット*/

.all h4 {
	margin-bottom:10px;
}

.plan {
	float:left;
	margin:0 10px 10px 0;
	width:238px;
	height:87px;
	border:1px solid #900;
}

.right {
	margin:0 0 10px 0;
}

.plan h5 {
	position:relative;
	margin:0;
	background:#fdd;
	color:#900;
	font-size:16px;
	padding:3px 5px;
}

#Main .plan h5 span {
	display:block;
	position:absolute;
	top:4px;
	right:3px;
	background:#fff;
	padding:2px;
	font-size:10px;
	_font-size:9px;
	font-weight:normal;
	width:55px;
	height:12px;
	line-height:12px;
	text-align:center;
}

.plan p {
	padding:0;
	margin:0;
}

.plan p.text1 {
	font-size:14px;
	text-align:center;
	margin:0 7px;
	padding:3px 0;
	border-bottom:1px dashed #900;
}

#Main .plan p.text2 {
	padding:3px 10px;
	font-size:10px;
	_font-size:9px;
	line-height:14px;
}

