#MainContInner {
	overflow:hidden;
}

.MenuBox {
	width:390px;
	float:left;
	margin-right:30px;
	padding-bottom:50px;
	color:#FFF;
}

.MenuBox.Full {
	width:810px;
}

.MenuBox h2 {
	text-align:center;
	background:url(../img/title_border.png) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
}

.MenuMainPh {
	padding-bottom:10px;
}

.MenuMainPh img {
	width:384px;
	border:3px solid #FFF;
	display:block;
	box-shadow: 0 1px 8px rgba(0,0,0,0.8);
}

.MenuMainPh h3 {
	text-align:center;
	font-size:18px;
	line-height:1.5;
	padding-top:10px;
}

.MenuMainPh p {
	font-size:13px;
	line-height:1.6;
	padding-bottom:5px;
}

.MenuBox table {
	border-top:1px dotted #666;
}

.MenuBox table.single {
	border-top:0;
	margin-top:-12px;
}

.MenuBox th {
	text-align:left;
	background:url(../img/menu_list_icon.png) no-repeat left;
	padding-left:16px;
	font-size:14px;
	line-height:1.5;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #666;
}

.MenuBox td {
	text-align:right;
	font-size:14px;
	line-height:1.5;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #666;
}

.MenuBox td.txt_left {
	text-align: left;
}

.MenuBox p {
		font-size:12px;
	padding-top: 10px;
	line-height: 1.5;
}

#TakeOutBnr {
	text-align:center;
	color:#FFF;
	font-size:12px;
}

#TakeOutBnr img {
	 display:block;
	 padding-bottom:10px;
 }