@charset "utf-8";
@import "../../css/rest.css";

/* 右側メインコンテンツ部分の設定 */
/* ------------------
 レストラン店舗 設定
------------------ */
/* ▼各店舗別タイトル▼ */
.titleR {
	margin: 3px 0 15px 0px;
	padding: 0.5em;
	color: #181e5c;
	border-left: solid 0.5em #181e5c;
	border-bottom: solid 1px #181e5c;
}

#headInfo .info {
	padding: 4px;
	background-image: url(../image/rest/bg_info.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}/* 店内アナウンス（レストランTOP・朝食用） */

#headInfo .info_l {
	padding: 4px;
	background-image: url(../image/rest/bg_info_l.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}/* 店内アナウンス（ランチ用） */

#headInfo .info_d {
	padding: 4px;
	background-image: url(../image/rest/bg_info_d.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}/* 店内アナウンス（ ディナー用）*/


/* ------------------
 レストランメニュー
------------------ */
.rest .menu {
	padding: 5px 0;
	height: 140px;
	border-bottom: 1px solid #d2cfcf;
}
.rest dt {
}
.rest .menu dd {
	border-bottom: none;
}
