@charset "utf-8";


h3.place{
	font-size:16px;
}
h3.place::before{
	/*background:url("../images/stadium/food/h3_before.png") no-repeat no-repeat 0 4px;*/
	margin-right:5px;
	content:"";
	display:inline-block;
	width:114px;
	height:16px;

}
h3.place::after{
	content:"";
	display:inline-block;
	width:111px;
	height:16px;
	/*background:url("../images/stadium/food/h3_after.png") no-repeat 0 4px;*/
	margin-left:5px;
}
/*   index  */

section#food{
	padding:50px 0 0 0;
}
ul.menu_list{
	width:960px;
	margin:0 auto 50px auto;
	font-size:15px;
}
ul.menu_list li{
	background: url("../images/common/ico_arrow-rgr.png")no-repeat center left;
	padding:0 0 0 20px;
	float:left;
	margin:0 50px 0 0 ;
	width:200px;
}
ul.menu_list li:nth-of-type(4n){
	margin:0 0 0 0 ;
}

section#food img{
	width:700px;
	margin:15px auto;
	display: block;
}

section#food .menu_c{
	margin-bottom:80px;
}

section#food p{
	width:700px;
	margin:0 auto 20px;
}

section#food .menu_c p{
	font-size:22px;
	font-weight:bold;
	margin:15px auto 5px auto;
}
section#food .menu_c p span{
	background: #fff;
	padding-right:5px;
}
section#food .menu_c p span.price{
	float:right;
	padding:0 5px;
}
section#food .menu_c p.title{
	font-size:16px;
	width:700px;
	margin:0 auto 20px;
	background: none;
	font-weight: normal;
}

