/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
@black:                 #000;
@grayDarker:            #222;
@grayDark:              #333;
@gray:                  #555;
@grayLight:             #999;
@grayLighter:           #eee;
@white:                 #fff;
*/
/*
@blue:                  #049cdb;
@blueDark:              #0064cd;
@red:                   #9d261d;
@yellow:                #ffc40d;
@orange:                #f89406;
@pink:                  #c3325f;
@purple:                #7a43b6;
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 11.7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#overwrap-nav {
  display: none;
}
/* body
 * ------------------------------------------------------------ */
html,
body {
  height: 100%;
}
body {
  background: #000000 !important;
  font-size: 12px;
  font-family: 'メイリオ', 'Meiryo', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-text-size-adjust: none;
  color: #555;
  margin: 0 !important;
  padding: 0 !important;
}
/*
@media all and (min-width:769px) {
  #header #nav-all .brand-nav-child {
    .transition(all 0.3s ease-in);
  }

  #header .child-wrap {
    // .transition(all 0.15s ease-in);
  }

  #sub-nav a span.nav-wrap {
    .transition(all 0.3s ease-in);
  }
}
*/
/* header
 * ------------------------------------------------------------ */
#header {
  margin: 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 107px;
  top: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
#header.non-fixed {
  position: absolute;
}
#header a {
  display: block;
}
#header p,
#header ul,
#header li,
#header h1 {
  margin: 0;
  padding: 0;
}
#header .wrapper {
  position: relative;
}
#header #site-id {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 34px;
  z-index: 5;
}
#header #site-id img {
  width: 123px;
  height: 70px;
}
#header #nav-all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
#header #nav-all #brand-nav {
  padding-top: 140px;
  background: #222222;
  width: 192px;
  height: 100%;
  z-index: 99;
}
#header #nav-all #brand-nav .brand-nav-child {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1%;
  background: #222222;
  /*&:hover, */
}
#header #nav-all #brand-nav .brand-nav-child img {
  width: 192px;
  height: auto;
}
#header #nav-all #brand-nav .brand-nav-child.visit {
  background: #303030 !important;
}
#header #nav-all #brand-nav .brand-nav-child:hover .child-wrap {
  width: 500px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
#header #nav-all #brand-nav .child-wrap {
  position: absolute;
  display: block;
  width: 0;
  overflow: hidden;
  padding: 15px 0;
  top: 0;
  left: 192px;
  background: #333;
  background: rgba(55, 55, 55, 0.95);
  /*
        background: #fff;
        background: rgba(255, 255, 255, 0.95);
*/
}
#header #nav-all #brand-nav .child-wrap .child-item {
  float: left;
  display: block;
}
#header #nav-all #brand-nav .child-wrap .child-item:first-child {
  border-top: none;
}
#header #nav-all #brand-nav .child-wrap .child-item a {
  display: block;
  padding: 5px 12px;
  font-size: 11px;
  color: #eee;
  text-decoration: none;
}
#header #nav-all #brand-nav .child-wrap .child-item a:hover {
  color: #bba950;
}
#header #nav-all #brand-nav .child-wrap .child-item .label-wrap {
  padding-left: 2em;
  text-indent: -0.7em;
  line-height: 1.4;
  display: block;
}
#header #nav-all #brand-nav .banner-fb {
  width: 192px;
  padding-top: 35px;
  text-align: center;
}
#header #nav-all #brand-nav .banner-fb img {
  width: 25px;
}
#header #nav-all #sub-nav {
  position: absolute;
  left: 230px;
  top: 30px;
  width: 688px;
}
#header #nav-all #sub-nav ul li {
  font-size: 11px;
  position: relative;
  list-style: none;
  float: left;
  width: 14.1%;
  border-right: 1px solid #9FA0A0;
  z-index: 3;
}
#header #nav-all #sub-nav ul li.item01 {
  border-left: 1px solid #9FA0A0;
  z-index: 1;
}
#header #nav-all #sub-nav ul li.item07 {
  float: right;
  /*
            position: absolute;
            width: 33%;
            border-left: 1px solid #9FA0A0;
            top: -2em;
            right: 0;
*/
}
#header #nav-all #sub-nav ul li a {
  color: #dddddd;
  text-decoration: none;
  padding: 0 1px;
}
#header #nav-all #sub-nav ul li a span.nav-wrap {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: center;
  display: block;
  padding: 2px 2px;
}
#header #nav-all #sub-nav ul li a:hover span.nav-wrap {
  background: #666;
}
#header #nav-all #sub-nav ul li ul {
  z-index: 1;
  top: 1em;
  height: 0;
  padding-top: 0.8em;
  position: absolute;
  width: 688px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header #nav-all #sub-nav ul li ul li {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #9FA0A0;
  border-bottom: 1px solid #9FA0A0;
  border-left: none;
  border-right: none;
  padding: 0.5em 0;
  width: 24.9%;
}
#header #nav-all #sub-nav li:hover ul {
  top: 1.5em;
  height: 4em;
}
/*
 * 100%化関連（2016.08.01）
 */
