﻿@charset "UTF-8";

/*================================================
　 画面用CSS Document 
================================================*/

/*================================================
  お品書き用
================================================*/

/*=========================================
  各ページ共通部用スタイルシートの読み込み
===========================================*/
@import "base.css";


/*================================================
  メイン部
================================================*/

/*コース料理メニュー一覧テーブル
------------------------------------------------*/	
.menu-table{
	text-align:center;
	}
	
.menu-table table{
	width:90%;
	margin:0 auto;
	}
	
.menu-table th,
.menu-table td{
	border:#006633 1px solid;
	padding:5px 5px 5px 5px;
	text-align:center;
	}
	
.menu-table th{
	background-color:#FFFFCC;
	color:#006666;
	}

.menu-table td{
	}
	
.menu-table .dish-item{
	text-align:left;
	}
	
/*その他の料理メニュー一覧テーブル
------------------------------------------------*/	
.other-menu-table{
	text-align:center;
	margin:0px 0px 10px 0px;
	}
	
.other-menu-table table{
	width:90%;
	margin:0 auto;
	}
	
.other-menu-table th,
.other-menu-table td{
	border-bottom:#006633 1px solid;
	padding:3px 5px 3px 5px;
	text-align:center;
	font-size:90%;
	}
	
.other-menu-table th{
	color:#006666;
	}
	
.other-menu-table .dish-item{
	font-size:100%;
	text-align:left;
	width:40%;
	}

.other-menu-table .price{
	width:20%;
	}
	
