@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: April 5, 2013
	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;
	max-width: 714px;
	width: 100%;
}


/* ============================================================
layout
============================================================ */
article {
	max-width: 1005px;
	padding: 5px 3px 30px 5px;
	margin: 0 auto;
}

/* --------------------------------------------------
header
-------------------------------------------------- */
article > header {
	width: 100%;
	margin-bottom: 55px;
	background: url(../images/title2.png) 800px 100% no-repeat;
	position: relative;
}
article > header > h1 {
	width: 185px;
	height: 64px;
}
article > header > p.back {
	width: 32px;
	height: 31px;
	position: absolute;
	right: 0;
	bottom: 6px;
}

/* --------------------------------------------------
section
-------------------------------------------------- */
article > section {
	margin-bottom: 30px;
	position: relative;
	max-width: 100%;
}
article > section:after {
	content: "";
	display: table;
	clear: both;
}
article > section > div.spec {
	width: 262px;
	position: inherit;
	right: 0;
	bottom: 0;
}
article > section > div.spec > h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 9px;
	border-bottom: #666 1px solid;
}
article > section > div.spec >  p.price,
article > section > div.spec >  p.fabric {
	margin-bottom: 10px;
	font-size: 11px;
}
article > section > div.spec >  ul.color {
	margin-bottom: 30px;
}
article > section > div.spec >  ul.color > li {
	text-decoration: underline;
	cursor: pointer;
}
article > section > div.spec >  ul.color > li.display {
	color: #FF515D;
	text-decoration: none;
	cursor: default;
}
article > section > div.spec > ul.otherColor {
	width: 262;
	height: 175px;
	overflow: hidden;
}
article > section > div.spec > ul.otherColor li {}


article > section > p.image {
	width: 714px;
	height: 476px;
}
article > section > p.image {
	max-width: 714px;
	max-height: 476px;
	width: 100%;
	height: 100%;
}

/*
article > section > ul.image > li {
	display: none;
}
article > section > ul.image > li.display {
	display: block;
}
*/



/* --------------------------------------------------
nav
-------------------------------------------------- */
article > nav {
	position: relative;
}
article > nav > ul {
	width: 150px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}
article > nav > ul:after {
	content: "";
	display: table;
	clear: both;
}
article > nav > ul > li {
	width: 52px;
	height: 26px;
	cursor: pointer;
}
article > nav > ul > li.prev {
	float: left;
}
article > nav > ul > li.next {
	float: right;
}


/* ============================================================
article#index
============================================================ */
#index > section > #thumbs {
	height: 440px;
}
#index > section > #thumbs > ul:after {
	content: "";
	display: table;
	clear: both;
}
#index > section > #thumbs > ul > li {
	width: 185px;
	height: 185px;
	margin: 5px 5px;
	float: left;
	background: #fff;
}
#index > section > #thumbs > ul > li > a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#index > nav > ul {
	right: 20px;
}
