@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Last Updated: March 19, 2014

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


body {
  color: #565969;
  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.7;
  letter-spacing: 0.2em;
  background: #fff;
}
a {
  color: #565969;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  font-size: 0;
  vertical-align: bottom;
}


/* ============================================================
shared
============================================================ */
body > article {
  width: 1023px;
  padding: 70px 10px 40px;
  margin: 0 auto;
}
article > header {
  height: 67px;
  margin-bottom: 60px;
  position: relative;
}
article > header > h1,
article > header > h2 {
  position: absolute;
}
article > header > h1 {
  top: 0;
  left: 0;
}
article > header > h2 {
  top: 10px;
  right: 0;
}
article > #inquiry {
  text-align: right;
}
#paging #next,
#paging #prev {
  display: inline;
  cursor: pointer;
}


/* ============================================================
#index
============================================================ */
#index {
  height: 468px;
  padding-left: 754px;
  position: relative;
}
#index > h2 {
  padding-top: 155px;
  margin-bottom: 30px;
}

/* ----------------------------------------
#paging
---------------------------------------- */
#index #paging {
  text-align: right;
}
#index #paging #next {
  padding-left: 15px;
}

/* ----------------------------------------
#thumb
---------------------------------------- */
#index #thumb {
  width: 714px;
  height: 468px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#index #thumb > ul {
  width: 100%;
  height: 476px;
  display: none;
}
#index #thumb > ul.current {
  display: block;
}
#index #thumb > ul > li {
  width: 230px;
  height: 230px;
  float: left;
  padding: 0 8px 8px 0;
}


/* ============================================================
#detail
============================================================ */
#detail {
  padding-top: 20px;
  padding-left: 871px;
  position: relative;
}
#detail > #data {
  height: 433px;
}
#detail h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #565969 1px solid;
}
#detail #price,
#detail #fabric {
  margin-bottom: 30px;
}

#detail #color p {
  line-height: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../images/detail/color-point.png) 0 50% no-repeat;
  cursor: pointer;
}
#detail #color p.active {
  background: url(../images/detail/color-point-active.png) 0 50% no-repeat;
  cursor: default;
}
#detail #color p.none {
  background: none;
  cursor: default;
}

#detail #color figure {
  width: 831px;
  height: 413px;
  position: absolute;
  left: 0;
  top: 20px;
  overflow: hidden;
  display: none;
}
#detail #color figure.active {
  display: block;
}





#detail #inquiry {
  margin-bottom: 20px;
}
#detail #inquiry span {
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}

#paging {
  text-align: right;
  width: 96px;
  position: absolute;
  top: 453px;
  left: 736px;
}
#paging #prev {
  padding-right: 10px;
}