@media (max-width: 979px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
  #header #nav-all #sub-nav {
    left: 215px;
    max-width: 688px;
  }
  #header #nav-all #sub-nav ul li {
    font-size: 11px;
    width: auto;
  }
  #header #nav-all #sub-nav ul li.item07 {
    float: left;
  }
  #header #nav-all #sub-nav ul li a span.nav-wrap {
    padding-left: 6px;
    padding-right: 6px;
  }
  #header #nav-all #sub-nav ul li ul li {
    width: auto;
    border: none;
    background: rgba(0, 0, 0, 0.7);
  }
  #header .bread-list {
    padding-left: 215px;
  }
}
.for-small-screen {
  display: none;
}
#header .option-nav {
  z-index: 150;
  position: absolute;
  right: 30px;
  top: 30px;
}
#header .option-nav ul li {
  display: inline-block;
  border-left: 1px solid #9FA0A0;
  font-size: 11px;
  vertical-align: bottom;
}
#header .option-nav ul .item01 {
  box-sizing: border-box;
  width: 80px;
  text-align: center;
  padding-left: 2px;
}
#header .option-nav ul .item01 a {
  color: #ddd;
  text-decoration: none;
}
#header .option-nav ul .item01 a span.nav-wrap {
  display: block;
  padding: 2px;
}
#header .option-nav ul .item01 a:hover span.nav-wrap {
  background: #666;
}
#header .option-nav ul .item02 {
  padding-left: 8px;
}
#header .option-nav .banner-fb img {
  width: 21px;
  vertical-align: bottom;
  transition: 0.25s;
}
#header .option-nav .banner-fb a:hover img {
  opacity: 0.8;
}
@media (max-width: 979px) {
  .for-small-screen {
    display: block;
  }
  .for-large-screen {
    display: none;
  }
}
/* /// */
.mobile-view #header #nav-all #brand-nav .brand-nav-child:hover .child-wrap {
  width: 0;
}
.mobile-view #header #nav-all #sub-nav ul li:hover ul {
  height: 0;
}
.bread-list {
  padding: 75px 0 0 230px;
  color: #aaa;
  font-size: 12px;
}
.bread-list .icon {
  padding: 0 0.5em;
}
.bread-list a {
  color: #fff;
  text-decoration: none;
}
.bread-list a:hover {
  text-decoration: underline;
}
#header .bread-list a {
  display: inline;
}
/* contents
 * ------------------------------------------------------------ */
#contents {
  margin: 0;
  padding-top: 107px;
  background: #000;
}
#contents .wrapper {
  background: #222222;
}
#contents .wrapper .main-cnt {
  background: #fff;
  min-height: 350px;
}
#contents a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.home #contents .wrapper .main-cnt {
  background: #000;
}
/* footer
 * ------------------------------------------------------------ */
#footer {
  background: #000;
}
#footer .wrapper {
  background: #222222;
}
#footer .footer-misc p.left {
  float: left;
}
#footer .footer-misc p.left a {
  text-decoration: none;
}
#footer .main-cnt {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
#footer .main-cnt .footer-link {
  margin-left: 35px;
  margin-right: 35px;
}
#footer .main-cnt .border-top {
  padding-top: 1.5em;
}
#footer p,
#footer ul,
#footer li {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#footer p.to-page-top {
  padding-bottom: 7px;
}
#footer .border-top p {
  float: right;
}
#footer ul {
  float: left;
}
#footer ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #9FA0A0;
}
#footer ul li:first-child {
  border-left: 1px solid #9FA0A0;
}
#footer ul li a {
  text-decoration: none;
}
#footer ul li span {
  padding: 2px 10px;
}
#footer a,
#footer p {
  color: #333333;
  font-size: 11px;
}
#footer a:hover {
  color: #999999;
}
body.home div#footer .main-cnt,
body.type-cat-brand div#footer .main-cnt {
  background: #000;
}
body.home div#footer .main-cnt a,
body.type-cat-brand div#footer .main-cnt a,
body.home div#footer .main-cnt p,
body.type-cat-brand div#footer .main-cnt p {
  color: #aaa;
}
body.home div#footer .main-cnt a:hover,
body.type-cat-brand div#footer .main-cnt a:hover {
  color: #aaaaaa;
}
/* common
 * ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .main-cnt {
  margin-left: 192px;
}
.home {
  background: url(../img/loader.gif) no-repeat center center;
  height: 100%;
}
.home #header #nav-all #brand-nav,
.home #header #nav-all #brand-nav .brand-nav-child {
  background: #222;
}
.home #top-main-visual {
  overflow: hidden;
}
.home #contents div.wrapper,
.home #footer div.wrapper {
  background: #222;
}
.home > #container {
  opacity: 0.001;
}
.home #contents .wrapper .main-cnt {
  min-height: 100px;
}
.home #footer .main-cnt div {
  border-top: none;
  margin-right: 0;
}
.home #footer .main-cnt div a,
.home #footer .main-cnt div p {
  color: #fff;
}
#home-news .home-news-wrap {
  padding-left: 35px;
  background: #111;
}
#home-news .home-news-head {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}
#home-news .home-news-head:hover {
  opacity: 0.5;
}
#home-news .home-news-head h2 {
  float: left;
  font-size: 16px;
}
#home-news .home-news-head div {
  float: right;
  color: #fff;
  padding-right: 35px;
}
#home-news .home-news-head div .close {
  display: none;
}
#home-news .home-news-body {
  display: none;
  padding-bottom: 2em;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
#home-news .home-news-body p,
#home-news .home-news-body a {
  font-size: 11px;
  line-height: 1.7;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
#home-news .home-news-body p:hover,
#home-news .home-news-body a:hover {
  color: #999999;
}
#home-news .home-news-body span {
  padding-right: 1em;
}
#home-news .home-news-wrap.open .home-news-head .open {
  display: none;
}
#home-news .home-news-wrap.open .home-news-head .close {
  display: block;
}
#home-news .home-news-wrap.open .home-news-body {
  display: block;
}
#top-main-visual {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: auto;
}
#top-main-visual p {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}
#top-main-visual p img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
 * tinyMCE用（管理画面、Webサイト共通）
 * ------------------------------------------------------------ */
