@charset "utf-8";

#header { height: 150px;}
#globalNav { margin-bottom: 42px;}
#content { background-image: none;}

/* :::::: スライダー :::::: */
#list_carousel {
	position: relative;
	clear: both;
	width: 100%;
	height: 480px;
	margin-bottom: 15px;
}
#list_carousel ul {
	list-style: none;
	width: 100%;
	height: 465px;
	margin: 0;
}
#list_carousel li {
	float:left;
	width: 1280px;
	height: 465px;
	margin: 0;
}
#slidenav {
	position:relative;
	top: -262px;
	z-index: 500;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#slide-next{
	position:absolute;
	right: 20px;
}
#slide-prev{
	position:absolute;
	left: 20px;
}
#pager {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 960px;
	height: 3px;
	margin: 0 0 0 -480px;
	padding-top: 2px;
	text-align: center;
}
#pager a.selected span {
	background: #f19500;
}
#pager a {
	display: inline-block;
	margin: 4px;
}
#pager span {
	overflow: hidden;
	display: inline-block;
	width: 312px;
	height: 3px;
	line-height: 0;
	background: #ccc;
	text-indent: -9999em;
}


/* --------------------------------
 #content共通
-------------------------------- */
#content { padding-top: 0; letter-spacing: 0.04em;}
#content .wrapper { margin-top: 0;}
#content h2 {
	margin-bottom: 28px;
	text-align: center;
}
#content ul {
	list-style: none;
	width: 961px;
	margin: 0 -1px 0 0;
	zoom: 1;
}
/* clearfix */
#content ul:before,
#content ul:after { content:""; display:table;}
#content ul:after { clear:both;}

/* :::::: 見出しアイコン :::::: */
#pickup h2,
#special h2,
#lineup h2,
#blog h2 {
	height: 75px;
	margin-bottom: 20px;
	background: url("../../img/sign.png") no-repeat center top;
	text-indent: -9999em;
}

/* :::::: 3列表示 :::::: */
.index-col3 {
	float: left;
	width: 308px;
	margin-right: 18px;
}
.index-col3 .image {
	display: block;
	margin-bottom: 16px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	text-align:center;
}

/* --------------------------------
 PICK UP
-------------------------------- */
#pickup { padding-bottom: 65px;}
#pickup h2 {
	margin-top: -28px;
}
#pickup li {
	float: left;
	width: 200px;
	margin-right: 8px;
	padding: 0 17px 18px 17px;
	background: #fff;
	cursor: pointer;
}
#pickup li img {
	margin: 0 -17px 18px -17px;
	transition: all 0.1s linear;
}
#pickup a {
	color: #333;
	text-decoration: none;
	transition: all 0.1s linear;
}
#pickup .cr a,
#pickup a:hover { color: #f19500;}
#pickup .cr img,
#pickup a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
}

/* --------------------------------
 SPECIAL
-------------------------------- */
#special {
	height: 344px;
	padding: 25px 0 60px 0;
	background: #fff url("../../img/bg-spoon.jpg") no-repeat center center;
	background-size: cover;
}
#special h2 { background-position: center -75px;}

/* --------------------------------
 ONLINESHOP
-------------------------------- */
#bnr-onlineshop { background-size: cover;}

/* --------------------------------
 商品ラインナップ
-------------------------------- */
#lineup {
	padding: 40px 0;
	background: #fff;
}
#lineup h2 { background-position: center -225px;}
#lineup li {
	float: left;
	width: 300px;
	margin: 0 9px 10px 0;
	padding: 6px 6px 16px 6px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	transition: all 0.1s linear;
}
#lineup li.cr {
	background: #fdecd3;
	border-color: #fad9a8;
}
#lineup li img { margin-bottom: 20px;}
#lineup li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#lineup i.arrow {
	width: 15px;
	height: 15px;
	margin-right: 8px;
	margin-left: 8px;
	background: url("../img/arrow1.gif") no-repeat left top;
}

/* --------------------------------
 BLOG
-------------------------------- */
#blog { padding: 15px 0 0 0;}
#blog h2 { background-position: center -300px;}
.entry { cursor: pointer;}
.entry-date {}
.entry-tit {
	margin-bottom: 0;
	font-size: 100%;
	font-weight: bold;
}
.entry-lead {}
.blogbutton {
	clear: both;
	padding-top: 30px;
	text-align: center;
}
.blogbutton a {
	display: inline-block;
	transition: all 0.1s linear;
}
.blogbutton a:hover { background: #ccc; background: rgba(0,0,0,.2)}