@charset "Shift_JIS";

/*
========================================
Cafe8 ʃy[W
========================================*/

/* MAIN CONTENTS
---------------------------------------------------------- */
.head{
	text-align:center;
	padding-bottom:20px;
	font-size:12px;
	line-height:1.8;
}
.orderBtn{
	margin-bottom:10px;
	text-align:right;
}
.unit{
	clear:both;
	display:block;
	position:relative;
	margin-bottom: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 15px 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;
}

.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;
}

/* How to order
---------------------------------------------------------- */

#order {
	margin-top:35px;
}
#order strong {
	font-size:14px;
}
#order strong a {
	color:#847B13;
	text-decoration:none;
}
#order strong a:hover{
	color:#999999;
	text-decoration:none;
}
#order .exhead {
	margin-top:10px;
	padding-bottom:3px;
	background:url(../../lib/img/border.gif) no-repeat bottom;
	font-weight:bold;
}
#order table.ex {
	width:700px;
	margin-bottom:15px;
	background:url(../../lib/img/frame_bg.gif) repeat-y;
}
#order td {
	padding:14px 14px 0 14px;
	vertical-align:top;
	text-align:right;
	line-height:1.5;
}
#order td.menu {
	width:34%;
	text-align:left;
	font-weight:bold;
}
#order td.menuR {
	padding-left:36px;
	text-align:left;
	font-weight:bold;
}
#order td.amount {
	padding:5px 14px 10px 0;
	background:url(../../lib/img/border.gif) no-repeat bottom;
}
#order .notice {
	font-size:10px;
	line-height:1.5;
}
