/*////////////////////////////////////////////////////////////
	food pagenavi
////////////////////////////////////////////////////////////*/

.fnavi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.fnavi li {
	display: block;
	float: left;
}
.fpnavi {
	clear: both;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fpnavi li {
	margin-bottom: 10px;
	float: left;
	display: block;
}
.fpnavi li.row1 {
	width: 160px;
	margin-right: 10px;
}
.fpnavi li.row2 {
	width: 160px;
	margin-right: 10px;
}
.allergy {
	clear: both;
	margin-bottom: 30px;
	width: 160px;
}
.pagetop {
	margin-bottom: 30px;
}

.allergy img {
	margin-right: 3px;
}


.fpnavi  li.row3 {
	width: 160px;
}

/*////////////////////////////////////////////////////////////
	drink pagenavi
////////////////////////////////////////////////////////////*/

.dpnavi {
	clear: both;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dpnavi li {
	margin-bottom: 10px;
	float: left;
	display: block;
}
.dpnavi li.row1 {
	width: 149px;
	margin-right: 17px;
}
.dpnavi li.row2 {
	width: 150px;
	margin-right: 17px;
}
.dpnavi li.row3 {
	width: 166px;
}

/*////////////////////////////////////////////////////////////
	header & table
////////////////////////////////////////////////////////////*/

h3 {
	clear: both;
	margin-bottom: 10px;
}
h4 {
	font-weight: bold;
	color: #54A8D2;
}
.image {
	float: right;
	width: 160px;
}
td {
	padding: 0.2em;
}
.name {
	background-image: url(/images/service/food/index/ic_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
	padding-left: 20px;
}
#drink .name {
	background-image: url(/images/service/food/drink/ic_01.gif);
}
.price  {
	text-align: right;
	white-space: nowrap;
	color: #E60012;
	
}
#food .price {
	width: 60px;
}
.odd td {
	background-color: #F5F5F5;
}


/*////////////////////////////////////////////////////////////
	season menu
////////////////////////////////////////////////////////////*/

#season .intro {
	margin-right: 20px;
	margin-left: 20px;
}

#season .rowL {
	width: 230px;
	float: left;
}
#season .rowR {
	float: right;
	width: 230px;
}
#season  .image {
	margin-bottom: 7px;
	width: auto;
	float: none;
}
#main table {
	margin-bottom: 10px;
}
.note-allergy {
	margin-bottom: 30px;
}

