@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Last Updated: October 9, 2013
  Kazuya Ono / LEAPGRAPH

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
  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;
}
a {
  color: #3c9;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}


/* ============================================================
shared
============================================================ */
article {
  max-width: 980px;
  padding-left: 15px;
  margin: 0 auto;
}

/* --------------------------------------------------
header
-------------------------------------------------- */
article > header {
  width: 100%;
  margin-bottom: 55px;
  background: url(../images/logo.png) 0 100% no-repeat;
  position: relative;
}
article > header > h1 {
  text-align: right;
  width: 184px;
  height: 42px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

/* --------------------------------------------------
section
-------------------------------------------------- */
article > section {
  /* max-height: 489px; */
  max-width: 100%;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
}
article > section:after {
  content: "";
  display: table;
  clear: both;
}
article > section > div.spec {
  width: 185px;
  position: absolute;
  right: 0;
  bottom: 0;
}
article > section > div.spec > h2 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 7px;
  margin-bottom: 9px;
  border-bottom: #fff 1px solid;
}
article > section > div.spec >  p.price,
article > section > div.spec >  p.fabric,
article > section > div.spec >  p.color {
}
article > section > div.spec >  p.price,
article > section > div.spec >  p.fabric {
  margin-bottom: 10px;
}
article > section > div.spec >  ul.color > li {
  padding-left: 10px;
}
article > section > div.image {
  max-width: 732px;
  max-height: 489px;
  position: relative;
}

/* other color */
article > section > div.spec >  ul.color > li.current {
  color: #25CD98;
  font-weight: bold;
}
article > section > div.spec >  ul.color > li.other {
  text-decoration: underline;
  cursor: pointer;
}
article > section > div.spec >  ul.color > li.other:hover {
  color: #25CD98;
  text-decoration: none;
}
article > section > div.image > p.other {
  position: absolute;
  top: 0;
  left: 0;
}


/* --------------------------------------------------
nav
-------------------------------------------------- */
article > nav {
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
}
article > nav > ul {
  width: 100%;
  overflow: hidden;
}
article > nav > ul:after {
  content: "";
  display: table;
  clear: both;
}
article > nav > ul > li {
  width: 39px;
  height: 30px;
  cursor: pointer;
}
article > nav > ul > li.prev {
  float: left;
}
article > nav > ul > li.next {
  float: right;
}


/* ============================================================
body#index
============================================================ */
body#index {
  color: #fff;
  background: #6b6c6e;
}
body#index > article > section > #thumbs > ul {
  width: 100%;
  overflow: hidden;
}
body#index > article > header {
  height: 120px;
}
body#index > article > header > aside {
  width: 154px;
}
body#index > article > header > aside > a {
  display: block;
  width: 154px;
  height: 45px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
body#index > article > section > #thumbs > ul:after {
  content: "";
  display: table;
  clear: both;
}
body#index > article > section > #thumbs > ul > li {
  width: 230px;
  height: 153px;
  margin: 0 15px 15px 0;
  float: left;
  background: #fff;
}
body#index > article > section > #thumbs > ul > li > a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
body#index > article > nav > ul > li.next {
  margin-right: 15px;
}


/* ============================================================
body#detail
============================================================ */
body#detail {
  color: #000;
  padding: 35px 0;
  background: #fff;
}
body#detail > div.wrapper {
  color: #fff;
  background: #6b6c6e;
  max-width: 995px;
  padding: 0  45px 35px 30px;
  margin: 0 auto;
}
body#detail > div.wrapper > article > header {
  height: 90px;
}
body#detail > div.wrapper > article > nav {
  margin-bottom: 0;
}

/*横幅1280px以上に適応*/
@media screen and (max-width: 760px) {

article{
    max-width: 960px;
}
	
article > header {
  max-width: 100%;
  margin-bottom: 55px;
  background: url(../images/logo.png) 0 100% no-repeat;
  position: relative;
}

article > section > div.spec{
    position: inherit;
    font-size: 10px;
    margin-bottom: 20px;
}

body#detail > div.wrapper {
    padding: 20px;
}

article > header > h1{
    max-width: 184px;
    max-height: 42px;
    position: initial;
}