@charset "utf-8";
@import "../../css/banq.css";

/* 右側メインコンテンツ部分の設定 */
/* ------------------
 左ドロップダウンメニュー（プラン用）
------------------ */
.rsubmenuPlan {
	position: relative;
	top: -26px;
	left: 149px;
	visibility: hidden;
	width: 150px;
	background: #fff;
	background-image: none;
	border: 1px solid #d7a513 ;
}
* html .rsubmenuPlan {
	position: absolute;
	top: 270px;
	left: 258px;
}

.active2 .rsubmenuPlan a{
	background-image: none;
}/* 親背景の表示をやめる */

.rsubmenuPlan a:hover {
	display: block;
	text-decoration: none;
}

/* サブメニューの半透明処理
--------------------*/
.rsubmenuPlan {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}

/* ------------------
 banq_plan 設定
------------------ */

/* ------------------
 banq_plan2 設定
------------------ */
.banqPlanD .text {
	float: left;
	width: 440px;
	padding: 5px 0;
}/* 左側プラン説明 */

.banqPlanD .photo {
	float: left;
	width: 205px;
	padding: 5px 0;
	margin-right: 1px;
	text-align: right;
}/* 右側料理写真 */
.banqPlanD .photo img {
	width: auto;
	height: auto;
	padding: 2px;
	margin-bottom: 3px;
	border: 1px solid #d2cfcf;
	border-collapse: collapse;
}/* 右側料理写真 */


/*---▼ここから特典 ---*/
.banqPlanD .tokuten {
	margin-top: 5px;
}/* 特典 */

.banqPlanD .tokuten ul {
	padding-left: 18px;
}/* 特典リスト */
.banqPlanD .tokuten li {
	list-style-type: disc;
}

/*---▼料理ごとに枠表示 ---*/
.banqPlanD .menuCate {
	margin-bottom: 6px;
	width: 430px;
	border: 1px solid #d2cfcf;
}/* 料理外枠 */

.banqPlanD .menuCate .menuTitle {
	padding: 7px 5px;
	height: 20px;
	background: url(../../image/common/bg_yellow2.gif);
	color: #321702;
	vertical-align: middle;
}/* 料理プランのタイトル */

.banqPlanD .menuTitle h4 {
	display: inline;
	float: left;
	width: 240px;
}/* 料理プラン名 */

.banqPlanD .menuTitle .menuPrice {
}/* 料理プラン料金 */

.banqPlanD .menuList {
	padding: 5px;
}/* 料理内容 */

.banqPlanD .menuCate .menuList dt {
	float: left;
	width: 50px;
}

.banqPlanD .menuCate .menuList li {
	margin-left: 20px;
	list-style: disc;
}

/*---▼フリードリンク枠表示 ---*/
.banqPlanD .drinkCate {
	width: 430px;
	border: 1px solid #d2cfcf;
}/* 料理外枠 */

.banqPlanD .drinkCate .menuTitle {
	padding: 7px 5px 7px 5px;
	height: 18px;
	background: url(../../image/common/bg_pink.gif);
	color: #321702;
	vertical-align: middle;
}/* 料理プランのタイトル */

.banqPlanD .drinkCate .menuList dt {
	float: left;
	width: 120px;
}
.banqPlanD .drinkCate .menuList dd {
	padding-left: 120px;
}

/*---▼同窓会プラン・法要プラン ---*/
.banqPlanD .planDl dt {
	float: left;
	width: 200px;
}/* プランと料金を並べて表示 */

/*---▼お祝いプラン ---*/
.banqPlanD .menuDetail {
	padding: 5px;
}/*  */

.banqPlanD .menuDetail dl {
	margin: 5px 0 5px 0;
}/* 時間・人数・料金のリスト */
.banqPlanD .menuDetail dt {
	float: left;
	margin-bottom: 5px;
	padding-left: 20px;
	width: 70px;
	background-image: url(../../image/common/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
}/*  */
.banqPlanD .menuDetail dd {
	margin-bottom: 5px;
	padding-left: 90px;
}/* dlのmargin＋width */

.banqPlanD .menuDetail ul {
}/*  */
.banqPlanD .menuDetail li {
	list-style-type: disc;
}


/* ------------------
 banq_faci 設定
------------------ */
.banqFaci .photo {
	display: inline;
	float: right;
	width: 205px;
	padding: 5px 0;
	margin-right: 1px;
	text-align: right;
}/* 右側写真 */
.banqFaci .photo img {
	width: 200;
	padding: 2px;
	border: 1px solid #d2cfcf;
	border-collapse: collapse;
}/* 枠写真 */

.banqFaci .text{
	float: left;
	width: 430px;
	padding: 5px 0;
}/* 左側説明 */

.banqFaci .text li {
	float: left;
	width: 200px;
	text-align: center;
}


/* ------------------
 banq_price 設定
------------------ */
/* 宴会場料金表 */
.banqPrice table {
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #d2cfcf;
	border-collapse: collapse;
}
.banqPrice table th {
	padding: 5px;
	border: 1px solid #9c7b38; 
	border-collapse: collapse;
	background-image: url(../../image/common/bg_th.gif);
	color: #321702;
	font-weight: normal;
	text-align: center;
}
.banqPrice table td {
	padding: 5px;
	border: 1px solid #d2cfcf;
	border-collapse: collapse;
	text-align: right;
}

.banqPrice .cate {
	display: inline;
	float: left;
	margin-right: 5px;
	width: 320px;
}
.banqPrice .cate dt {
	float: left;
	margin: 0 0 5px 5px;
	width: 200px;
}/* その他料金表 */
.banqPrice .cate dd {
	margin-bottom: 5px;
	padding: 0 10px 5px 200px;
	border-bottom: dotted 1px #d2cfcf;
	text-align: right;
}/*  */


