@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Last Updated: March 21, 2015

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
  color: #333;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
  /*font-family: Meiryo,  "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, sans-serif;*/
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  font-size: 0;
  vertical-align: bottom;
}


/* ============================================================
body#index
============================================================ */
#index {
  padding-top: 164px;
}
#index > header {
  width: 940px;
  height: 54px;
  margin: 0 auto 44px;
  padding: 0 10px;
  position: relative;
}
#index > header > h1,
#index > header > h2 {
  position: absolute;
}
#index > header > h1 {
  top: 0;
  right: 0px;
}
#index > footer {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#index > footer h2 {
  margin-bottom: 50px;
}
#index > footer .inquiry {
  font-family: Meiryo,  "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, sans-serif;
  text-align: right;
}
#index > footer .inquiry span {
  font-size: 11px;
}


/* ============================================================
#cover
============================================================ */
#cover {
  width: 100%;
  height: 300px;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
  /*background: #000 url(../images/home/cover-loader.gif) 50% 50% no-repeat;*/
}
#cover ul {
  position: absolute;
  left: 50%;
  margin-left: -392px;
  display: none;
}
#cover ul li {
  width: 200 px;
  height: 380px;
  padding: 0 5px;
  float: left;
}

/* ------------------------------
Elements are created by home.js
------------------------------ */
#coverPrev,
#coverNext {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
#coverPrev,
#coverNext {
  cursor: pointer;
}
#coverPrev,
#coverNext {
  width: 28px;
  height: 33px;
  position: absolute;
  top: 124px;
}
#coverPrev {
  left: 10px;
  background: url(../images/index/slide-arrow-left.png) 0 0 no-repeat;
}
#coverNext {
  right: 10px;
  background: url(../images/index/slide-arrow-right.png) 0 0 no-repeat;
}


/* ============================================================
#detail
============================================================ */
#detail article {
  width: 600px;
  padding: 0 306px 0 0;
  margin: 0 auto;
  position: relative;
}
#detail header {
  width: 216px;
  padding-left: 690px;
  position: fixed;
  top: 60px;
}
#detail header h1 {
  margin-bottom: 70px;
}
#detail header ul {
  margin-bottom: 65px;
}
#detail header ul li {
  margin-bottom: 18px;
}
#detail header .inquiry a {
  font-family: Meiryo,  "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, sans-serif;
  font-size: 12px;
}
#detail section {
  padding: 167px 0 40px;
}
#detail section h2 {
  position: relative;
  left: 10px;
  z-index: 10;
}
#detail section .box {
  margin-top: -80px;
}
#detail section .image {
  width: 600px;
  height: 400px;
  margin-top: 70px;
}
#detail section .text {
  letter-spacing: 0.08em;
  margin-top: 30px;
  margin-bottom: -40px;
  padding: 0 20px;
}
#detail section .text h3 {
  font-size: 14px;
  font-weight: normal;
}
#detail section .text p {
  font-size: 14px;
  font-weight: lighter;
}
#detail section .data {
  margin-top: 50px;
  display: inline-block;
}
#detail section .data .title,
#detail section .data .price,
#detail section .data .material,
#detail section .data .color {
  padding: 10px 0;
}
#detail section .data .title {
  border-top: #666 1px solid;
  border-bottom: #666 1px solid;
}
#detail section .data .price,
#detail section .data .material,
#detail section .data .color {
  border-bottom: #666 1px dashed;
}
#detail section .data .title .num {
  font-weight: bold;
  letter-spacing: 0.5em;
}
#detail section .data .price span,
#detail section .data .material span,
#detail section .data .color span {
  display: inline-block;
  width: 7em;
}
#detail section .data .color .under {
  color: #ccc;
}
#detail section .data .color .current {
  color: #33f;
}


/* ============================================================
#inquiry
============================================================ */
#inquiry {
  font-family: Meiryo,  "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, sans-serif;
  padding-top: 230px;
}
#inquiry header {
  display: none;
}
#inquiry section {
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
#inquiry h3,
#inquiry p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.25;
  margin-bottom: 2.25em;
}
#inquiry .back {
  text-align: right;
  margin-top: 80px;
}

.aColor {
  color: #147e9c;
}