@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-one, .icon-two, .icon-three, .icon-four, .icon-numbersign, .icon-dollar, .icon-exclam, .icon-quotedbl, .icon-ampersand, .icon-asterisk {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-one:before {
	content: "\31";
}
.icon-two:before {
	content: "\32";
}
.icon-three:before {
	content: "\33";
}
.icon-four:before {
	content: "\34";
}
.icon-numbersign:before {
	content: "\23";
}
.icon-dollar:before {
	content: "\24";
}
.icon-exclam:before {
	content: "\21";
}
.icon-quotedbl:before {
	content: "\22";
}
.icon-ampersand:before {
	content: "\26";
}
.icon-asterisk:before {
	content: "\2a";
}

.foodBox {
	width: 175px;
	text-align: center;
	float: left;
	margin: 0 0 10px 2px;
}

.foodBox h3 {
	font-size: 140%;
	background: #14A489;
	padding: 8px 0;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #FFF;
	
}
.foodBox h3.zenkoku {
	background: #135BA4
}

.foodBox p {
	background: #E4F8F3;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.foodBox p.hall9 {
	background: #ED8A00;
	color: #FFF;
}

.foodBox p.foodShop {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	width: 175px;
	color: #FFF;
	background-color: #4ACAB0;
}
.foodBox p.foodShop-hall9 {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	width: 175px;
	color: #FFF;
	background-color: #E44F00;
}

.foodBox p.foodShop em {
	font-weight: bold;
	color: #558631;
	background: #FFF;
	padding: 0 5px;
}
.foodBox p.foodShop-hall9 em {
	font-weight: bold;
	color: #E44F00;
	background: #FFF;
	padding: 0 5px;
}

.event_box table tr {
	font-size: 120%;
	line-height: 140%;
}

.event_box table tr td {
	padding: 5px 0;
}