@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------
**************************************************
  MENU
**************************************************
--------------------------------------------------*/
.menu_box table{
	border-collapse: collapse;  
	width:100%;
	table-layout: fixed;
	margin: 10px 0 10px 0;
	border:1px solid #91972D;
	color: #767b26;
}

.menu_box table th{
	width: 170px;
	color: #333;
	padding: 5px;
	background: #f6f5e7;
	font-weight: bold;
	border-left:1px solid #91972D;
	border-bottom:1px dashed #91972D;
	line-height: 110%;
	text-align: center;
}


.menu_box table tr td{
	padding: 12px 8px;
	border-bottom: 1px dashed #91972D;
	font-size: 12px;
}

.menu_box table tr td.small{
	font-size: 10px;
}


.menu_box table td.line2_left{
	width: 80%;
}

.menu_box table td.line2_right{
	width: 20%;
	text-align: right;
}

.menu_box table td.line4_price01,
.menu_box table td.line4_price02{
	width: 70px;
	text-align: right;
}

.menu_box table td.line2_left02{
	text-align: right;
}

.menu_box table td.line2_right02{
	width: 70px;
	text-align: right;
}

.menu_box table th.line3_left{
	width: 170px;
}

.menu_box h3{
	display:inline-block;
	width: 242px;
	height: 40px;
	margin-top:20px;
	padding: 18px 10px 0 0;
	text-align:center;
	background: url(../imgs/common/happa_midashi_bg.png) no-repeat;
	color: #4E120A;
}

.menu_box table td.line3_left{
	width: 45%;
}

.menu_box table td.line3_right{
	width: 35%;
	text-align: right;
}

.menu_box table td.line5_right{
	width: 25%;
	text-align: left;
}

.menu_box table td.renew_left{
	width: 50%;
	text-align: right;
}

.menu_box table td.renew_right{
	width: 50%;
	text-align: right;
}


/* 商品説明文 */
.menu_introduction{
	color:#673223;
}


/* 吹き出し */
.fukidashi_top_left {
	display:inline-block;
	position:relative;
	top:0;
	left:40px;
	padding:10px 15px;
	background-color:#f1edd4;
	border-radius:5px;
}
 
.fukidashi_top_left:after {
	display:block;
	position:absolute;
	top:-10px;
	left:30px;
	width:0;
	border:10px solid transparent;
	border-bottom-color:#f1edd4;
	border-top-width:0;
	content:"";
}
