/* *****************************************************************************
	ランチバイキング CSS
***************************************************************************** */
@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

/* -------------------------------------------------------------------
	基本要素
------------------------------------------------------------------- */
div.image {
	margin:0 0 10px;
	width:490px;
	text-align:center;
	font-size:10px;
	_font-size:9px;
	color:#999;
}

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

div.box {
	margin:0 0 20px;
	padding:10px;
	border:2px #ccc solid;
	width:466px;
	background-color:#f9f9f9;
}

div.box div.text {
	width:200px;
	float:left;
	line-height:16px;
}

div.box table.lv_price {
	border-collapse:collapse;
	width:250px;
	float:right;
}

div.box table.lv_price th {
	white-space:nowrap;
}

div.box table.lv_price td {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	letter-spacing:1px;
	text-align:right;
}

div.box table.lv_price td b {
	font-size:12px;
}

div.box table.lv_price .title td {
	font-weight:normal;
	font-size:12px;
	text-align:right;
	white-space:nowrap;
}

div.box table.lv_price .title th {
	font-weight:normal;
	font-size:12px;
	text-align:center;
}

/* テキスト */
#Main p.remark {
	margin:2px 0 0;
	text-align:center;
}

#Main p.price {
	margin:3px 0;
	font-size:16px;
	font-weight:bold;
}

/* -------------------------------------------------------------------
	朝食バイキング
------------------------------------------------------------------- */
#morning {
	margin:0 0 20px;
	padding:0 0 3px;
	border:1px #F00 solid;
	width:488px;
	height:90px;
	background-color:#FFF;
	text-align:center;
}

#morning h5 {
	margin:0 0 5px;
	padding:5px 0;
	border-bottom:1px solid #d00;
	background-color:#fcc;
	width:488px;
	font-size:14px;
	text-align: center;
	line-height:16px;
	letter-spacing:1px;
}

/* -------------------------------------------------------------------
	クラス会プラン
------------------------------------------------------------------- */
#classkai {
	margin-bottom:20px;
	padding:0 0 10px;
	width:488px;
	height:auto;
	background:#fff;
	border:1px #eb9d34 solid;
	text-align:center;
}

#classkai h5 {
	margin:0 0 5px;
	padding:5px 0;
	border-bottom:1px #eb9d34 solid;
	width:488px;
	background-color:#ffd9a5;
	font-size:14px;
	line-height:16px;
	text-align:center;
	letter-spacing:1px;
}

#classkai span.small {
	font-size:12px;
}

