@charset "UTF-8";

/* -- レストラン ---------------------------------------- */
#mainbox table {
	margin-bottom: 1em;
}

/* -- セルの線消し ---- */
#mainbox .bordernone {
	border: none;
}


/* -- レストラン：タイトル ---------------------------------------- */
.rest_title {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	/* 春バージョン */
	background: #DECCAC;
	/* 冬バージョン
	background:#f0f0f0;
	*/
	margin-top: 0;
	border-bottom: 1px solid #633;
	border-left: 1px solid #633;
}
.rest_title strong {
	font-family: "ＭＳ Ｐゴシック","Osaka－等幅", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", sans-serif;
	background-color: #FFF;
	padding: 1px 10px;
	margin-right: 10px;
	border-left: 5px solid #AB8478;
}

/* -- レストラン紹介 ------ */
.restbox {}
.restbox .title,
.restbox .image {
	text-align: center;
	margin: 0;
}

.menubox {
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
}
.menubox th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
}
.menubox td {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
}
.menubox img {
	margin-left: 10px;
}


/* -- おすすめの逸品 -- */
.dish {
	font-size: 0.9em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
.dish_price {
	text-align: right;
}
.dish th {
	text-align: left;
}
.dish_title {
	/* 春バージョン */
	background: #DECCAC;
	/* 冬バージョン
	background:#f0f0f0;
	*/
	padding: 10px 20px;
	margin-bottom: 10px;
}
.dish_title h3 {
	color: #FFF;
	font-size: 1.1em;
	background: #C33;
	padding: 3px 0 3px 10px;
	margin: 0 0 5px 0;
	border-left: 5px solid #633;
}
.dish_title dfn {
	font-style: normal;
	margin-left: 2em;
}
.dish_title p {
	color: #000;
	margin: 0;
}

.dish-mini {
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
}
.dish-mini th,
.dish-mini td {
	width: 117px;
	text-align: center;
}


/* -- 逸品 -- */
#rest_ippin td {
	vertical-align:top;
}



/* -- 地産地消夕食メニュー -- */
.chisandinner {}

/* -- こんな方へ -- */
.chisankonna {}
.chisankonna h3 {
	color:#a02323;
}
.chisankonna ul {
	list-style:none;
	margin:0;
	padding:0;
}
.chisankonna li {
	margin-left:1em;
	font-weight:bold;
}
.chisan-copy {
	font-size:1em;
	margin-bottom:0;
	padding-bottom:0;
}
/* -- 和食 -- */
.chisanwashoku {
	color:#a02323;
}
.chisanwashokuprice {
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
}
.chisanwashokumenu {
	background:#f7f0de;
	padding:5px;
	vertical-align:top;
}
.chisanwashokumenu dl {
	margin:0;
	padding:0;
	line-height:1.2;
	font-size:.9em;
}
.chisanwashokumenu dt {}
.chisanwashokumenu dd {
	margin:-1.2em 0 .5em 3.2em;
	padding:0;
}
/* -- 洋食 -- */
.chisanyoshoku {
	color:#e61744;
}
.chisanyoshokuprice {
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
}
/* -- 共通メニュ -- */
.chisan-kyotu {
	background:#f7e6de;
}
.chisan-kyotu td {
	vertical-align:top;
}
.chisan-kyotu h3 {
	font-size:.9em;
	color:#fff;
	background:#EB9AA4;
	text-align:center;
	margin:0;
	padding:0;
}
.chisan-kyotu p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:.8em;
	color:#ca2323;
}
.chisan-kyotu p span {
	color:#ed8668;
}


/* -- 注意 -- */
.chisan-tyui {
	border:1px solid #d30052;
	padding:5px 10px;
	font-size:.8em;
}




/* -- 別注料理 ----------------------------------------- */
.bechu {}
.bechu_title {
	margin-top:0;
}
.bechu_reco {
	text-align:center;
	margin-bottom:20px;
}
.bechu_reco p {
	width:456px;
	margin:0 auto .5em;
	text-align:left;
}
p.bechu_reco_price {
	text-align:right;
	font-weight:bold;
	color:#A02832;
}
.bechu_ranking {
	height:242px;
	background:url(/restaurant/img/bechu_ranking_bg.jpg) no-repeat;
}
.bechu_ranking th {
	vertical-align:top;
	height:195px;
}
.bechu_ranking td {
	width:140px;
	vertical-align:top;
	padding:0 10px;
	line-height:1;
	color:#6E3C00;
	font-size:12px;
}
.bechu_tel {
	border:1px solid #A01E14;
	padding:5px 10px;
	font-size:.8em;
	height:47px;
}
.bechu_tel strong {
	color:#A01E14;
}
