@charset "Shift_JIS";

/*
========================================
Cafe8 ʃy[W
========================================*/

/* MAIN CONTENTS
---------------------------------------------------------- */
.head{
	padding-bottom:8px;
	font-size:10px;
	line-height:2;
}
.unit{
	clear:both;
	display:block;
	position:relative;
	margin-top:18px; padding:0;
	width:700px;height:114px;
	overflow:visible;
}

.item{
	z-index:1;
	position:absolute;
	left:0;top:0;
	width:700px;height:114px;
}
.hovering{/*for script*/
	background:url(../../lib/img/frame.gif) no-repeat #F9F9F2;
	cursor:pointer;
}
.thumbnail{
	float:left;
	margin:0;
	padding:16px;
}
.article{
	padding:15px 0 0 0;
	font-size:12px;
	line-height:1.4;
}
.shoulder{
	font-size:10px;
	color:#847B13;
}
h3{
	font-size:15px;
	line-height:1.6;
}
.price{
	font-size:12px;
}
.eng{
	font-size:10px;
	line-height:1.5;
	color:#666;
}

.linkarea{
	z-index:2;
	display:block;
	position:absolute;
	left:0;top:0;width:700px;height:114px;
	background:url(../../lib/img/frame.gif) no-repeat;
}
.linkarea a{
	display: block;
	width:700px;height:114px;
	cursor:pointer;
	text-decoration:none;
}


ul.category{
	margin:0;
	padding:0;
	list-style:none;
}
ul.category li{
	position:absolute;
	display: block;
	top:18px;
	height:11px;
}
ul.category li.lunch{
	left:603px; width:11px;
	background:url(../img/icon_lunch_on.gif) no-repeat;
}
ul.category li.tee{
	left:626px; width:12px;
	background:url(../img/icon_tee_on.gif) no-repeat;
}
ul.category li.dinner{
	left:647px; width:14px;
	background:url(../img/icon_dinner_on.gif) no-repeat;
}
ul.category li.takeout{
	left:670px; width:13px;
	background:url(../img/icon_takeout_on.gif) no-repeat;
}
ul.category li.lunchoff{
	left:603px; width:11px;
	background:url(../img/icon_lunch_off.gif) no-repeat;
}
ul.category li.teeoff{
	left:626px; width:12px;
	background:url(../img/icon_tee_off.gif) no-repeat;
}
ul.category li.dinneroff{
	left:647px; width:14px;
	background:url(../img/icon_dinner_off.gif) no-repeat;
}
ul.category li.takeoutoff{
	left:670px; width:13px;
	background:url(../img/icon_takeout_off.gif) no-repeat;
}