@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: October 16, 2012
	Kazuya Ono / LEAPGRAPH

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
	color: #666;
	font-family: Helvetica, Arial, Verdana, Geneva, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	background: #fff;
}
a {
	color: #221815;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
}


/* ============================================================
layout
============================================================ */
article {
	width: 1006px;
	padding: 20px;
	margin: 0 auto;
}

/* --------------------------------------------------
header
-------------------------------------------------- */
article > header {
	width: 100%;
	margin-bottom: 20px;
}
article > header:after {
  content: "";
  display: table;
  clear: both;
}
article > header > h1 {
	width: 130px;
	height: 130px;
	float: left;
}
article > header > h2 {
	width: 150px;
	height: 77px;
	margin-top: 53px;
	float: right;
}

/* --------------------------------------------------
section
-------------------------------------------------- */
article > section {
	width: 100%;
	position: relative;
}
article > section:after {
  content: "";
  display: table;
  clear: both;
}
article > section > div.spec {
	width: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
}
article > section > div.spec > h3 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: #626466 solid 1px;
}
article > section > div.spec > p.price,
article > section > div.spec > p.other {
	font-size: 11px;
}
article > section > div.spec > p.price {
	margin-bottom: 20px;
}
article > section > p.image {
	width: 836px;
	float: left;
}
article > section > p.image img {
	display: block;
	float: left;
	margin-right: 5px;
}

/* --------------------------------------------------
nav
-------------------------------------------------- */
article > nav {
	padding: 60px 0 0 857px;
}
article > nav > ul {
	width: 100%;
}
article > nav > ul:after {
  content: "";
  display: table;
  clear: both;
}
article > nav > ul > li {
	width: 52px;
	height: 25px;
}
article > nav > ul > li.prev {
	float: left;
}
article > nav > ul > li.next {
	float: right;
}


/* --------------------------------------------------
article#index
-------------------------------------------------- */
#index {
	min-height: 625px;
	position: relative;
}
#index > section > h3 {
	width: 275px;
	height: 127px;
	padding-top: 165px;
	float: left;
}
#index > section > div {
	width: 714px;
	float: right;
	position: relative;
	background: #900;
}
#index > section > div > ul {
	position: absolute;
	left: 0;
	top: 0;
}
#index > section > div > ul > li {
	width: 230px;
	height: 153px;
	margin: 0 0 8px 8px;
	float: left;
	background: #000;
}
#index > section > div > ul > li > a {
	display: block;
	height: 100%;
}
#index > section > div > ul > li > a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#index > nav {
	padding: 0;
	position: absolute;
	top: 490px;
	left: 20px;
}
#index > nav > ul {
	width: 150px;
}
#index > nav > ul:after {
  content: "";
  display: table;
  clear: both;
}
#index > nav > ul > li {
	cursor: pointer;
}
