@charset "utf-8";

#main div.show { /* clearfix */
	margin-bottom: 24px;
}
#main div.show p.main_food {
	width: 271px;
	float: left;
}
#main div.show div.recommend {
	width: 267px;
	margin-bottom: 10px;
	float: right;
}
#main div.show  h2 {
	margin-bottom: 6px;
	padding-bottom: 2px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
}
#main div.show div.recommend ul { /* clearfix */
}
#main div.show div.recommend ul li {
	width: 122px;
	margin-right: 23px;
	float: left;
	display: inline;
}
#main div.show div.recommend ul li.right {
	margin-right: 0;
}
#main div.show div.recommend ul li p {
	line-height: 1.3;
	text-align: center;
	font-size: 10px;
}
#main div.show div.recommend ul li p.image {
	margin-bottom: 2px;
}
#main div.show div.recommend ul li p.price {
	font-weight: bold;
}
#main div.show div.new {
	width: 267px;
	float: right;
}
#main div.show div.new ul { /* clearfix */
}
#main div.show div.new ul li {
	width: 51px;
	margin-right: 3px;
	float: left;
	display: inline;
}
#main div.show div.new ul li.right {
	margin-right: 0;
}

#main div.important {
	margin-bottom: 34px;
}
#main div.important h2 {
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
}
#main div.important p {
	line-height: 1.5;
}

#main div.topics {
	margin-bottom: 35px;
}
#main div.topics h2 {
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
}
#main div.topics ul {
}
#main div.topics ul li { /* clearfix */
	margin-bottom: 7px;
}
#main div.topics ul li p.date {
	float: left;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}
#main div.topics ul li p.date img {
	margin: 0 8px;
	vertical-align: top;
}

#main div.topics ul li p.text {
	line-height: 14px;
}

#main div.item_category {
}
#main div.item_category h2 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
}
#main div.item_category ul { /* clearfix */
	
}
#main div.item_category ul li {
	width: 135px;
	min-height: 193px;
	height: auto !important;
	height: 193px;
	margin-right: 6px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#main div.item_category ul li img {
	margin-bottom: 3px;
}
#main div.item_category ul li.right {
	margin-right: 0;
}



/*=========================================================================================================*
 * clearfix
 *=========================================================================================================*/

#main div.show,
#main div.show div.recommend ul,
#main div.show div.new ul,
#main div.topics ul li,
#main div.item_category ul {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #main div.show,
* html #main div.show div.recommend ul,
* html #main div.show div.new ul,
* html #main div.topics ul li,
* html #main div.item_category ul {
	height: 1%;
}
#main div.show,
#main div.show div.recommend ul,
#main div.show div.new ul,
#main div.topics ul li,
#main div.item_category ul {
	display: block;
}
/* End hide from IE-mac */

#main div.show:after,
#main div.show div.recommend ul:after,
#main div.show div.new ul:after,
#main div.topics ul li:after,
#main div.item_category ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
