@charset 'utf-8';

/* ------------------------------
 * model.css
------------------------------ */



/* Nav (Home)
------------------------------ */
.hmj-static-nav {
  padding-bottom: 7px;
  background: url(/motor-lineup/layout/contents/201304/img/a-bg-nav.png) repeat-x 0 100%;
}

/* anchor */
.hmj-billboard .summary {
  position: relative;
}
.hmj-billboard .summary .anchor01,
.hmj-billboard .summary .anchor02 {
  position: absolute;
}
.hmj-billboard .summary .anchor01 {
  top: 79px;
  right: 0;
}
.hmj-billboard .summary .anchor02 {
  top: 138px;
  left: 157px;
}

/* Feature
------------------------------ */
.feature {
  padding-top: 48px;
  padding-bottom: 48px;
}
.feature .hmj-contents {
  position: relative;
}
.feature .feature-text {
  font-size: 116.667%;
  line-height: 1.714;
}
.feature .feature-text h2 {
  margin: 1em 0;
}
.feature .feature-text h3 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.feature .feature-text p {
  margin: 0.5em 0;
}


/* Styling
------------------------------ */
.feature--styling {
  min-height: 420px;
  background-color: #000;
  background-image: url(/VT1300/VT1300CX/img/bg-feature-styling.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.feature--styling .feature-text {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 660px;
  color: #a6a6a6;
}


/* Styling
------------------------------ */
.feature--equipment {
  color: #a6a6a6;
  background-color: #000;
}
.feature--equipment .boxes {
  padding-top: 48px;
}
.feature--equipment .note {
  color: #bbb;
}


/* Type / Color
------------------------------ */
.colors .pagenation a {
  background-image: url(/VT1300/VT1300CX/common/img/bg-colorchip.png);
}
.feature--type .price {
  margin-bottom: 0;
}
.feature--type .price small {
  font-weight: normal;
  font-size: 57.143%;
}


/* Spec
------------------------------ */
.feature-text--size {
  margin-top: 48px;
}
.tab-nav {
  margin-top: 36px;
  border-bottom: 2px solid #bebebe;
}
.tab-nav a {
  width: 298px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 12px;
  color: #444;
  background-color: #c7c7c7;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.tab-nav a:focus,
.tab-nav a:hover,
.tab-nav a:active {
  color: #eee;
  background-color: #000;
}
.tab-nav a.current {
  color: #eee;
  background-color: #000;
  cursor: not-allowed;
}