/* ===================================================================
CSS information

 file name  : dishes.css
 author     : Ability Consultant
 style info : dishes
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	season
----------------------------------------------------------- */
.season {
	position: relative;
}
.season .box_content {
	position: absolute;
	width: 315px;
	top: 123px;
	right: 20px;
	font-size: .9em;
}
.season .box_content .box_menu {
	margin: 15px 0;
}
.season .box_content .box_menu ul .odd {
	background-color: #fff;
	padding: 5px 20px;
}
.season .box_content .box_menu ul .even {
	background-color: #f3ebe7;
	padding: 5px 20px;
}