.cms-text {
  line-height: 1.9;
}
.cms-text img {
  max-width: 100%;
  height: auto;
}
.cms-text hr {
  border: 0;
  margin: 0 0 1em 0;
  height: 1px;
  background: none;
  clear: both;
}
.cms-text h1 {
  font-size: 16px;
}
.cms-text h2 {
  font-size: 14px;
}
.cms-text h3 {
  font-size: 12px;
}
.cms-text h1,
.cms-text h2,
.cms-text h3 {
  color: #bba950;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.cms-text h4,
.cms-text h5,
.cms-text h6 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.cms-text table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.cms-text table th,
.cms-text table td {
  padding: 0.4em 0.7em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 12px;
}
.cms-text table th {
  white-space: nowrap;
  text-align: left;
}
.cms-text table tr:nth-child(2n) th,
.cms-text table tr:nth-child(2n) td {
  background: #f7f7f7;
}
.cms-text a {
  color: #bba950;
  text-decoration: underline;
}
.cms-text a:hover {
  text-decoration: none;
}
.cms-text p {
  margin-top: 0;
  line-height: 2.1;
}
.cms-text ul {
  margin-left: 0;
  margin-top: 0;
  padding-left: 1.5em;
}
.cms-text .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.cms-text .alignleft {
  float: left;
  margin-right: 15px;
}
.cms-text .alignright {
  float: right;
  margin-left: 15px;
}
.cms-text .wp-caption-text {
  font-size: 10px;
  text-align: center;
}
body .cms-text {
  font-size: 12px;
  font-family: 'メイリオ', 'Meiryo', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.cap-gold {
  color: #bba950;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.cap-color-gold {
  color: #bba950;
}
.cap-page-title {
  font-size: 25px;
  text-align: center;
  margin: 2em 0;
  color: #555555;
  font-weight: normal;
}
.cap-font {
  font-family: 'Belleza', sans-serif;
  font-weight: normal;
}
.cap-lineup {
  font-size: 22px;
  text-align: center;
}
.cap-underline {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #fff;
}
.sub-cap {
  font-size: 70%;
  color: #555555;
}
.to-page-top {
  text-align: right;
  font-size: 10px;
  padding-bottom: 7px;
}
.to-page-top a {
  text-decoration: none;
}
.main-image {
  margin: 0;
  line-height: 1;
  font-size: 1%;
}
/*
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom {
  border-top: 1px solid #ccc;
}
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.s-text {
  font-size: 80%;
}
.no-border {
  border: none;
}
.icon {
  padding-right: 0.5em;
}
.col-2 .left {
  float: left;
}
.col-2 .right {
  float: right;
}
.main-image {
  max-width: 100%;
  overflow: hidden;
}
.main-image img {
  max-width: 100%;
  height: auto;
}
.social-area {
  padding-top: 15px;
}
.social-area div {
  float: right;
}
.social-area .mark-discon {
  margin: 0;
  float: left;
  color: #fff;
  background: #999999;
  font-size: 10px;
  padding: 0.3em 1em;
}
.social-area .mark-new {
  margin: 0;
  float: left;
  color: #fff;
  background: #bf1009;
  font-size: 10px;
  padding: 0.3em 2.5em;
}
.btn-ancher-group {
  margin: 0 1em 0 0;
  padding-top: 1em;
}
.btn-ancher-group li {
  float: right;
  list-style: none;
  line-height: 1;
  border-left: 1px solid #ccc;
}
.btn-ancher-group li:first-child {
  border-right: 1px solid #ccc;
}
.btn-ancher-group li a {
  font-size: 11px;
  display: block;
  text-decoration: none;
  padding: 0 1px;
}
.btn-ancher-group li a span {
  color: #ddd;
  display: block;
  padding: 0.4em 2em;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.btn-ancher-group li a:hover span {
  background: #666;
  color: #fff;
}
.new-mark {
  position: absolute;
  background: #bf1009;
  color: #fff;
  display: table;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.new-mark span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  overflow: hidden;
  font-size: 8px;
  line-height: 1;
  color: #fff;
}
.support-box {
  margin-top: 55px;
}
.support-box .cap {
  margin: 0 0 0.3em 0;
  font-weight: normal;
  font-size: 12px;
}
.support-box .support-list {
  padding: 0;
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.support-box .support-list p.support-item {
  margin: 0;
}
.support-box .support-list p.support-item a {
  text-decoration: none;
  color: #222222;
}
.support-box .cms-text {
  border-top: 1px dotted #ccc;
  padding-top: 1.5em;
}
body.type-cat-brand .brand-logo {
  margin-top: 40px;
}
body.type-cat-brand .support-list p.support-item a {
  color: #eeeeee !important;
}
body.type-cat-brand #contents .wrapper {
  background: #222222;
}
body.type-cat-brand #contents .wrapper .main-cnt {
  background: #000;
  color: #eeeeee;
}
body.type-cat-brand .main-image img {
  width: 100%;
  height: auto;
}
body.type-cat-brand .brand-name {
  text-align: center;
}
body.type-cat-brand .brand-name h3 {
  line-height: 1;
  font-size: 1%;
  margin-bottom: 10px;
}
body.type-cat-brand .brand-name h3 img {
  max-width: 300px;
  height: auto;
}
body.type-cat-brand .brand-name p {
  font-size: 10px;
  margin: 0 0 5em 0;
}
.lineup-box {
  border-bottom: 1px solid #9FA0A0;
  margin-bottom: 3.5em;
}
.lineup-box h4 {
  font-size: 18px;
  margin: 0 0 0.3em 0;
}
.lineup-box h4 a {
  color: #bba950;
  text-decoration: none;
}
.lineup-box .lineup-single {
  float: left;
  position: relative;
}
.lineup-box .lineup-single .new-product {
  background: #bf1009;
  color: #fff;
  font-size: 8px;
  padding: 0 5px;
  margin-left: 1em;
}
.lineup-box .lineup-single p {
  line-height: 1.2;
  margin: 0;
}
.lineup-box .lineup-single a {
  color: #eeeeee;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.lineup-box .lineup-single a:hover {
  color: #bba950;
}
.lineup-box .lineup-single .icon {
  font-size: 13px;
}
.lineup-box .lineup-single .prd_name {
  font-size: 15px;
}
.lineup-box .lineup-single .prd_cat {
  font-size: 11px;
}
.lineup-box .lineup-single .prd_name,
.lineup-box .lineup-single .prd_cat {
  padding-right: 25px;
}
.lineup-box .lineup-single .lineup-single-photo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  background: #fff;
  border: 1px solid #aaaaaa;
  line-height: 1;
  font-size: 1%;
  margin-bottom: 7px;
}
.lineup-box .lineup-single img {
  width: 100%;
}
.thumb-3 .lineup-box .lineup-single {
  width: 218px;
  margin: 0 17px 2em 0;
}
.thumb-3 .lineup-box .lineup-single.item3,
.thumb-3 .lineup-box .lineup-single.item6,
.thumb-3 .lineup-box .lineup-single.item9,
.thumb-3 .lineup-box .lineup-single.item12,
.thumb-3 .lineup-box .lineup-single.item15,
.thumb-3 .lineup-box .lineup-single.item18,
.thumb-3 .lineup-box .lineup-single.item21 {
  margin-right: 0;
  float: right;
}
.thumb-3 .lineup-box .lineup-single .lineup-single-photo {
  height: 130px;
}
.thumb-3 .lineup-box .lineup-single .lineup-single-photo img {
  width: 218px;
  height: 131px;
}
.thumb-4 .lineup-box .lineup-single {
  width: 159px;
  margin: 0 17px 2em 0;
}
.thumb-4 .lineup-box .lineup-single.item4,
.thumb-4 .lineup-box .lineup-single.item8,
.thumb-4 .lineup-box .lineup-single.item12,
.thumb-4 .lineup-box .lineup-single.item16,
.thumb-4 .lineup-box .lineup-single.item20,
.thumb-4 .lineup-box .lineup-single.item24 {
  width: 159px;
  margin-right: 0;
  float: right;
}
.thumb-4 .lineup-box .lineup-single .lineup-single-photo {
  height: 185px;
}
.thumb-4 .lineup-box .lineup-single .lineup-single-photo img {
  width: 159px;
  height: 191px;
}
body .prd-logo {
  text-align: center;
}
body .prd-logo img {
  max-width: 150px;
  height: auto;
}
body #contents .wrapper {
  background: #222222;
}
body #contents .wrapper .main-cnt {
  background: #fff;
  color: #555555;
}
body .main-image img {
  width: 100%;
  height: auto;
}
body .product-logo {
  text-align: center;
  margin-bottom: 2.5em;
}
body .product-logo img {
  max-width: 150px;
  height: auto;
}
body .product-concept {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5em;
  margin-bottom: 2em;
}
body .product-concept.no-border {
  border: none;
}
body .product-spec {
  line-height: 1.7;
  padding-bottom: 2.5em;
}
body .product-spec h3 {
  margin: 0 0 0.3em 0;
  font-size: 12px;
  font-weight: normal;
}
body .product-photo {
  width: 335px;
  padding-bottom: 4em;
}
body .product-photo img {
  max-width: 100%;
  height: auto;
}
body .product-text {
  width: 330px;
  padding-bottom: 4em;
}
body .product-text p {
  margin: 0;
}
body .product-text p span {
  font-size: 10px;
}
body .product-text p span.price_in_cms_text {
  font-size: 12px;
}
body .product-text h3 {
  font-size: 22px;
  margin: 0 0 0.5em 0;
  font-family: 'Belleza', sans-serif;
  font-weight: normal;
}
body .product-text .color-chip div {
  width: 75px;
  padding: 5px;
  font-size: 10px;
}
body .product-text .color-chip div img {
  max-width: 100%;
  margin-right: 5px;
}
body #footer .wrapper .main-cnt {
  background: #fff;
}
.product-name {
  text-align: center;
  line-height: 1;
  padding-bottom: 3em;
}
.product-name h3 {
  padding-top: 0.7em;
  color: #999999;
  font-size: 36px;
  margin: 0;
}
.product-name p {
  margin: 0.5em 0 0 0;
  color: #aaaaaa;
  font-size: 13px;
}
.product-name .new-mark {
  top: 50px;
  right: 0;
}
.product-name .new-mark span {
  width: 35px;
  height: 35px;
  font-size: 10px;
}
.product-group-serial {
  border-bottomcss: 1px solid #ccc;
}
.product-variation .series-box {
  margin-bottom: 2.5em;
}
.product-variation h2 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.product-variation h3 {
  font-size: 12px;
  margin-top: 0;
}
.product-variation .spec-col {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.product-variation .spec-col h3.cap-font {
  font-size: 21px;
  margin-bottom: 0.5em;
  color: #bba950;
}
.product-variation .spec-col p {
  margin: 0;
  width: 100%;
}
.product-variation .spec-col .cms-text {
  padding-bottom: 0;
}
.product-variation .variation-box {
  border-top: 1px dotted #ccc;
  padding-top: 2em;
}
.product-variation .variation-single {
  width: 49%;
  padding-bottom: 2em;
}
.product-variation .variation-single .left {
  width: 30%;
  text-align: center;
}
.product-variation .variation-single .left p {
  margin: 0;
}
.product-variation .variation-single .left img {
  height: auto;
  max-width: 100%;
}
.product-variation .variation-single .right {
  width: 65%;
}
.product-variation .variation-single .right h4 {
  margin: 0 0 0.5em 0;
}
.product-variation .variation-single .right p {
  margin: 0;
}
.product-variation .variation-single .right span {
  font-size: 10px;
}
.product-variation .variation-single .right .product-detail-single-price {
  margin-top: 0.5em;
}
.type-cat-group-product {
  /*
  .product-name {
    text-align: center;
    line-height: 1;
    h3 {
      padding-top: 0.7em;
      color: @baseGray;
      font-size: 45px;
      margin: 0;
    }
  }
*/
}
.type-cat-group-product #contents .wrapper {
  background: #222222;
}
.type-cat-group-product #contents .wrapper .main-cnt {
  background: #fff;
  color: #555555;
}
.type-cat-group-product #footer .main-cnt {
  background: #fff;
}
.product-group-lineup h4 {
  color: #9FA0A0;
  font-size: 22px;
  border-bottom: 1px solid #CACACA;
  text-align: center;
  padding-bottom: 0.3em;
}
.product-name {
  position: relative;
}
.product-name .price-list {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 25px;
}
.product-name .price-list a {
  font-size: 11px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #aaa;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding: 0.1em 1em;
}
body.type-cat-group-product .product-concept {
  border-bottom: none;
}
.product-group-single {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.product-group-single .product-group-head {
  margin-top: 3em;
  margin-bottom: 0.3em;
  position: relative;
}
.product-group-single .product-group-head .price-list {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 4px;
}
.product-group-single .product-group-head .price-list a {
  font-size: 11px;
  display: block;
  text-decoration: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 1px;
}
.product-group-single .product-group-head .price-list a span {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #666;
  padding: 0.2em 1em;
  display: block;
}
.product-group-single .product-group-head .price-list a :hover {
  color: #fff;
  background: #666;
}
.product-group-single h5 {
  color: #4D4D4D;
  font-size: 26px;
  text-align: center;
  margin-bottom: 0.3em;
  margin: 0;
}
.product-group-single .photo-table {
  margin-bottom: 1em;
  width: 100%;
}
.product-group-single .photo-table td {
  vertical-align: top;
  text-align: center;
}
.product-group-single .photo-table td div {
  width: 100%;
  max-width: 170px;
  max-height: 100px;
  overflow: hidden;
  margin: 0 auto;
}
.product-group-single .photo-table td img {
  width: 100%;
  height: auto;
}
.product-group-single .price-table {
  width: 100%;
  border-top: 1px solid #cacaca;
}
.product-group-single .price-table th {
  color: #bba950;
  background: #EDE8DB;
}
.product-group-single .price-table th,
.product-group-single .price-table td {
  text-align: center;
  padding: 0.4em 0;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  box-sizing: border-box;
  font-size: 12px;
}
.product-group-single .price-table .s-text th,
.product-group-single .price-table .s-text td {
  font-size: 80%;
}
.product-group-single .price-table th:first-child,
.product-group-single .price-table td:first-child {
  border-left: none;
}
.product-group-single .price-table .odd td,
.product-group-single .price-table .odd th {
  background: #E6E6E6;
}
.product-group-single .price-table td.text-left {
  text-align: left;
  padding-left: 0.5em;
}
.product-group-single .price-table td.text-right {
  text-align: right;
  padding-right: 0.5em;
}
.news-contents .link-detail {
  border-top: 1px solid #ccc;
  text-align: right;
  padding-top: 0.7em;
}
.news-contents h2.cap-news-big {
  background: #EDE8DB;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 0.3em 0;
  margin: 4em 0 3em 0;
  letter-spacing: 0.2em;
}
.news-contents .news-box {
  margin-bottom: 2em;
}
.news-contents .news-box .news-date {
  color: #666;
  font-size: 11px;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
}
.news-contents .news-box .brand-icon {
  margin: 0;
  max-width: 140px;
  font-size: 1%;
  line-height: 1;
  padding-right: 7px;
}
.news-contents .news-box .brand-icon img {
  width: 100%;
  height: auto;
}
.news-contents .news-box h3.cap-news-middle {
  color: #bba950;
  font-size: 17px;
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 0.9em;
}
.news-contents a {
  color: #bba950;
  text-decoration: none;
}
.news-contents .pager {
  border-top: 1px solid #ccc;
  padding: 2em 0 1em 0;
  text-align: center;
}
.news-contents .pager .page-numbers {
  background: #bba950;
  color: #fff;
  padding: 1em 1em;
}
.news-contents .pager .page-numbers.current {
  background: #eee;
  color: #666;
  font-weight: bolder;
}
.news-contents .pager .page-numbers.next,
.news-contents .pager .page-numbers.prev {
  background: none;
  color: #bba950;
}
.dealer-lead {
  padding-top: 2em;
  margin-bottom: 4em;
}
.dealer-ancher {
  margin-bottom: 2em;
  padding: 10px;
  background: #f7f7f7;
}
.dealer-ancher ul {
  margin: 0;
  padding: 0;
}
.dealer-ancher li {
  list-style: none;
  margin-right: 1.5em;
  float: left;
}
.dealer-ancher li a {
  color: #bba950;
  text-decoration: none;
}
.dealer-ancher li a:hover {
  text-decoration: underline;
}
.dealer-area {
  color: #666;
}
.dealer-area .to-page-top {
  margin-bottom: 3em;
}
.dealer-area .to-page-top a {
  color: #666;
}
.dealer-area h2 {
  font-size: 16px;
  font-weight: normal;
}
.dealer-area table {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.dealer-area a {
  color: #bba950;
  text-decoration: none;
}
.dealer-area a:hover {
  text-decoration: underline;
}
.dealer-area th,
.dealer-area td {
  vertical-align: top;
  padding: 0.7em 0;
}
.dealer-area span {
  display: block;
}
.dealer-area tr.odd th,
.dealer-area tr.odd td {
  background: #f7f7f7;
}
.dealer-area th {
  text-align: left;
  width: 30%;
}
.dealer-area th span {
  padding-left: 0.5em;
}
.dealer-area td.dealer-zip {
  width: 10%;
}
.dealer-area td.dealer-address {
  width: 35%;
}
.dealer-area td.dealer-tel {
  width: 15%;
  text-align: right;
}
.dealer-area td.dealer-tel span {
  padding-right: 0.5em;
}
.category-dealer .main-title,
.page-type_static-page .main-title {
  background: #f3f3f3;
  color: #555555;
  padding: 4.5em 40px;
  margin: 0 0 3em 0;
}
.category-dealer .main-title h1,
.page-type_static-page .main-title h1 {
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.contact-cnt .lead {
  margin-bottom: 2em;
}
.contact-cnt .contact-form {
  border-top: 1px dotted #ccc;
}
.contact-cnt .contact-form dl {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 1px 0;
  background: #f7f7f7;
}
.contact-cnt .contact-form p {
  margin: 0;
  padding: 0 2em;
  min-height: 1em;
}
.contact-cnt .contact-form dt {
  padding: 1em 0;
  float: left;
  width: 180px;
}
.contact-cnt .contact-form dt span {
  font-size: 8px;
  background: #999999;
  color: #fff;
  padding: 0 5px;
  margin-left: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact-cnt .contact-form dd {
  float: right;
  background: #fff;
  padding: 1em 0;
  margin: 0;
  width: 505px;
  min-height: 2em;
}
.contact-cnt .contact-form .form-name input {
  width: 15em;
}
.contact-cnt .contact-form .form-address input {
  width: 38em;
}
.contact-cnt .contact-form .form-mail input {
  width: 20em;
}
.contact-cnt .contact-form .form-text textarea {
  width: 38em;
  height: 16em;
}
.contact-cnt .contact-form .form-btn {
  text-align: center;
  padding-top: 2em;
}
.contact-cnt .contact-form .form-btn input {
  background: #bf1009;
  padding: 1em 3em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contact-cnt .contact-form .form-btn input:hover {
  opacity: 0.7;
}
.contact-cnt .form-item input,
.contact-cnt .form-item textarea {
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact-cnt .form-item input:focus,
.contact-cnt .form-item textarea:focus {
  background: #feffee;
}
.contact-cnt .address {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
}
.page-catalog .lead {
  margin-bottom: 4em;
}
.page-catalog .para {
  margin-bottom: 3em;
}
.page-catalog .para h2 {
  font-weight: normal;
  font-size: 16px;
  color: #555555;
  border-bottom: 3px solid #ccc;
  padding-bottom: 0.5em;
}
.page-catalog .para a {
  color: #bba950;
  text-decoration: none;
}
.page-catalog .para a:hover {
  text-decoration: underline;
}
.type-cat-price-list h2.logo-for-price {
  font-size: 32px;
  font-weight: normal;
}
.type-cat-price-list h2.logo-for-price img {
  max-width: 300px;
}
.type-cat-price-list h3 {
  color: #bba950;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: normal;
}
.type-cat-price-list h4 {
  margin-bottom: 0.2em;
}
.type-cat-price-list table.normal-price {
  width: 100%;
  border-top: 1px solid #cacaca;
  margin-bottom: 2em;
}
.type-cat-price-list table.normal-price th,
.type-cat-price-list table.normal-price td {
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  padding: 0.4em 0.7em;
}
.type-cat-price-list table.normal-price th {
  text-align: left;
}
.type-cat-price-list table.normal-price th:first-child {
  border-left: none;
}
.type-cat-price-list table.normal-price td.cel-price {
  text-align: right;
}
.type-cat-price-list table.normal-price .plice-list-head td,
.type-cat-price-list table.normal-price .plice-list-head th {
  background: #ede8db;
  color: #bba950;
  text-align: center;
}
.type-cat-price-list table.normal-price.col-2 .cel-name {
  width: 80%;
}
.type-cat-price-list table.normal-price.col-2 .cel-price {
  width: 20%;
}
.type-cat-price-list table.normal-price.col-3 .cel-name {
  width: 35%;
}
.type-cat-price-list table.normal-price.col-3 .cel-cat {
  width: 45%;
}
.type-cat-price-list table.normal-price.col-3 .cel-price {
  width: 20%;
}
.type-cat-price-list table.normal-price.col-4 .cel-name {
  width: 35%;
}
.type-cat-price-list table.normal-price.col-4 .cel-cat {
  width: 35%;
}
.type-cat-price-list table.normal-price.col-4 .cel-color {
  width: 10%;
}
.type-cat-price-list table.normal-price.col-4 .cel-price {
  width: 20%;
}
/*
 * 100%化関連（2016.08.01）
 */
.cnt-padding {
  /*
  padding: 0 40px 40px 40px;
  overflow: hidden;
  */
  box-sizing: border-box;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 979px) and (min-width: 768px) {
  .cnt-padding {
    width: 100%;
    padding: 0 30px 0 30px;
  }
  body #contents .lineup-box .lineup-single {
    box-sizing: border-box;
    width: 33%;
    margin: 0;
    margin-bottom: 1em;
  }
  body #contents .lineup-box .lineup-single.item3,
  body #contents .lineup-box .lineup-single.item6,
  body #contents .lineup-box .lineup-single.item9,
  body #contents .lineup-box .lineup-single.item12,
  body #contents .lineup-box .lineup-single.item15,
  body #contents .lineup-box .lineup-single.item18,
  body #contents .lineup-box .lineup-single.item21 {
    float: left;
  }
  body #contents .lineup-box .lineup-single .lineup-single-photo {
    height: auto;
    line-height: 1;
    font-size: 1%;
    vertical-align: bottom;
    max-height: 90px;
    max-width: 100%;
  }
  body #contents .lineup-box .lineup-single .lineup-single-photo img {
    width: 100%;
    height: auto;
  }
  body div.product-photo {
    width: 48%;
  }
  body div.product-text {
    width: 48%;
  }
  .thumb-3 .lineup-box .lineup-single.item3,
  .thumb-3 .lineup-box .lineup-single.item6,
  .thumb-3 .lineup-box .lineup-single.item9,
  .thumb-3 .lineup-box .lineup-single.item12,
  .thumb-3 .lineup-box .lineup-single.item15,
  .thumb-3 .lineup-box .lineup-single.item18,
  .thumb-3 .lineup-box .lineup-single.item21 {
    float: left;
  }
  .thumb-4 .lineup-box .lineup-single.item4,
  .thumb-4 .lineup-box .lineup-single.item8,
  .thumb-4 .lineup-box .lineup-single.item12,
  .thumb-4 .lineup-box .lineup-single.item16,
  .thumb-4 .lineup-box .lineup-single.item20,
  .thumb-4 .lineup-box .lineup-single.item24 {
    float: left;
  }
}
@media (max-width: 767px) {
  .cnt-padding {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}
.for-sp {
  display: none;
}
.catch {
  position: relative;
  z-index: 2;
}
.catch #mr-drill {
  position: absolute;
  right: -5px;
  top: -15px;
}
#progress {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}
#progress #toTop {
  display: none;
}
#progress.search-screen {
  background: #fff;
  min-height: 500px;
}
#progress.search-screen #toTop {
  display: block;
  text-align: right;
  color: #61bfd0;
  cursor: pointer;
  position: absolute;
  right: 15px;
}
#progress.search-screen #toTop p {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 7px;
}
#progress.search-screen #toTop:hover p {
  background: #61bfd0;
  color: #fff;
}
#progress .new-mark {
  display: table;
  background: #b54895;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 5;
  font-size: 8px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#progress .new-mark span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 35px;
  height: 35px;
}
.modal {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modal.fade {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  overflow: hidden;
}
.modal .modal-header .close {
  color: #61bfd0;
  font-size: 12px;
  opacity: 1;
}
.modal .modal-header .close span {
  margin-right: 3px;
}
.modal .modal-header .close:hover {
  opacity: 0.7;
}
.modal .modal-header h3 {
  font-size: 1%;
  line-height: 20px;
}
.modal .modal-body {
  max-height: 420px;
  padding-top: 5px;
  text-align: center;
  min-width: 280px;
  margin: 0;
}
.modal .modal-body img {
  max-height: 100%;
}
.modal .modal-body p {
  text-align: left;
  padding-top: 0.5em;
}
#progress.ie {
  height: 440px;
  overflow: visible;
}
#progress.ie #progress-top .new-mark {
  top: 5px;
  right: 5px;
  background: #b54895;
}
#progress.ie.search-screen {
  height: auto;
}
#progress.ie7 .new-mark {
  zoom: 1;
  padding: 5px 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 0 !important;
  right: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  #progress {
    min-height: 440px;
  }
}
@media (max-width: 767px) {
  .catch #mr-drill {
    display: none;
  }
  .modal .modal-body {
    max-height: 300px;
  }
  .modal .modal-body img {
    max-height: 80%;
  }
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.border-top {
  border-top: 1px solid #ccc;
}
.border-bottom {
  border-top: 1px solid #ccc;
}
.no-border4table {
  border: none !important;
}
.no-border4table td,
.no-border4table th {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.sp-nav-btn {
  display: none;
}
@media print {
  #nav-all,
  .bread-list,
  #footer ul {
    display: hidden !important;
  }
}
@media (max-width: 767px) {
  .for-sp {
    display: block;
  }
  #container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  #header,
  #header.non-fixed {
    position: fixed;
  }
  #header {
    background: rgba(0, 0, 0, 0.8);
  }
  #overwrap-nav {
    background: rgba(50, 50, 50, 0.95);
  }
  #overwrap-nav .brand-nav-child {
    border-top: 1px solid #888;
  }
  #overwrap-nav .brand-nav-child:first-child {
    border: none;
  }
  #overwrap-nav li {
    border-top: 1px solid #888;
  }
  #overwrap-nav li a {
    color: #eee;
  }
  #overwrap-nav.show {
    top: 55px;
    opacity: 1;
  }
  #overwrap-nav {
    display: block;
    z-index: 99;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    right: 5px;
    position: absolute;
    top: -1000px;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #overwrap-nav .brand-nav-child {
    border-top: 1px solid #ccc;
    line-height: 1;
    font-size: 1%;
  }
  #overwrap-nav .brand-nav-child:first-child {
    border: none;
  }
  #overwrap-nav .brand-nav-child img {
    width: 150px;
    height: auto;
  }
  #overwrap-nav .banner-fb,
  #overwrap-nav ul ul {
    display: none;
  }
  #overwrap-nav ul {
    margin: 0;
    padding: 0;
  }
  #overwrap-nav li {
    list-style: none;
    text-align: center;
  }
  #overwrap-nav li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
  }
  .to-page-top,
  #nav-all,
  .bread-list,
  .child-wrap,
  #sub-nav li ul {
    display: none;
  }
  #header #nav-all.show {
    left: 50%;
  }
  #header #nav-all {
    width: 200px;
    height: 500px;
    position: absolute;
    top: 60px;
    right: 0;
    background: #222222;
    overflow: scroll;
  }
  #header #nav-all #brand-nav {
    width: 100%;
    background: transparent;
    padding-top: 0;
    position: static;
    height: auto;
  }
  #header #nav-all #brand-nav .brand-nav-child {
    width: 100%;
    background: transparent;
  }
  #header #nav-all #brand-nav .banner-fb {
    display: none;
  }
  #header #nav-all #sub-nav {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
  }
  #header #nav-all #sub-nav ul li {
    float: none;
    position: static;
    width: 100%;
    text-align: left;
  }
  #header #nav-all #sub-nav ul li a {
    color: #333;
    padding: 1em 1em;
  }
  #header #nav-all #sub-nav ul li.item01 {
    border: none;
  }
  #header #nav-all #sub-nav ul li.item06 {
    width: 100%;
  }
  #header #nav-all #sub-nav ul li a span.nav-wrap {
    text-align: left;
    display: inline;
  }
  #header #nav-all #sub-nav ul li ul {
    width: 100%;
    height: auto;
    position: static;
  }
  #header #nav-all #sub-nav ul li ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border: none;
  }
  #header #nav-all #sub-nav ul li:hover ul {
    height: auto;
  }
  .sp-nav-btn {
    display: block;
  }
  #header .wrapper,
  #contents .wrapper,
  #footer .wrapper {
    width: 100%;
  }
  #header .wrapper .main-cnt,
  #contents .wrapper .main-cnt,
  #footer .wrapper .main-cnt {
    margin-left: 0;
  }
  #header .wrapper .main-cnt .footer-misc,
  #contents .wrapper .main-cnt .footer-misc,
  #footer .wrapper .main-cnt .footer-misc {
    padding-bottom: 0.5em;
  }
  #header .wrapper .main-cnt .footer-link,
  #contents .wrapper .main-cnt .footer-link,
  #footer .wrapper .main-cnt .footer-link {
    margin-left: 0;
    margin-right: 0;
  }
  #header {
    height: 50px;
  }
  #header .wrapper {
    height: 50px;
    background: transparent;
  }
  #header #site-id {
    top: 7px;
    left: 10px;
  }
  #header #site-id img {
    width: 70px;
    height: auto;
  }
  #header .sp-nav-btn {
    position: absolute;
    top: 7px;
    right: 10px;
    background: #ff2a2a;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: table;
  }
  #header .sp-nav-btn .sp-nav-btn-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
  }
  #contents {
    padding-top: 50px;
  }
  #footer {
    text-align: center;
  }
  #footer ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #footer ul li {
    float: none;
    display: inline-block;
  }
  #footer p {
    float: none;
    padding-top: 0.7em;
    text-align: center;
  }
  /*
#container {
	background: #FFFFFF;
	-webkit-transform: translate3d(0px, 0px, 1px);
	-webkit-transition: .2s -webkit-transform ease-in-out;
	z-index: 1;
}
#container.show {
	-webkit-transform: translate3d(240px, 0px, 1px);
	min-width: 320px;
}


#slidemenu.show {
    height: 100%;
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0s linear .2s;
 }

#slidemenu_contents {
	display: none;
	height: 100%;
	position: relative;
	width: 240px;
}

#slidemenu {
	background-color: #333;
	left: 0;
	top: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: visibility 0s linear .2s;
 }
 */
  .left,
  .right,
  .alignleft,
  .alignright {
    float: none !important;
    text-align: center;
    display: block;
  }
  .cms-text .alignleft,
  .cms-text .alignright {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  body.type-cat-brand h2.main-image img {
    width: 100%;
    height: auto;
  }
  .btn-ancher-group {
    padding: 10px 10px;
  }
  .btn-ancher-group li {
    margin-bottom: 1em;
  }
  .btn-ancher-group li a span {
    padding-left: 1em;
    padding-right: 1em;
  }
  body #contents .lineup-box .lineup-single {
    box-sizing: border-box;
    width: 33%;
    margin: 0;
    margin-bottom: 1em;
  }
  body #contents .lineup-box .lineup-single.item3,
  body #contents .lineup-box .lineup-single.item6,
  body #contents .lineup-box .lineup-single.item9,
  body #contents .lineup-box .lineup-single.item12,
  body #contents .lineup-box .lineup-single.item15,
  body #contents .lineup-box .lineup-single.item18,
  body #contents .lineup-box .lineup-single.item21 {
    float: left;
  }
  body #contents .lineup-box .lineup-single .lineup-single-photo {
    height: auto;
    line-height: 1;
    font-size: 1%;
    vertical-align: bottom;
    max-height: 90px;
    max-width: 100%;
  }
  body #contents .lineup-box .lineup-single .lineup-single-photo img {
    width: 100%;
    height: auto;
  }
  body #contents .lineup-box .lineup-single .prd_name {
    font-size: 13px;
  }
  body h2.main-image img {
    width: 100%;
    height: auto;
  }
  .product-name h3,
  .type-cat-price-list h2.logo-for-price {
    font-size: 24px;
  }
  body div.product-photo,
  body div.product-text {
    width: 100%;
  }
  body .contact-cnt .contact-form dt,
  body .contact-cnt .contact-form dd {
    float: none;
    width: 100%;
  }
  body .contact-cnt .contact-form .form-item input,
  body .contact-cnt .contact-form .form-item textarea {
    font-size: 16px;
  }
  /*
 * base.lessから移動
 */
  #header #nav-all .brand-nav-child {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #sub-nav a span.nav-wrap {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
