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



/*----------------------------------------------
↓↓↓大枠のフレーム↓↓↓
-----------------------------------------------*/

#flame{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bg_flame_1350.jpg);
	background-repeat: no-repeat;
}


/*----------------------------------------------
↓↓↓メインカラム左↓↓↓
-----------------------------------------------*/

#contents{
	width: 520px;
	float: left;
	overflow:hidden;
}


/*----------------------------------------------
↓↓↓メインカラム右↓↓↓
-----------------------------------------------*/

#shop_detail{
	width: 260px;
	float: left;
	margin-left: 20px;
	background-image: url(../image/shop_line.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	text-align: left;
	overflow:hidden;
}




#mnavi_culumn{
	width: 470px;
	height: 50px;
	padding-bottom: 30px;
	overflow:hidden;
	padding-left: 25px;
	padding-right: 25px;
}


.mnavi_dinner{
	width: 156px;
	background-image: url(../../img/dinner_btn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 1px;
	text-indent: -9999px;
	overflow:hidden;
}

.mnavi_dinner a{
	width: 156px;
	background-image: url(../../img/dinner_btn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 1px;
	text-indent: -9999px;
	overflow:hidden;
}

.mnavi_dinner_current a{
	width: 156px;
	background-image: url(../../img/dinner_btn_on.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 1px;
	text-indent: -9999px;
	overflow:hidden;
}


.mnavi_dinner a:hover{
	background-image: url(../../img/dinner_btn_on.jpg);
	background-repeat: no-repeat;
}



.mnavi_lunch{
	width: 156px;
	background-image: url(../../img/lunch_btn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 1px;
	text-indent: -9999px;
	overflow:hidden;
}

.mnavi_lunch a{
	width: 156px;
	background-image: url(../../img/lunch_btn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 1px;
	text-indent: -9999px;
	overflow:hidden;
}

.mnavi_lunch_current a{
	width: 156px;
	background-image: url(../../img/lunch_btn_on.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 1px;
	text-indent: -9999px;
	overflow:hidden;
}


.mnavi_lunch a:hover{
	background-image: url(../../img/lunch_btn_on.jpg);
	background-repeat: no-repeat;
}




.mnavi_wine{
	width: 156px;
	background-image: url(../../img/wine_btn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 0px;
	text-indent: -9999px;
	overflow:hidden;
}

.mnavi_wine a{
	width: 156px;
	background-image: url(../../img/wine_btn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 0px;
	text-indent: -9999px;
	overflow:hidden;
}

.mnavi_wine_current a{
	width: 156px;
	background-image: url(../../img/wine_btn_on.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	padding-right: 0px;
	text-indent: -9999px;
	overflow:hidden;
}


.mnavi_wine a:hover{
	background-image: url(../../img/wine_btn_on.jpg);
	background-repeat: no-repeat;
}





.menu_title{
	width: 470px;
	margin-bottom: 10px;
	overflow:hidden;
	padding-left: 25px;
	padding-right: 25px;
}

.menu{
	width: 470px;
	padding-left: 25px;
}

.menu_text{
	width: 460px;
	height: 100%;
	font-size:110%;
	line-height: 1.4em;
}


/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
.menu_text{
	width: 460px;
	height: 100%;
	font-size:60%;
	line-height: 1.4em;
}
}

.flame_menu{
	width: 450px;
}

.menu_table{
	width: 460px;
}
.menu_list,
.menu_list90,
.menu_list_w,
.menu_list90_w,
.menu_price,
.menu_price_w{
	padding:1px 0 1px 0;
	line-height: 1.2em;
	float:left;
}

.menu_list,
.menu_list90{
	width:79%;
}

.menu_price{
	width:21%;
	text-align: right;
}
.menu_list_w,
.menu_list90_w{
	width:40%;
}

.menu_price_w{
	width:60%;
	text-align: right;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.menu_list90{
	font-size:90%;
}
}
