@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     news css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------foodnavi*/
nav#foodnavi {
	margin:0 0 10px;
}
nav#foodnavi ul li {
	width:33.3%;
	float: left;
	border-bottom: 1px solid #81848c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e4cf), color-stop(100%, #f8f6ea));
}
nav#foodnavi ul li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	text-align:center;
	color: #C71D1D;
	padding: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	background:url(../img/common_img/dot01.gif) right top repeat-y;
}
nav#foodnavi ul li.last a {
	background-image:none;
}

/*-----------------------------------ph_list*/
ul.ph_list{
	list-style: none;
}
ul.ph_list li{
	margin: 0 0 20px 0;
	text-align: center;
}
/*----------------------------------- foodbox */
ul.foodbox{
	margin-bottom: 20px;
}
ul.foodbox li{
	margin: 0 0 10px 0;
	position: relative;
	border-bottom: 1px dashed #ccc;
	list-style:none;
}
ul.foodbox li h4 {
	width: 78%;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	margin: 0;
}
ul.foodbox li h4.recommend {
	width: 73%;
	padding: 0 0 0 5%;
	background:url(../img/common_img/icon_recommend.png) left 3px no-repeat;
}
ul.foodbox li h4.toping {
	width: 73%;
	padding: 0 0 0 5%;
	background:url(../img/common_img/icon_toping.png) left 3px no-repeat;
}
ul.foodbox li h4.rectop {
	width: 68%;
	padding: 0 0 0 10%;
	background:url(../img/common_img/icon_rectop.png) left 3px no-repeat;
}
ul.foodbox li h4 span{
	font-size: 10px;
}
ul.foodbox li p.price{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21%;
	text-align: right;
	color: #790000;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}


