@charset "utf-8";

#main_title{
	padding-bottom: 16px;
}
#restaurant{
	width: 530px;
	padding-bottom: 50px;
}

/* レストランページ内　共通箱 
============================================================================================== */
#restaurant #restaurant .box01{
}
/*-- タイトル --*/
#restaurant .box01 .title_box{
}
#restaurant .box01 .title_box dt{
	width: 100%;
	position: relative;
	height: 44px;
}
#restaurant .box01 .title_box dt span{
	position: absolute;
	right: 0;
	bottom: 2px;
}
/*-- 	メニュー箱 --*/
#restaurant .box01 .f_box{
	width: 100%;
	padding-bottom: 26px;
}

/*-- メニュー一覧 --*/
#restaurant .box01 .tb_box .title{
	padding-bottom: 2px;
}
#restaurant .box01 .tb_box table{
	margin-bottom: 24px;
}
#restaurant .box01 .tb_box .btn{
	text-align: center;
}
#restaurant .caution{
}

/* ランチ固有　スタイル 
============================================================================================== */
#restaurant #lunch{
	padding-bottom: 100px;
}
/*-- 	メニュー箱 --*/
#restaurant #lunch .f_box{
}
#restaurant #lunch .f_box .col_l,
#restaurant #lunch .f_box .col_r{
	width: 260px;
	background: url("img/box_bg01.jpg") 0 0 repeat-x;
	border-top: 3px solid #8A8E27;
}
#restaurant #lunch .f_box dl{
	padding: 0 20px;
}
#restaurant #lunch .f_box .tx{
	padding-bottom: 8px;
}
#restaurant #lunch .f_box .img{
	padding-bottom: 20px;
}
/*-- メニュー一覧 --*/
#restaurant #lunch .tb_box table{
	width: 100%;
}
#restaurant #lunch .tb_box table th{
	width: 280px;
	padding-top: 10px;
}
#restaurant #lunch .tb_box table th span{
	display: block;
	padding-left: 16px;
	background: url("img/ob01.jpg") 0 3px no-repeat;
}
#restaurant #lunch .tb_box table td{
	padding-top: 10px;
}
/* ディナー固有　スタイル 
============================================================================================== */

#restaurant #dinner{
	padding-bottom: 60px;
}
/*-- 	メニュー箱 --*/
#restaurant #dinner .f_box{
	width: 100%;
	background: url("img/box_bg02.jpg") 0 0 repeat-x #FAF9F7;
	border-top: 3px solid #673434;
	padding: 20px 0;
	margin-bottom: 20px;
}
#restaurant #dinner .f_box .col_l{
	width: 360px;
}
#restaurant #dinner .f_box .col_l p{
	padding-left: 20px;
}
#restaurant #dinner .f_box .col_r{
	width: 154px;
}
#restaurant #dinner .f_box .col_r dl{
	padding-right: 20px;
	line-height: 1.5;
}
#restaurant #dinner .f_box .col_r dl.pt{
	line-height: 1.4;
}

/*-- メニュー一覧 --*/
#restaurant #dinner .tb_box .title{
	padding-bottom: 12px;
}
#restaurant #dinner .tb_box table{
	width:255px;
	margin-bottom: 24px;
}
#restaurant #dinner .tb_box table th{
	width:50%;
}
#restaurant #dinner .tb_box table .thead th,
#restaurant #dinner .tb_box table .thead td{
	border-bottom: 1px solid #6B381B;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#restaurant #dinner .tb_box table .thead th span{
	display: block;
	padding-left: 16px;
	background: url("img/ob01.jpg") 0 3px no-repeat;
}
#restaurant #dinner .tb_box table th,
#restaurant #dinner .tb_box table td{
	padding-top: 6px;
}
#restaurant #dinner .tb_box table th span{
	display: block;
	padding-left: 13px;
}



/* 右カラム設定
============================================================================================== */
#COL_R .side_col dd{
	padding: 14px 0 16px;
	border-bottom:1px solid #999;
}
#COL_R .side_col dd.none{
	border-bottom:none;
}
#COL_R .side_col table{
	width: 100%;
}
#COL_R .side_col th{
	width: 10em;
}
#COL_R .side_col td{
	text-align: right;
}
#COL_R .side_col dd span{
	display: block;
}
#COL_R .side_col dd span.pa{
	padding-bottom: 10px;
}
#COL_R .side_col dd em{
	margin-left: 1em;
	font-size: 10px;
	vertical-align: bottom;
}
#COL_R .side_col dd img.ma{
margin-right: 10px;
}
