article{
	margin-top: 1000px;
}

#menu_wrap{
	width: 100%;
	background-color: #E6E6E6;
	padding-bottom: 100px;
}

#sub_title{
	padding-bottom: 50px;
	text-align: center;
	background-color: #fff;
}
#sub_title h1{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #231815;
}
#sub_title p{
	font-size: 14px;
}

#menu_inner{
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
	overflow: hidden;
}
#menu_left{
	width: 430px;
	float: left;
}
#menu_left h2,#menu_right h2{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #231815;
	margin-bottom: 5px;
}
.menu_info{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 150%;
}
.menu_block{
	overflow: hidden;
	border-bottom: 1px solid #9FA0A0;
	font-size: 14px;
	margin-bottom: 5px;
}
.menu_title{
	float: left;
}
.price{
	float: right;
	text-align:right;
	/*width: 70px;*/
}
.comment{
	clear: both;
	line-height: 130%;
	font-size: 12px;
	margin-bottom: 3px;
}
.menu_img01{
	text-align: center;
	margin: 40px 0 20px;
}

#menu_right{
	width: 430px;
	float: right;
}
.menu_img02{
	text-align: center;
	margin: 70px 0 50px;
}






@media screen and (max-width:880px){



#sub_title{
	padding-bottom: 15%;
}
#menu_wrap{
	padding-bottom: 50px;
}

#menu_inner{
	width: 70%;
	padding: 30px 15% 30px;
}
#menu_left{
	float: none;
	width: 100%;
	margin-bottom: 20%;
}
#menu_right{
	float: none;
	width: 100%;
}






}

@media screen and (max-width:480px){


#map{
	height: 250px;
}

}





































