@charset 'utf-8';

/* ------------------------------
 * model.css
 * Feb 18, 2014
------------------------------ */

/* button */
.btn-primary {
  border-color: #a00;
  background-color: #c00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #900;
  background-color: #b00;
}
/* color */
.colors .pagenation a {
  margin-bottom: 2px;
  background-image: url(/VFR1200X/common/img/bg-colorchip.png);
}
/* billboard */
.hmj-billboard .summary {
  position: relative;
}
.hmj-billboard .summary .anchor01,
.hmj-billboard .summary .anchor02 {
  position: absolute;
  font-size: 10px;
}
.hmj-billboard .summary .anchor01 {
  top: 76px;
  left: 200px;
}
.hmj-billboard .summary .anchor02 {
  top: 99px;
  left: 147px;
}
/* feature */
.feature01,
.feature02,
.feature03 {
  position: relative;
  margin-top: 42px;
}
.feature01 .text,
.feature02 .text,
.feature03 .text {
  position: absolute;
  color: #fff;
  font-size: 116.667%;
  line-height: 1.75;
}
.feature01 .text {
  width: 360px;
  top: 72px;
  left: 72px;
  /* outline: 1px solid red; */
}
.feature02 .text {
  width: 360px;
  padding: 24px;
  top: 36px;
  left: 0;
  background: url('/VFR1200X/img/a-bg-black.png') repeat 0 0;
  /* outline: 1px solid red; */
}
.feature03 .text {
  width: 330px;
  padding: 24px;
  top: 36px;
  left: 0;
  background: url('/VFR1200X/img/a-bg-black.png') repeat 0 0;
  /* outline: 1px solid red; */
}


/* type color */
.type-colors .hmj-slide {
  height: 436px;
}

/* sectoin */
.section h2 {
  font-size: 114.285%;
  line-height: 1.5;
}
.section h3 {
  font-size: 100%;
  line-height: 1.1;
}
.section p,
.section li,
.section dt,
.section dd {
  line-height: 1.714;
}
.section ul.indent {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}
.section .indent li {
  padding-left: 1em;
  text-indent: -1em;
}
.footnote th {
  padding-right: 0.5em;
}