/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }


/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 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; }

/* ==========================================================================
   Section comment block
   ========================================================================== */
/* Sub-section comment block
   ========================================================================== */
/* Basic comment */
/* options text
   ========================================================================== */
.ex--alignLeft {
  text-align: left !important; }

.ex--alignRight {
  text-align: right !important; }

.ex--alignCenter {
  text-align: center !important; }

.ex--alignTop {
  vertical-align: top !important; }

.ex--alignMiddle {
  vertical-align: middle !important; }

.ex--alignBottom {
  vertical-align: bottom !important; }

.ex--fontXSmall {
  font-size: 50% !important; }

.ex--fontSmall {
  font-size: 75% !important; }

.ex--fontLarge {
  font-size: 125% !important; }

.ex--fontXLarge {
  font-size: 200% !important; }

.ex--fontBold {
  font-weight: bold !important; }

/* options display
   ========================================================================== */
.ex--disableLeargeScreen {
  display: none; }

@media (max-width: 640px) {
  .ex--disableLeargeScreen {
    display: block !important; }

  .ex--disableSmallScreen {
    display: none !important; } }
/* ==========================================================================
   general style
   ========================================================================== */
::-webkit-selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

::selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

html {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", sans-serif;
  font-size: 12px;
  line-height: 1.5; }

@media (max-width: 640px) {
  html {
    font-size: 14px;
    line-height: 1.4; } }
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%; }

a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #43677e;
  text-decoration: none; }

a:hover, a:active {
  color: #c41230;
  text-decoration: underline;
  outline: none; }

body {
  padding-bottom: 0; }

/* ==========================================================================
   mod-pageheader
   ========================================================================== */
.mod-pageheader {
  font-size: 12px;
  min-width: 950px;
  background: #000; }
  .mod-pageheader .mod-pageheader-inner {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 65px; }
  .mod-pageheader h1.mod-pageheader-logo {
    float: left;
    margin: 0 25px 0 0; }
    .mod-pageheader h1.mod-pageheader-logo a {
      display: block; }
    .mod-pageheader h1.mod-pageheader-logo img {
      display: block; }
  .mod-pageheader .mod-pageheader-nav {
    float: left;
    height: 65px; }
    .mod-pageheader .mod-pageheader-nav ul {
      margin: 0 0 0 -30px;
      padding: 0; }
    .mod-pageheader .mod-pageheader-nav li {
      float: left;
      overflow: hidden;
      height: 65px;
      margin: 0 0 0 30px;
      background: url(../images/mod-pageheader/nav_01.png) no-repeat;
      text-indent: -9999px;
      *display: inline; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product {
        width: 66px;
        background-position: 0px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product.mod-pageheader-nav--active {
          background-position: 0px -65px; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore {
        width: 83px;
        background-position: -130px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore.mod-pageheader-nav--active {
          background-position: -130px -65px; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport {
        width: 86px;
        background-position: -260px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport.mod-pageheader-nav--active {
          background-position: -260px -65px; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub {
        width: 86px;
        background-position: -390px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub.mod-pageheader-nav--active {
          background-position: -390px -65px; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business {
        width: 86px;
        background-position: -520px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business.mod-pageheader-nav--active {
          background-position: -520px -65px; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct {
        width: 66px;
        background-position: -650px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct.mod-pageheader-nav--active {
          background-position: -650px -65px; }
      .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy {
        width: 72px;
        background-position: -780px 0; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy.mod-pageheader-nav--active {
          background-position: -780px -65px; }
    .mod-pageheader .mod-pageheader-nav a {
      display: block;
      width: 100%;
      height: 65px;
      border-bottom: 0 solid #5787f4;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .mod-pageheader .mod-pageheader-nav .mod-pageheader-nav--active a,
    .mod-pageheader .mod-pageheader-nav a:hover {
      height: 61px;
      border-bottom-width: 4px; }
  .mod-pageheader .mod-pageheader-navSecondary ul {
    font-size: 0;
    text-align: right;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 8px;
    right: 0; }
  .mod-pageheader .mod-pageheader-navSecondary li {
    margin: 0 0 0 8px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 22px;
    background: url(../images/mod-pageheader/nav_01.png) no-repeat; }
    .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--sonyjapan {
      width: 83px;
      background-position: 0px -130px; }
    .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--reader {
      width: 121px;
      background-position: -130px -130px; }
    .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--personal {
      width: 100px;
      background-position: -260px -130px; }
  .mod-pageheader .mod-pageheader-navSecondary a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden; }
  .mod-pageheader .mod-pageheader-search {
    position: absolute;
    top: 39px;
    right: 0;
    padding: 0 0 0 20px;
    height: 20px;
    background: url(../images/mod-pageheader/ico_01.png) no-repeat 0 2px;
    text-align: right; }
  .mod-pageheader .mod-pageheader-search-label {
    display: none; }
  .mod-pageheader input.mod-pageheader-search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    padding: 0;
    width: 125px;
    height: 18px;
    border: none;
    color: #333;
    vertical-align: middle;
    font-size: 1em; }
  .mod-pageheader input.mod-pageheader-search-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 35px;
    height: 20px;
    border: 1px solid #B5B5B5;
    border-radius: 6px;
    background: #fff;
    vertical-align: middle;
    font-size: 10px;
    cursor: pointer; }

@media (max-width: 640px) {
  .mod-pageheader {
    font-size: inherit;
    position: relative;
    z-index: 5;
    min-width: 320px;
    background: #000; }
    .mod-pageheader .mod-pageheader-inner {
      width: auto;
      height: 44px; }
    .mod-pageheader h1.mod-pageheader-logo img {
      position: relative;
      z-index: 3;
      width: 100px;
      height: 44px; }
    .mod-pageheader h1.mod-pageheader-logo:after {
      position: absolute;
      top: 0;
      right: 100px;
      left: 0;
      z-index: 2;
      display: block;
      width: auto;
      height: 44px;
      background: #000;
      content: ""; }
    .mod-pageheader .mod-pageheader-navGroup {
      float: right;
      width: 100px;
      height: 44px;
      background: url(../images/mod-pageheader/nav_02_x2.png) no-repeat;
      -webkit-background-size: 320px 680px;
      background-size: 320px 680px; }
      .mod-pageheader .mod-pageheader-navGroup.js-pageheader-navGroup-open {
        background-position: -100px 0; }
    .mod-pageheader .mod-pageheader-navGroup-inner {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: absolute;
      top: -480px;
      right: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      opacity: 0; }
    .mod-pageheader .mod-pageheader-navGroup.js-pageheader-navGroup-open .mod-pageheader-navGroup-inner {
      top: 44px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      opacity: 1; }
    .mod-pageheader .mod-pageheader-nav {
      float: none;
      height: auto; }
      .mod-pageheader .mod-pageheader-nav ul {
        margin: 0;
        padding: 0; }
      .mod-pageheader .mod-pageheader-nav li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        margin: -1px 0 0;
        width: 100% !important;
        height: 50px;
        border: 1px solid #575757;
        background: black url(../images/mod-pageheader/nav_02_x2.png) no-repeat;
        -webkit-background-size: 320px 680px;
        background-size: 320px 680px; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--product:hover {
          background-position: 0 -150px !important; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonystore:hover {
          background-position: 0 -200px !important; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--suport:hover {
          background-position: 0 -250px !important; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--sonyclub:hover {
          background-position: 0 -300px !important; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--business:hover {
          background-position: 0 -350px !important; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct:hover {
          background-position: 0 -400px !important; }
        .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--buy:hover {
          background-position: 0 -450px !important; }
    .mod-pageheader .mod-pageheader-navSecondary ul {
      width: auto;
      position: static; }
      .mod-pageheader .mod-pageheader-navSecondary ul:before {
        content: '';
        display: block;
        height: 30px;
        margin: -1px 0 0;
        border: 1px solid #575757;
        background: #2c2c2c url(../images/mod-pageheader/nav_02_x2.png) no-repeat 0 -500px;
        -webkit-background-size: 320px 680px;
        background-size: 320px 680px; }
    .mod-pageheader .mod-pageheader-navSecondary li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      display: block;
      height: 50px;
      margin: -1px 0 0;
      border: 1px solid #575757;
      background: black url(../images/mod-pageheader/nav_02_x2.png) no-repeat;
      -webkit-background-size: 320px 680px;
      background-size: 320px 680px; }
      .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--reader {
        width: 100%;
        background-position: 0 -530px; }
      .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--sonyjapan {
        width: 100%;
        background-position: 0 -580px; }
      .mod-pageheader .mod-pageheader-navSecondary li.mod-pageheader-navSecondary--personal {
        width: 100%;
        background-position: 0 -630px; }
    .mod-pageheader .mod-pageheader-navSecondary a {
      display: block;
      text-indent: -9999px;
      overflow: hidden; }
    .mod-pageheader .mod-pageheader-search {
      position: static;
      padding: 19px 9px;
      height: auto;
      border: 1px solid #575757;
      background: #000;
      text-align: left; }
      .mod-pageheader .mod-pageheader-search form {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
        padding: 0 60px 0 45px;
        height: 30px; }
        .mod-pageheader .mod-pageheader-search form .mod-pageheader-search-label {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          overflow: hidden;
          margin: 0;
          padding: 0;
          width: 45px;
          height: 30px;
          background: url(../images/mod-pageheader/nav_02_x2.png) no-repeat;
          -webkit-background-size: 320px 680px;
          background-size: 320px 680px;
          text-indent: -9999px; }
      .mod-pageheader .mod-pageheader-search form.mod-pageheader-search-all .mod-pageheader-search-label {
        background-position: 0 -50px; }
      .mod-pageheader .mod-pageheader-search form input.mod-pageheader-search-input {
        margin-right: 10px;
        padding: 0 5px;
        width: 100%;
        height: 30px;
        border: none;
        border-radius: 0;
        background: #fcfcfc; }
      .mod-pageheader .mod-pageheader-search form input.mod-pageheader-search-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 30px;
        border: 1px solid #B5B5B5;
        border-radius: 0;
        background: #fff;
        font-size: 12px; } }
/* ==========================================================================
   mod-breadcrumbs
   ========================================================================== */
.mod-breadcrumbs {
  *zoom: 1;
  position: relative;
  width: 950px;
  padding: .5em 0;
  margin: 0 auto;
  background: url(../images/mod-breadcrumbs/bg_01.png) repeat-y 50% 0; }
  .mod-breadcrumbs:before, .mod-breadcrumbs:after {
    content: "";
    display: table; }
  .mod-breadcrumbs:after {
    clear: both; }

.mod-breadcrumbs-main {
  float: left; }

@media (max-width: 640px) {
  .mod-breadcrumbs {
    display: none; } }
/* ==========================================================================
   mod-categoryHeader
   ========================================================================== */
.mod-categoryHeader {
  clear: both;
  margin: 0 auto;
  padding: 22px 0;
  width: 950px;
  min-height: 0;
  _height: 0; }
  .mod-categoryHeader img {
    display: block; }
  .mod-categoryHeader a {
    display: inline-block;
    vertical-align: bottom; }

@media (max-width: 640px) {
  .mod-categoryHeader {
    padding: 16px 0;
    width: auto;
    text-align: center; }
    .mod-categoryHeader img {
      margin: 0 auto;
      width: auto;
      height: 30px; } }
/* ==========================================================================
   mod-categoryNav
   ========================================================================== */
.mod-categoryNav {
  font-size: 12px;
  width: auto;
  height: auto;
  border: none;
  margin: 0 0 20px;
  background: none;
  position: relative;
  z-index: 10; }
  .mod-categoryNav li {
    font-size: 100%;
    text-indent: 0;
    height: auto;
    background: none; }

.mod-categoryNav-main {
  min-width: 950px;
  border-bottom: 1px solid #e8e8e8; }
  .mod-categoryNav-main ul {
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    width: 950px;
    list-style: none; }
    .mod-categoryNav-main ul:before, .mod-categoryNav-main ul:after {
      content: "";
      display: table; }
    .mod-categoryNav-main ul:after {
      clear: both; }
  .mod-categoryNav-main li {
    float: left;
    margin: 0;
    padding: .6em 1.5em .5em;
    cursor: pointer; }
    .mod-categoryNav-main li.ex-categoryNav--current {
      background: #000;
      color: #FFF; }
    .mod-categoryNav-main li.mod-categoryNav-sub {
      float: right; }
      .mod-categoryNav-main li.mod-categoryNav-sub a {
        color: #1a1a1a;
        text-decoration: none;
        padding-left: 10px;
        background: url(../images/mod-categoryNav/ico_02.png) no-repeat 0 50%; }
        .mod-categoryNav-main li.mod-categoryNav-sub a:hover {
          color: #999999;
          text-decoration: none;
          background-image: url(../images/mod-categoryNav/ico_02_on.png); }
  .mod-categoryNav-main br {
    display: none; }
  .mod-categoryNav-main a, .mod-categoryNav-main span {
    color: #000;
    display: block;
    margin: -.6em -1.5em -.5em;
    padding: .6em 1.5em .5em;
    text-decoration: none; }
  .mod-categoryNav-main a:hover, .mod-categoryNav-main a:active {
    color: #999999;
    text-decoration: none; }
  .mod-categoryNav-main .ex-categoryNav--current a,
  .mod-categoryNav-main .ex-categoryNav--current span {
    color: #FFF; }

.mod-categoryNav-lineup {
  display: none;
  font-size: 0.83333em;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0 0 1px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 950px; }
  html.no-boxshadow .mod-categoryNav-lineup {
    border: 1px solid #e4e4e4; }
  .mod-categoryNav-lineup:before {
    content: '';
    background: url(../images/mod-categoryNav/ico_01.png) no-repeat;
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 10;
    margin-left: -424px;
    display: block;
    width: 10px;
    height: 10px; }
  .mod-categoryNav-lineup.ex-categoryNav--show {
    display: block; }
  .mod-categoryNav-lineup .mod-categoryNav-lineupInner {
    position: relative;
    overflow: visible;
    width: 950px;
    margin: 0 auto; }
  .mod-categoryNav-lineup ul {
    font-size: 0;
    position: relative;
    margin: -1px 0 5px;
    padding: 20px 20px 0 2px;
    width: 950px;
    list-style: none;
    white-space: nowrap; }
  .mod-categoryNav-lineup li {
    font-size: 10px;
    white-space: normal;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 120px;
    margin: 0 0 0 18px;
    margin: 0;
    padding: 0 10px 5px 28px; }
    .mod-categoryNav-lineup li.ex-categoryNav--current {
      background: #efefef; }
    .mod-categoryNav-lineup li a {
      color: #1a1a1a;
      text-decoration: none;
      display: block;
      margin: 0 -10px -8px;
      padding: 0 10px 8px; }
      .mod-categoryNav-lineup li a:hover {
        color: #727272; }
        .mod-categoryNav-lineup li a:hover img {
          filter: alpha(opacity=65);
          opacity: 0.65; }
  .mod-categoryNav-lineup img {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 140px;
    margin: 0 -10px;
    display: block; }

.mod-categoryNav-lineupLink {
  font-size: 1.2em;
  padding: 10px 0 4px; }
  .mod-categoryNav-lineupLink a {
    color: #000;
    padding-right: 10px;
    border-right: 2px solid #c1c1c1; }

.mod-categoryNav-lineupPrev,
.mod-categoryNav-lineupNext {
  cursor: pointer;
  position: absolute;
  top: 45px;
  width: 40px;
  height: 50px;
  background: url(../images/mod-categoryNav/btn_01.png); }

.mod-categoryNav-lineupPrev {
  left: 0; }

.mod-categoryNav-lineupNext {
  right: 0;
  background-position: 100% 0; }

.mod-categoryNav-lineupPrev.ex-categoryNav--disable {
  background-position: 0 -50px; }

.mod-categoryNav-lineupNext.ex-categoryNav--disable {
  background-position: 100% -50px; }

@media (max-width: 640px) {
  .mod-categoryNav {
    position: static;
    padding: 0; }

  .mod-categoryNav-main {
    background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23616161%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23010101%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616161),color-stop(100%, #010101));
    background-image: -webkit-linear-gradient(#616161 0%,#010101 100%);
    background-image: -moz-linear-gradient(#616161 0%,#010101 100%);
    background-image: -o-linear-gradient(#616161 0%,#010101 100%);
    background-image: linear-gradient(#616161 0%,#010101 100%);
    min-width: 0;
    margin: 0 10px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.68); }
    .mod-categoryNav-main ul {
      width: auto;
      padding: 0;
      border-radius: 3px;
      font-size: 0;
      background: url(../images/mod-categoryNav/line_01.png) 33.33% 0 repeat-y, url(../images/mod-categoryNav/line_01.png) 66.66% 0 repeat-y, url(../images/mod-categoryNav/line_02.png) 0 50% repeat-x; }
    .mod-categoryNav-main li {
      display: inline-table;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 33.33%;
      vertical-align: top;
      text-align: center;
      font-size: 9px; }
      .mod-categoryNav-main li.ex-categoryNav--current {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABJCAYAAAD8HkyIAAAA50lEQVR42n3EW0vCAAAF4PNzh4SBB8PAMENCkgxJMkxGksgYs82lu7nNXd32r5q2wqe+hw+CIBAXtRpxWa8TbDSIq2aTuG61iJt2m7jtdIi7bpe47/WIh36feBwMiKfhkHgejYiX8Zh4nUyIt+mUEGcz4l0UiY/5nFguFoS0XBKyJBGKLBOfikKoqxWhqSqhaxrxtV4TG10ntpsNYRwzt1vCMgzCNk3CsSxiZ9uE6ziEt9sRvusSe88r830iOBbu92VBUBaGVdFfcRRVJXFclSbJeYc0/e1wqMpOZdl5+ak8/6eiKH76BubHtgPT6TsnAAAAAElFTkSuQmCC); }
      .mod-categoryNav-main li.mod-categoryNav-sub {
        float: none;
        display: inline-table; }
        .mod-categoryNav-main li.mod-categoryNav-sub a {
          color: #fff;
          padding-left: 0;
          background: none; }
          .mod-categoryNav-main li.mod-categoryNav-sub a:hover {
            background: none; }
      .mod-categoryNav-main li:nth-child(1) {
        border-radius: 3px 0 0 0; }
      .mod-categoryNav-main li:nth-child(3) {
        border-radius: 0 3px 0 0; }
      .mod-categoryNav-main li:nth-child(4) {
        border-radius: 0 0 0 3px; }
      .mod-categoryNav-main li:nth-child(6) {
        border-radius: 0 0 3px 0; }
    .mod-categoryNav-main br {
      display: inline; }
    .mod-categoryNav-main li a, .mod-categoryNav-main li span {
      color: #fff;
      display: table-cell;
      height: 36px;
      padding: .2em 0 0;
      vertical-align: middle; }

  .mod-categoryNav-lineup {
    font-size: 0.42857em;
    position: relative;
    width: auto;
    padding: 0 0 10px;
    min-width: 0; }
    .mod-categoryNav-lineup:before {
      display: none; }
    .mod-categoryNav-lineup.ex-categoryNav--show {
      display: block; }
    .mod-categoryNav-lineup .mod-categoryNav-lineupInner {
      width: auto;
      margin: 0 20px; }
    .mod-categoryNav-lineup ul {
      margin: 0;
      padding: 20px 0 0;
      width: auto;
      background: none; }
    .mod-categoryNav-lineup li {
      width: 68px;
      margin: 0 0 0 10px;
      padding: 0 6px 8px; }
      .mod-categoryNav-lineup li a {
        margin: 0 -5px -5px;
        padding: 0 5px 5px; }
      .mod-categoryNav-lineup li img {
        display: block;
        width: 80px;
        height: auto;
        margin: 0 -6px; }

  .mod-categoryNav-lineupLink {
    font-size: 2em; }

  .mod-categoryNav-lineupPrev,
  .mod-categoryNav-lineupNext {
    top: 35px;
    width: 20px;
    height: 25px;
    -webkit-background-size: 40px 50px;
    -o-background-size: 40px 50px;
    background-size: 40px 50px; }

  .mod-categoryNav-lineupPrev.ex-categoryNav--disable {
    background-position: 0 -25px; }

  .mod-categoryNav-lineupNext.ex-categoryNav--disable {
    background-position: 100% -25px; } }
/* ==========================================================================
   mod-insiteLinks
   ========================================================================== */
.mod-insiteLinks {
  border-top: 1px solid #999;
  padding: 20px 0;
  min-width: 950px; }

.mod-insiteLinks-inner {
  *zoom: 1;
  width: 950px;
  margin: 0 auto; }
  .mod-insiteLinks-inner:before, .mod-insiteLinks-inner:after {
    content: "";
    display: table; }
  .mod-insiteLinks-inner:after {
    clear: both; }

.mod-insiteLinks-item,
.mod-insiteLinks-group {
  float: left;
  width: 221px;
  margin: 0 0 0 21px;
  *margin: 0 0 0 10px; }
  .mod-insiteLinks-item:first-child,
  .mod-insiteLinks-group:first-child {
    margin: 0; }

.mod-insiteLinks-group .mod-insiteLinks-item {
  min-height: 80px;
  _height: 80px;
  float: none;
  margin: 0; }

.mod-insiteLinks-label {
  margin: 0 0 .8em; }

.mod-insiteLinks-list,
.mod-insiteLinks-listWithIcon {
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none; }
  .mod-insiteLinks-list li,
  .mod-insiteLinks-listWithIcon li {
    margin-bottom: .8em; }
  .mod-insiteLinks-list a,
  .mod-insiteLinks-listWithIcon a {
    color: #000;
    text-decoration: none;
    *zoom: 1; }
    .mod-insiteLinks-list a:hover, .mod-insiteLinks-list a:active,
    .mod-insiteLinks-listWithIcon a:hover,
    .mod-insiteLinks-listWithIcon a:active {
      color: #c41230;
      text-decoration: underline;
      outline: none; }

.mod-insiteLinks-list li {
  padding-left: 12px;
  background: url(../images/mod-insiteLinks/ico_01.png) no-repeat 0 0.45em; }

.mod-insiteLinks-listWithIcon li {
  padding-left: 25px;
  zoom: 1; }

.mod-insiteLinks-icon {
  margin: 0 5px 0 -25px;
  width: 25px;
  float: left;
  position: relative;
  display: block; }
  .mod-insiteLinks-icon img {
    margin-top: -.2em;
    display: block; }

@media (max-width: 640px) {
  .mod-insiteLinks {
    border-top: 1px solid #999;
    padding: 20px 10px;
    min-width: 0; }

  .mod-insiteLinks-inner {
    width: auto; }

  .mod-insiteLinks-group,
  .mod-insiteLinks-item {
    clear: both;
    float: none;
    width: auto;
    margin: 0; }

  .mod-insiteLinks-group .mod-insiteLinks-item {
    clear: none;
    float: left;
    width: 50%;
    min-height: 0; }

  .mod-insiteLinks-label {
    font-size: 0.66667em;
    margin: 0 0 .8em; }

  .mod-insiteLinks-list,
  .mod-insiteLinks-listWithIcon {
    font-size: 0.75em;
    font-weight: bold; }
    .mod-insiteLinks-list li,
    .mod-insiteLinks-listWithIcon li {
      width: 50%;
      float: left;
      margin-bottom: 1.5em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .mod-insiteLinks-list li:nth-chuld(2n + 1),
      .mod-insiteLinks-listWithIcon li:nth-chuld(2n + 1) {
        clear: both; }

  .mod-insiteLinks-group .mod-insiteLinks-list li,
  .mod-insiteLinks-group .mod-insiteLinks-listWithIcon li {
    width: auto;
    float: none; }

  .mod-insiteLinks-list li {
    padding-left: 10px;
    background-position: 0 .4em; }

  .mod-insiteLinks-listWithIcon li {
    padding-left: 12px; }

  .mod-insiteLinks-icon {
    vertical-align: middle;
    display: inline-block;
    float: none;
    width: 12px;
    margin: 0 3px 0 -12px; }
    .mod-insiteLinks-icon img {
      width: 16px;
      height: auto; } }
/* ==========================================================================
   mod-productLinks
   ========================================================================== */
.mod-productLinks {
  font-size: 12px;
  min-width: 950px;
  background: #ededed;
  padding: 1px 0;
  *zoom: 1; }

.mod-productLinks-pagetop {
  font-size: 0;
  min-width: 950px;
  width: 100%;
  height: 0px;
  position: fixed;
  bottom: 0; }
  .mod-productLinks-pagetop a {
    position: relative;
    display: block;
    top: -38px;
    width: 60px;
    height: 38px;
    margin: 0 30px 0 auto;
    background: #ededed url(../images/mod-pagetop/btn_01.png); }
  html.js .mod-productLinks-pagetop {
    display: none; }

.mod-productLinks-breadcrumbs {
  padding: .5em 0;
  border-bottom: 1px solid #fff; }

.mod-productLinks-breadcrumbs-inner {
  width: 950px;
  margin: auto; }

.mod-productLinks-logo {
  margin: 12px 0;
  text-align: center; }
  .mod-productLinks-logo img {
    vertical-align: bottom; }

.mod-productLinks-navGroup {
  *zoom: 1;
  width: 950px;
  margin: 10px auto;
  padding: 0; }
  .mod-productLinks-navGroup:before, .mod-productLinks-navGroup:after {
    content: "";
    display: table; }
  .mod-productLinks-navGroup:after {
    clear: both; }

.mod-productLinks-navItem {
  width: 211px;
  float: left;
  margin: 0 21px 0 0; }
  .mod-productLinks-navItem:first-child {
    margin-left: none; }

.mod-productLinks-navLabel {
  margin: 0 0 .8em;
  font-weight: bold; }

.mod-productLinks-navItem a {
  color: #1a1a1a;
  text-decoration: none; }
  .mod-productLinks-navItem a:hover, .mod-productLinks-navItem a:active {
    color: #c41230;
    text-decoration: underline;
    outline: none; }
.mod-productLinks-navItem ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.mod-productLinks-navItem li {
  font-size: 0.83333em;
  padding: .3em 0 .3em 10px;
  margin: 0 0 .5em;
  background: url(../images/mod-productLinks/ico_01.png) no-repeat 0 0.7em; }

@media (max-width: 640px) {
  .mod-productLinks {
    font-size: 14px;
    min-width: 0; }

  .mod-productLinks-pagetop a {
    display: none; }

  .mod-productLinks-breadcrumbs {
    color: #262626;
    font-size: 0.57143em;
    padding: 1em 10px .8em; }

  .mod-productLinks-breadcrumbs-inner {
    width: auto; }

  .mod-productLinks-logo img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 26px; }

  .mod-productLinks-navGroup {
    width: auto;
    margin: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: #fff; }

  .mod-productLinks-navItem {
    width: auto;
    float: none;
    margin: 0; }

  .mod-productLinks-navLabel {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px; }
    .mod-productLinks-navLabel a {
      display: block;
      margin: -10px 0;
      padding: 10px 0;
      background: url(../images/mod-productLinks/ico_02.png) no-repeat 100% 50%; }

  .mod-productLinks-navItem:nth-of-type(1) .mod-productLinks-navLabel:nth-of-type(1) {
    border: none; }

  .mod-productLinks-navItem ul {
    display: none; } }
/* ==========================================================================
   mod-allProducts
   ========================================================================== */
.mod-allProducts {
  font-size: 0;
  height: 100px;
  background: #acaaaa;
  overflow: hidden;
  min-width: 950px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center; }
  .mod-allProducts * {
    vertical-align: top; }

.mod-allProducts-viewport {
  height: 100%;
  width: auto;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.mod-allProducts-list {
  margin: 0;
  padding: 5px 0 20px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden; }
  .mod-allProducts-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0; }
    .mod-allProducts-list li a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      -webkit-transition: background 0.2s ease;
      -moz-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
      transition: background 0.2s ease;
      border-radius: 3px;
      padding: 6px 0;
      position: relative;
      *zoom: 1; }
      .mod-allProducts-list li a img {
        width: 47px;
        height: 54px; }
    .mod-allProducts-list li a:hover {
      background: #d2d2d2; }
    .mod-allProducts-list li.mod-allProducts-activeitem {
      border-radius: 0 0 3px 3px;
      margin-top: -5px;
      background: #ededed url(../images/mod-allProducts/arrow.png) no-repeat 50% 10px; }
      .mod-allProducts-list li.mod-allProducts-activeitem a {
        padding-top: 11px;
        padding-right: 2px;
        padding-left: 2px; }
      .mod-allProducts-list li.mod-allProducts-activeitem a:hover {
        background: none; }

@media (max-width: 640px) {
  .mod-allProducts {
    height: 65px;
    min-width: 0px; }
    .no-js .mod-allProducts {
      height: auto;
      padding-bottom: 10px; }

  .no-js .mod-allProducts-viewport {
    height: auto;
    width: 100%; }

  .mod-allProducts-list {
    padding-bottom: 0; }
    .mod-allProducts-list li a {
      padding: 0; }
    .mod-allProducts-list li.mod-allProducts-activeitem {
      background-position: 50% 8px;
      margin-top: -5px; }
      .mod-allProducts-list li.mod-allProducts-activeitem a {
        padding: 5px 0 0; }
      .mod-allProducts-list li.mod-allProducts-activeitem a:hover {
        background: none; }
    .no-js .mod-allProducts-list {
      white-space: normal; }

  .mod-allProducts img {
    width: 35.25px;
    height: 40.5px; } }
/* ==========================================================================
   mod-pagefooter
   ========================================================================== */
.mod-pagefooter {
  background: #343434;
  padding: 34px 10px;
  min-width: 930px;
  max-width: 100%;
  width: auto;
  border: none; }

.mod-pagefooter-siteinfo {
  text-align: center;
  margin: 0 0 .8em;
  padding: 0; }
  .mod-pagefooter-siteinfo li {
    margin: 0;
    padding: 0 .5em;
    line-height: 1.2em;
    border-left: 1px solid #c4c4c4;
    display: inline; }
    .mod-pagefooter-siteinfo li:first-child {
      border-left: none; }
  .mod-pagefooter-siteinfo a {
    color: #c4c4c4;
    text-decoration: none; }
    .mod-pagefooter-siteinfo a:hover {
      color: #c4c4c4;
      text-decoration: underline; }

.mod-pagefooter-copyright {
  color: #fdfdfd;
  padding-top: 0;
  font-size: 0.83333em;
  text-align: center; }

@media (max-width: 640px) {
  .mod-pagefooter {
    min-width: 0;
    padding: 16px 10px;
    margin: 0; }

  .mod-pagefooter-siteinfo {
    text-align: left;
    font-size: 0.57143em; }
    .mod-pagefooter-siteinfo li:first-child {
      padding-left: 0; }

  .mod-pagefooter-copyright {
    text-align: left;
    font-size: 0.5em; } }
/* ==========================================================================
   Section comment block
   ========================================================================== */
/* Sub-section comment block
   ========================================================================== */
/* Basic comment */
/* ==========================================================================
   mod-currentNav
   ========================================================================== */
.mod-currentNav {
  text-align: center;
  background: #fafafa;
  border-top: 1px solid #ccc;
  min-width: 950px; }
  .mod-currentNav.ex-currentNav--simple {
    background: none;
    border-top: none; }
  .mod-categoryNav + .mod-currentNav {
    margin-top: -20px; }

.mod-currentNav-product {
  text-align: left;
  padding: 10px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.mod-currentNav-image {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 20px 0 0; }
  .mod-currentNav-image img {
    display: block; }

.mod-currentNav-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.mod-currentNav-productName {
  font-weight: bold;
  font-size: 2em; }

.mod-currentNav-label {
  display: none; }

.mod-currentNav-main {
  text-align: left;
  border-bottom: 1px solid #ccc; }
  .mod-currentNav-main ul {
    width: 950px;
    margin: 0 auto -1px;
    padding: 0;
    list-style: none;
    overflow: hidden; }
  .mod-currentNav-main li {
    position: relative;
    bottom: -1px;
    margin: 0;
    padding: 0;
    float: left;
    border-width: 1px 0 0;
    border-color: #fafafa;
    border-style: solid; }
    .ex-currentNav--simple .mod-currentNav-main li {
      border-color: #fff; }
    .mod-currentNav-main li.ex-currentNav--current {
      background: #fff;
      border-width: 1px 1px 0 1px;
      border-color: #ccc; }
    .mod-currentNav-main li ul {
      display: none; }
  .mod-currentNav-main a {
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    padding: .8em 20px .6em 28px;
    background: url(../images/mod-currentNav/ico_01.png) no-repeat 18px 50%; }
    .mod-currentNav-main a:hover {
      color: #999999;
      text-decoration: none;
      background-image: url(../images/mod-currentNav/ico_01_on.png); }
  .mod-currentNav-main li.ex-currentNav--current a {
    background-image: url(../images/mod-currentNav/ico_02.png); }
    .mod-currentNav-main li.ex-currentNav--current a:hover {
      background-image: url(../images/mod-currentNav/ico_02_on.png); }

.mod-currentNav-current {
  margin: 0 auto 1em;
  border-bottom: 1px dotted #000;
  background: #fff; }
  .mod-currentNav-current ul {
    *zoom: 1;
    width: 950px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .mod-currentNav-current ul:before, .mod-currentNav-current ul:after {
      content: "";
      display: table; }
    .mod-currentNav-current ul:after {
      clear: both; }
  .mod-currentNav-current li {
    margin: 0;
    padding: 14px 12px 13px;
    float: left; }
  .mod-currentNav-current a {
    color: #999999; }
    .mod-currentNav-current a:hover {
      color: #1a1a1a;
      text-decoration: none; }
  .mod-currentNav-current li.ex-currentNav--samePage a {
    color: #1a1a1a;
    padding-left: 10px;
    background: url(../images/mod-currentNav/ico_02.png) no-repeat 0 50%; }
    .mod-currentNav-current li.ex-currentNav--samePage a:hover {
      background-image: url(../images/mod-currentNav/ico_02_on.png); }
  .mod-currentNav-current li.ex-currentSubNav--current a {
    color: #1a1a1a; }

.mod-currentNav-button {
  display: none; }

@media (max-width: 640px) {
  .mod-currentNav {
    background: #fff;
    border-top: none;
    min-width: 0; }

  .mod-currentNav-image {
    width: 110px;
    margin: 0 10px 0 0; }
    .mod-currentNav-image img {
      width: 100%;
      height: auto; }

  .mod-currentNav-productName {
    font-size: 1em; }

  .mod-currentNav-productNameSub {
    font-size: 0.71429em; }

  .mod-currentNav-label {
    color: #fff;
    text-align: center;
    display: block;
    padding: .8em 10px;
    background: #666; }

  .mod-currentNav-main {
    font-size: 0.85714em;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin: 0 10px; }
    .mod-currentNav-main ul {
      width: auto;
      margin: 0; }
    .mod-currentNav-main li {
      bottom: 0;
      float: none;
      border-top: 1px solid #ccc;
      display: none; }
      .ex-currentNav--simple .mod-currentNav-main li {
        border-color: #ccc; }
      .mod-currentNav-main li.ex-currentNav--samePage, .mod-currentNav-main li.ex-currentNav--current {
        border-width: 1px 0 0;
        display: block; }
      .mod-currentNav-main li ul {
        display: block; }
    .mod-currentNav-main.ex-currentNav--open li {
      display: block; }
    .mod-currentNav-main a,
    .mod-currentNav-main a:hover,
    .mod-currentNav-main li.ex-currentNav--current li a,
    .mod-currentNav-main li.ex-currentNav--current li a:hover {
      color: inherit;
      background: url(../images/mod-currentNav/ico_03.png) no-repeat 100% 50%;
      -webkit-background-size: 21px 11px;
      -o-background-size: 21px 11px;
      background-size: 21px 11px; }
    .mod-currentNav-main li li.ex-currentNav--samePage a {
      background-image: url(../images/mod-currentNav/ico_04.png); }
    .mod-currentNav-main li.ex-currentNav--current a,
    .mod-currentNav-main li.ex-currentNav--current a:hover,
    .mod-currentNav-main li.ex-currentNav--current li.ex-currentNav--current a,
    .mod-currentNav-main li.ex-currentNav--current li.ex-currentNav--current a:hover {
      color: #999999;
      background: none; }
    .mod-currentNav-main li a {
      padding-left: 10px; }
    .mod-currentNav-main li li a {
      padding-left: 50px; }

  .mod-currentNav-current {
    display: none; }

  .mod-currentNav-button {
    cursor: pointer;
    display: block;
    height: 20px;
    background: black url(../images/mod-currentNav/ico_05.png) no-repeat 50% -20px;
    -webkit-background-size: 20px 40px;
    -o-background-size: 20px 40px;
    background-size: 20px 40px; }
    .ex-currentNav--open .mod-currentNav-button {
      background-position: 50% 0; } }
/* ==========================================================================
   mod-shareButton
   ========================================================================== */
.mod-shareButton {
  width: 950px;
  height: 26px;
  margin: 20px auto; }
  .mod-shareButton ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    line-height: 1; }
  .mod-shareButton li {
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    overflow: hidden; }
  .mod-shareButton .google {
    width: 90px; }
  .mod-shareButton .mixi {
    width: 80px; }
  .mod-shareButton .facebook {
    width: 110px;
    height: 24px; }
  .mod-shareButton .twitter {
    width: 100px; }

@media (max-width: 640px) {
  .mod-shareButton {
    width: auto;
    height: auto; } }
/* ==========================================================================
   mod-sideLinks1
   ========================================================================== */
.mod-sideLinks1 {
  font-size: 0;
  text-align: center; }
  .mod-sideLinks1 .mod-sideLinks1-item,
  .mod-sideLinks1 .mod-sideLinks1-textItem {
    font-size: 12px;
    text-align: left;
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top; }
  .mod-sideLinks1 .mod-sideLinks1-item img {
    border: 1px solid #D1D1D1;
    display: block; }
  .mod-sideLinks1 .mod-sideLinks1-textItem {
    width: 140px;
    padding: 10px;
    min-height: 75px;
    _height: 75px;
    border: 1px solid #b3b3b3; }
  .mod-sideLinks1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mod-sideLinks1 li {
    margin: 0;
    padding: 0;
    font-size: 1.16667em; }
    .mod-sideLinks1 li a {
      color: #1a1a1a;
      text-decoration: none;
      padding: 0 0 0 10px;
      background: url(../images/mod-sideLinks1/ico_01.png) no-repeat 0 0.4em; }
    .mod-sideLinks1 li ul {
      margin: .3em 0 0; }
    .mod-sideLinks1 li li {
      font-size: 0.85714em; }

@media (max-width: 640px) {
  .mod-sideLinks1 .mod-sideLinks1-item,
  .mod-sideLinks1 .mod-sideLinks1-textItem {
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top; }
  .mod-sideLinks1 .mod-sideLinks1-item {
    width: 100px; }
    .mod-sideLinks1 .mod-sideLinks1-item img {
      width: 80px;
      height: auto; }
  .mod-sideLinks1 .mod-sideLinks1-textItem {
    width: 100px;
    padding: 0;
    min-height: 0;
    border: none; }
  .mod-sideLinks1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mod-sideLinks1 li {
    margin: 0;
    padding: 0;
    font-size: 10px; }
    .mod-sideLinks1 li a {
      color: #1a1a1a;
      text-decoration: none;
      padding: 0 0 0 10px;
      background: url(../images/mod-sideLinks1/ico_01.png) no-repeat 0 0.4em; }
    .mod-sideLinks1 li ul {
      margin: .3em 0 0 .3em; } }
/* ==========================================================================
   mod-sideLinks2
   ========================================================================== */
.mod-sideLinks2 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 950px;
  margin: auto;
  position: relative; }

.mod-sideLinks2-viewport {
  width: 886px;
  margin: 0 auto;
  overflow: hidden; }

.mod-sideLinks2-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .mod-sideLinks2-list li {
    margin: 0;
    padding: 0 5px;
    float: left;
    width: 116px; }
  .mod-sideLinks2-list img {
    display: block;
    width: 116px;
    height: auto; }

.mod-sideLinks2-control {
  margin: 0;
  padding: 0;
  list-style: none; }
  .mod-sideLinks2-control li {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    background: url(../images/mod-sideLinks2/btn_01.png) no-repeat;
    width: 30px;
    height: 80px; }
    .mod-sideLinks2-control li.mod-sideLinks2-prev {
      left: 0;
      background-position: 0 50%; }
    .mod-sideLinks2-control li.mod-sideLinks2-next {
      right: 0;
      background-position: 100% 50%; }
    .mod-sideLinks2-control li:hover {
      filter: alpha(opacity=50);
      opacity: .5; }
    .mod-sideLinks2-control li.ex-sideLinks2--disabled {
      opacity: .5;
      cursor: auto; }

@media (max-width: 640px) {
  .mod-sideLinks2 {
    width: auto;
    margin: auto; }

  .mod-sideLinks2-viewport {
    width: auto;
    margin: 0 25px;
    overflow: hidden; }

  .mod-sideLinks2-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .mod-sideLinks2-list li {
      margin: 0;
      padding: 0 6px;
      float: left;
      width: 58px; }
    .mod-sideLinks2-list img {
      width: 58px;
      height: auto; }

  .mod-sideLinks2-control li {
    width: 10px;
    height: 40px;
    -webkit-background-size: 75px 18px;
    -o-background-size: 75px 18px;
    background-size: 75px 18px; } }
/* ==========================================================================
   mod-brochureList
   ========================================================================== */
.mod-brochureList-plugin {
  font-size: 0.83333em;
  float: right;
  width: 180px;
  *margin-left: -180px;
  text-align: right; }

.mod-brochureList-item {
  font-size: 0;
  width: 500px;
  margin: 0 auto 10px; }

.mod-brochureList-image,
.mod-brochureList-text {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.mod-brochureList-image {
  width: 85px; }
  .mod-brochureList-image img {
    *position: relative;
    *z-index: -1;
    display: block; }

.mod-brochureList-text {
  *width: 390px;
  max-width: 390px;
  font-size: 12px;
  padding-left: 20px;
  background: url(../images/mod-brochureList/ico_01.png) no-repeat 10px 0.45em; }
  a:hover .mod-brochureList-text {
    background-image: url(../images/mod-brochureList/ico_01_on.png); }

@media (max-width: 640px) {
  .mod-brochureList-plugin {
    display: none; }

  .mod-brochureList-item {
    font-size: 100%;
    width: auto;
    margin: 0 0 10px;
    display: table; }

  .mod-brochureList-image,
  .mod-brochureList-text {
    display: table-cell; }

  .mod-brochureList-image {
    width: 60px; }
    .mod-brochureList-image img {
      width: 100%;
      height: auto; }

  .mod-brochureList-text {
    width: auto;
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/mod-brochureList/ico_01.png) no-repeat 10px 50%; }
    a:hover .mod-brochureList-text {
      background-image: url(../images/mod-brochureList/ico_01_on.png); } }
/* ==========================================================================
   mod-goStore
   ========================================================================== */
.mod-goStore {
  width: 950px;
  margin: 30px auto;
  text-align: center; }

.mod-goStore-text,
.mod-goStore-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.mod-goStore-text {
  text-align: left;
  margin-right: 30px; }

.mod-goStore-productName {
  font-weight: bold;
  font-size: 2em; }

@media (max-width: 640px) {
  .mod-goStore {
    width: auto; }

  .mod-goStore-text {
    margin-right: 10px; }

  .mod-goStore-productName {
    font-size: 0.85714em; }

  .mod-goStore-productNameSub {
    font-size: 0.42857em; } }
/* ==========================================================================
   mod-sideUnit
   ========================================================================== */
.mod-side {
  border-top: 1px solid #999;
  min-width: 950px; }

.mod-side-item {
  width: 950px;
  margin: 22px auto;
  padding-top: 22px;
  border-top: 1px dotted #000; }
  .mod-side-item:first-child {
    border-top: none;
    padding-top: 0; }

.mod-side-header {
  margin: 0 0 1em; }
  .mod-side-header h1 {
    font-size: 1.33333em;
    text-align: center;
    margin: 0; }

@media (max-width: 640px) {
  .mod-side {
    min-width: 0; }

  .mod-side-item {
    width: auto;
    margin: 22px 10px;
    border-top: 1px solid #666;
    font-size: 0.71429em; }

  .mod-side-header h1 {
    font-size: 1.2em; } }
/* ==========================================================================
   mod-link
   ========================================================================== */
.mod-link {
  color: #006080;
  text-decoration: none;
  background: url(../images/mod-link/ico_01.png) no-repeat 0 0.35em;
  padding-left: 10px; }

/* ==========================================================================
   mod-button
   ========================================================================== */
.mod-button {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  background-color: #f2f2f2;
  background-repeat: no-repeat, repeat-x;
  background-position: 20px 50%;
  background-image: url(../images/mod-button/ico_01.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #efefef));
  background-image: url(../images/mod-button/ico_01.png), -webkit-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background-image: url(../images/mod-button/ico_01.png), -moz-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background-image: url(../images/mod-button/ico_01.png), -o-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background-image: url(../images/mod-button/ico_01.png), linear-gradient(to bottom, whitesmoke 0%, #efefef 100%);
  padding: .5em 20px .5em 28px;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  html.no-multiplebgs .mod-button {
    background-repeat: no-repeat;
    background-image: url(../images/mod-button/ico_01.png); }
  html.no-boxshadow .mod-button {
    border: 1px solid #e4e4e4; }
  .mod-button:hover {
    color: #999999;
    text-decoration: none;
    background-image: url(../images/mod-button/ico_01_on.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, whitesmoke));
    background-image: url(../images/mod-button/ico_01_on.png), -webkit-linear-gradient(top, #f8f8f8 0%, whitesmoke 100%);
    background-image: url(../images/mod-button/ico_01_on.png), -moz-linear-gradient(top, #f8f8f8 0%, whitesmoke 100%);
    background-image: url(../images/mod-button/ico_01_on.png), -o-linear-gradient(top, #f8f8f8 0%, whitesmoke 100%);
    background-image: url(../images/mod-button/ico_01_on.png), linear-gradient(to bottom, #f8f8f8 0%, whitesmoke 100%);
    -webkit-background-size: auto auto, 100% auto;
    -o-background-size: auto auto, 100% auto;
    background-size: auto auto, 100% auto; }
    html.no-multiplebgs .mod-button:hover {
      background-repeat: no-repeat;
      background-image: url(../images/mod-button/ico_01_on.png); }

@media (max-width: 640px) {
  .mod-button {
    font-size: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding: .4em 10px .4em 18px;
    background-position: 10px 50%; } }
/* ==========================================================================
   mod-storeButton
   ========================================================================== */
.mod-storeButton {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: .6em 20px .6em 28px;
  background: url(../images/mod-storeButton/bg_02.png) no-repeat 0 50%;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  border: 1px solid #e5e5e5; }
  .mod-storeButton.ex-storeButton--top {
    font-size: 16px;
    background-image: url(../images/mod-storeButton/bg_01.png);
    padding: .6em 46px .6em 58px;
    -webkit-background-size: auto;
    background-size: auto; }
  .mod-storeButton:hover {
    color: #FFF;
    text-decoration: none;
    background-position: -500px 50%; }

@media (max-width: 640px) {
  .mod-storeButton {
    font-size: 14px;
    padding-top: .4em;
    padding-bottom: .3em; } }
/* ==========================================================================
   mod-storeButtonContainer
   ========================================================================== */
.mod-storeButtonContainer {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.mod-storeButtonContainer-button {
  display: block; }

.mod-storeButtonContainer-text {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 2px; }

/* ==========================================================================
   mod-featureImage***
   ========================================================================== */
section.mod-feature, section.mod-featureImageTopA, section.mod-featureImageTopB, section.mod-featureImageTopC, section.mod-featureImageRight, section.mod-featureImageLeft, section.mod-featureImageBottomA {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0;
  min-width: 950px;
  background: url(../images/mod-featureImage/line_01.png) no-repeat 50% 100%; }
  section.ex-featureImage--last.mod-feature, section.ex-featureImage--last.mod-featureImageTopA, section.ex-featureImage--last.mod-featureImageTopB, section.ex-featureImage--last.mod-featureImageTopC, section.ex-featureImage--last.mod-featureImageRight, section.ex-featureImage--last.mod-featureImageLeft, section.ex-featureImage--last.mod-featureImageBottomA {
    background: none;
    padding-bottom: 0;
    margin-bottom: 40px; }

section.mod-feature .mod-feature-inner, section.mod-featureImageTopA .mod-featureImageTopA-inner, section.mod-featureImageTopB .mod-featureImageTopB-inner, section.mod-featureImageTopC .mod-featureImageTopC-inner, section.mod-featureImageRight .mod-featureImageRight-inner, section.mod-featureImageLeft .mod-featureImageLeft-inner, section.mod-featureImageBottomA .mod-featureImageBottomA-inner {
  *zoom: 1;
  width: 950px;
  padding: 0 0 30px;
  margin: 0 auto; }
  section.mod-feature .mod-feature-inner:before, section.mod-featureImageTopA .mod-featureImageTopA-inner:before, section.mod-featureImageTopB .mod-featureImageTopB-inner:before, section.mod-featureImageTopC .mod-featureImageTopC-inner:before, section.mod-featureImageRight .mod-featureImageRight-inner:before, section.mod-featureImageLeft .mod-featureImageLeft-inner:before, section.mod-featureImageBottomA .mod-featureImageBottomA-inner:before, section.mod-feature .mod-feature-inner:after, section.mod-featureImageTopA .mod-featureImageTopA-inner:after, section.mod-featureImageTopB .mod-featureImageTopB-inner:after, section.mod-featureImageTopC .mod-featureImageTopC-inner:after, section.mod-featureImageRight .mod-featureImageRight-inner:after, section.mod-featureImageLeft .mod-featureImageLeft-inner:after, section.mod-featureImageBottomA .mod-featureImageBottomA-inner:after {
    content: "";
    display: table; }
  section.mod-feature .mod-feature-inner:after, section.mod-featureImageTopA .mod-featureImageTopA-inner:after, section.mod-featureImageTopB .mod-featureImageTopB-inner:after, section.mod-featureImageTopC .mod-featureImageTopC-inner:after, section.mod-featureImageRight .mod-featureImageRight-inner:after, section.mod-featureImageLeft .mod-featureImageLeft-inner:after, section.mod-featureImageBottomA .mod-featureImageBottomA-inner:after {
    clear: both; }

section.mod-featureImageTopA .mod-featureImageTopA-feature, section.mod-featureImageTopB .mod-featureImageTopB-feature, section.mod-featureImageTopC .mod-featureImageTopC-feature, section.mod-featureImageRight .mod-featureImageRight-feature, section.mod-featureImageLeft .mod-featureImageLeft-feature, section.mod-featureImageBottomA .mod-featureImageBottomA-feature {
  *zoom: 1; }
  section.mod-featureImageTopA .mod-featureImageTopA-feature .ex-featureImage--fullWidth, section.mod-featureImageTopB .mod-featureImageTopB-feature .ex-featureImage--fullWidth, section.mod-featureImageTopC .mod-featureImageTopC-feature .ex-featureImage--fullWidth, section.mod-featureImageRight .mod-featureImageRight-feature .ex-featureImage--fullWidth, section.mod-featureImageLeft .mod-featureImageLeft-feature .ex-featureImage--fullWidth, section.mod-featureImageBottomA .mod-featureImageBottomA-feature .ex-featureImage--fullWidth {
    width: auto;
    text-align: center;
    min-width: 950px; }
    section.mod-featureImageTopA .mod-featureImageTopA-feature .ex-featureImage--fullWidth img, section.mod-featureImageTopB .mod-featureImageTopB-feature .ex-featureImage--fullWidth img, section.mod-featureImageTopC .mod-featureImageTopC-feature .ex-featureImage--fullWidth img, section.mod-featureImageRight .mod-featureImageRight-feature .ex-featureImage--fullWidth img, section.mod-featureImageLeft .mod-featureImageLeft-feature .ex-featureImage--fullWidth img, section.mod-featureImageBottomA .mod-featureImageBottomA-feature .ex-featureImage--fullWidth img {
      display: inline;
      margin: 0 -550px; }
  section.mod-featureImageTopA .mod-featureImageTopA-feature .ex-featureImage--fitBottom, section.mod-featureImageTopB .mod-featureImageTopB-feature .ex-featureImage--fitBottom, section.mod-featureImageTopC .mod-featureImageTopC-feature .ex-featureImage--fitBottom, section.mod-featureImageRight .mod-featureImageRight-feature .ex-featureImage--fitBottom, section.mod-featureImageLeft .mod-featureImageLeft-feature .ex-featureImage--fitBottom, section.mod-featureImageBottomA .mod-featureImageBottomA-feature .ex-featureImage--fitBottom {
    margin-bottom: -40px; }
  section.mod-featureImageTopA .mod-featureImageTopA-feature .ex-featureImage--fitTop, section.mod-featureImageTopB .mod-featureImageTopB-feature .ex-featureImage--fitTop, section.mod-featureImageTopC .mod-featureImageTopC-feature .ex-featureImage--fitTop, section.mod-featureImageRight .mod-featureImageRight-feature .ex-featureImage--fitTop, section.mod-featureImageLeft .mod-featureImageLeft-feature .ex-featureImage--fitTop, section.mod-featureImageBottomA .mod-featureImageBottomA-feature .ex-featureImage--fitTop {
    margin-top: -40px; }

section.mod-featureImageTopA .mod-featureImageTopA-image, section.mod-featureImageTopB .mod-featureImageTopB-image, section.mod-featureImageTopC .mod-featureImageTopC-image, section.mod-featureImageRight .mod-featureImageRight-image, section.mod-featureImageLeft .mod-featureImageLeft-image, section.mod-featureImageBottomA .mod-featureImageBottomA-image {
  margin-bottom: 20px; }
  section.mod-featureImageTopA .mod-featureImageTopA-image img, section.mod-featureImageTopB .mod-featureImageTopB-image img, section.mod-featureImageTopC .mod-featureImageTopC-image img, section.mod-featureImageRight .mod-featureImageRight-image img, section.mod-featureImageLeft .mod-featureImageLeft-image img, section.mod-featureImageBottomA .mod-featureImageBottomA-image img {
    display: block;
    margin: 0 auto; }

section.mod-feature .mod-feature-heading, section.mod-featureImageTopA .mod-featureImageTopA-heading, section.mod-featureImageTopB .mod-featureImageTopB-heading, section.mod-featureImageTopC .mod-featureImageTopC-heading, section.mod-featureImageRight .mod-featureImageRight-heading, section.mod-featureImageLeft .mod-featureImageLeft-heading, section.mod-featureImageBottomA .mod-featureImageBottomA-heading {
  width: 302px; }
  section.mod-feature .mod-feature-heading h1, section.mod-featureImageTopA .mod-featureImageTopA-heading h1, section.mod-featureImageTopB .mod-featureImageTopB-heading h1, section.mod-featureImageTopC .mod-featureImageTopC-heading h1, section.mod-featureImageRight .mod-featureImageRight-heading h1, section.mod-featureImageLeft .mod-featureImageLeft-heading h1, section.mod-featureImageBottomA .mod-featureImageBottomA-heading h1 {
    font-size: 1.66667em;
    margin: 0;
    *zoom: 1;
    *position: relative; }

section.mod-feature .mod-feature-subHeading h2, section.mod-featureImageTopA .mod-featureImageTopA-subHeading h2, section.mod-featureImageTopB .mod-featureImageTopB-subHeading h2, section.mod-featureImageTopC .mod-featureImageTopC-subHeading h2, section.mod-featureImageRight .mod-featureImageRight-subHeading h2, section.mod-featureImageLeft .mod-featureImageLeft-subHeading h2, section.mod-featureImageBottomA .mod-featureImageBottomA-subHeading h2 {
  font-size: 1.16667em;
  margin: 0 0 .5em; }

section.mod-feature .mod-feature-text, section.mod-featureImageTopA .mod-featureImageTopA-text, section.mod-featureImageTopB .mod-featureImageTopB-text, section.mod-featureImageTopC .mod-featureImageTopC-text, section.mod-featureImageRight .mod-featureImageRight-text, section.mod-featureImageLeft .mod-featureImageLeft-text, section.mod-featureImageBottomA .mod-featureImageBottomA-text {
  color: #1a1a1a;
  font-size: 1.33333em; }
  section.mod-feature .mod-feature-text p, section.mod-featureImageTopA .mod-featureImageTopA-text p, section.mod-featureImageTopB .mod-featureImageTopB-text p, section.mod-featureImageTopC .mod-featureImageTopC-text p, section.mod-featureImageRight .mod-featureImageRight-text p, section.mod-featureImageLeft .mod-featureImageLeft-text p, section.mod-featureImageBottomA .mod-featureImageBottomA-text p {
    margin: 0 0 1em; }

@media (max-width: 640px) {
  section.mod-feature, section.mod-featureImageTopA, section.mod-featureImageTopB, section.mod-featureImageTopC, section.mod-featureImageRight, section.mod-featureImageLeft, section.mod-featureImageBottomA {
    clear: both;
    width: auto;
    overflow: visible;
    margin: 0 10px;
    min-width: 0;
    background: none;
    border-bottom: 1px dotted #000; }
    section.ex-featureImage--last.mod-feature, section.ex-featureImage--last.mod-featureImageTopA, section.ex-featureImage--last.mod-featureImageTopB, section.ex-featureImage--last.mod-featureImageTopC, section.ex-featureImage--last.mod-featureImageRight, section.ex-featureImage--last.mod-featureImageLeft, section.ex-featureImage--last.mod-featureImageBottomA {
      border: none; }

  section.mod-feature .mod-feature-inner, section.mod-featureImageTopA .mod-featureImageTopA-inner, section.mod-featureImageTopB .mod-featureImageTopB-inner, section.mod-featureImageTopC .mod-featureImageTopC-inner, section.mod-featureImageRight .mod-featureImageRight-inner, section.mod-featureImageLeft .mod-featureImageLeft-inner, section.mod-featureImageBottomA .mod-featureImageBottomA-inner {
    display: table;
    width: 100%; }

  section.mod-featureImageTopA .mod-featureImageTopA-feature, section.mod-featureImageTopB .mod-featureImageTopB-feature, section.mod-featureImageTopC .mod-featureImageTopC-feature, section.mod-featureImageRight .mod-featureImageRight-feature, section.mod-featureImageLeft .mod-featureImageLeft-feature, section.mod-featureImageBottomA .mod-featureImageBottomA-feature {
    width: auto;
    display: table-header-group; }
    section.mod-featureImageTopA .mod-featureImageTopA-feature .ex-featureImage--fullWidth, section.mod-featureImageTopB .mod-featureImageTopB-feature .ex-featureImage--fullWidth, section.mod-featureImageTopC .mod-featureImageTopC-feature .ex-featureImage--fullWidth, section.mod-featureImageRight .mod-featureImageRight-feature .ex-featureImage--fullWidth, section.mod-featureImageLeft .mod-featureImageLeft-feature .ex-featureImage--fullWidth, section.mod-featureImageBottomA .mod-featureImageBottomA-feature .ex-featureImage--fullWidth {
      margin: 0 -10px 16px;
      overflow: hidden;
      min-width: 0; }
      section.mod-featureImageTopA .mod-featureImageTopA-feature .ex-featureImage--fullWidth img, section.mod-featureImageTopB .mod-featureImageTopB-feature .ex-featureImage--fullWidth img, section.mod-featureImageTopC .mod-featureImageTopC-feature .ex-featureImage--fullWidth img, section.mod-featureImageRight .mod-featureImageRight-feature .ex-featureImage--fullWidth img, section.mod-featureImageLeft .mod-featureImageLeft-feature .ex-featureImage--fullWidth img, section.mod-featureImageBottomA .mod-featureImageBottomA-feature .ex-featureImage--fullWidth img {
        display: block;
        width: 100%;
        margin: 0; }

  section.mod-featureImageTopA .mod-featureImageTopA-image, section.mod-featureImageTopB .mod-featureImageTopB-image, section.mod-featureImageTopC .mod-featureImageTopC-image, section.mod-featureImageRight .mod-featureImageRight-image, section.mod-featureImageLeft .mod-featureImageLeft-image, section.mod-featureImageBottomA .mod-featureImageBottomA-image {
    margin: 0 0 16px; }
    section.mod-featureImageTopA .mod-featureImageTopA-image img, section.mod-featureImageTopB .mod-featureImageTopB-image img, section.mod-featureImageTopC .mod-featureImageTopC-image img, section.mod-featureImageRight .mod-featureImageRight-image img, section.mod-featureImageLeft .mod-featureImageLeft-image img, section.mod-featureImageBottomA .mod-featureImageBottomA-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

  section.mod-feature .mod-feature-body, section.mod-featureImageTopA .mod-featureImageTopA-body, section.mod-featureImageTopB .mod-featureImageTopB-body, section.mod-featureImageTopC .mod-featureImageTopC-body, section.mod-featureImageRight .mod-featureImageRight-body, section.mod-featureImageLeft .mod-featureImageLeft-body, section.mod-featureImageBottomA .mod-featureImageBottomA-body {
    display: table-footer-group; }

  section.mod-feature .mod-feature-heading, section.mod-featureImageTopA .mod-featureImageTopA-heading, section.mod-featureImageTopB .mod-featureImageTopB-heading, section.mod-featureImageTopC .mod-featureImageTopC-heading, section.mod-featureImageRight .mod-featureImageRight-heading, section.mod-featureImageLeft .mod-featureImageLeft-heading, section.mod-featureImageBottomA .mod-featureImageBottomA-heading {
    width: auto;
    margin: 0 0 1em; }
    section.mod-feature .mod-feature-heading h1, section.mod-featureImageTopA .mod-featureImageTopA-heading h1, section.mod-featureImageTopB .mod-featureImageTopB-heading h1, section.mod-featureImageTopC .mod-featureImageTopC-heading h1, section.mod-featureImageRight .mod-featureImageRight-heading h1, section.mod-featureImageLeft .mod-featureImageLeft-heading h1, section.mod-featureImageBottomA .mod-featureImageBottomA-heading h1 {
      font-size: 1.28571em; }

  section.mod-feature .mod-feature-text, section.mod-featureImageTopA .mod-featureImageTopA-text, section.mod-featureImageTopB .mod-featureImageTopB-text, section.mod-featureImageTopC .mod-featureImageTopC-text, section.mod-featureImageRight .mod-featureImageRight-text, section.mod-featureImageLeft .mod-featureImageLeft-text, section.mod-featureImageBottomA .mod-featureImageBottomA-text {
    font-size: 1em; }

  section.mod-feature .mod-feature-extra .mod-button, section.mod-featureImageTopA .mod-featureImageTopA-extra .mod-button, section.mod-featureImageTopB .mod-featureImageTopB-extra .mod-button, section.mod-featureImageTopC .mod-featureImageTopC-extra .mod-button, section.mod-featureImageRight .mod-featureImageRight-extra .mod-button, section.mod-featureImageLeft .mod-featureImageLeft-extra .mod-button, section.mod-featureImageBottomA .mod-featureImageBottomA-extra .mod-button {
    display: table;
    margin: 0 auto;
    padding-left: 3em;
    padding-right: 3em; }
  section.mod-feature .mod-feature-extra p, section.mod-featureImageTopA .mod-featureImageTopA-extra p, section.mod-featureImageTopB .mod-featureImageTopB-extra p, section.mod-featureImageTopC .mod-featureImageTopC-extra p, section.mod-featureImageRight .mod-featureImageRight-extra p, section.mod-featureImageLeft .mod-featureImageLeft-extra p, section.mod-featureImageBottomA .mod-featureImageBottomA-extra p {
    margin: 0 0 .8em; } }
/* mod-feature
   ========================================================================== */
section.mod-feature .mod-feature-heading {
  width: auto;
  margin-bottom: .6em; }
  section.mod-feature .mod-feature-heading h1 {
    text-align: center; }

@media (max-width: 640px) {
  section.mod-feature .mod-feature-inner {
    display: block; }
  section.mod-feature .mod-feature-body {
    display: block; } }
/* mod-featureImageTopA
   ========================================================================== */
section.mod-featureImageTopA .mod-featureImageTopA-feature {
  margin-bottom: 30px; }
section.mod-featureImageTopA .mod-featureImageTopA-body {
  padding: 0 80px 0 0; }
section.mod-featureImageTopA .mod-featureImageTopA-heading {
  float: left; }
  section.mod-featureImageTopA .mod-featureImageTopA-heading h1 {
    margin-left: -1em;
    text-align: right; }
section.mod-featureImageTopA .mod-featureImageTopA-text {
  width: 545px;
  float: right;
  padding-left: 22px; }
section.mod-featureImageTopA .mod-featureImageTopA-extra {
  text-align: right;
  width: 302px;
  float: left; }

@media (max-width: 640px) {
  section.mod-featureImageTopA .mod-featureImageTopA-feature {
    margin-bottom: 22px; }
  section.mod-featureImageTopA .mod-featureImageTopA-body {
    padding: 0; }
  section.mod-featureImageTopA .mod-featureImageTopA-heading {
    float: none; }
    section.mod-featureImageTopA .mod-featureImageTopA-heading h1 {
      margin: 0;
      text-align: center; }
  section.mod-featureImageTopA .mod-featureImageTopA-text {
    width: auto;
    float: none;
    padding: 0; }
  section.mod-featureImageTopA .mod-featureImageTopA-extra {
    text-align: left;
    width: auto;
    float: none; } }
/* mod-featureImageTopB
   ========================================================================== */
section.mod-featureImageTopB .mod-featureImageTopB-body {
  padding: 0 0 0 80px; }
section.mod-featureImageTopB .mod-featureImageTopB-heading {
  float: right; }
  section.mod-featureImageTopB .mod-featureImageTopB-heading h1 {
    margin-right: -1em; }
section.mod-featureImageTopB .mod-featureImageTopB-text {
  width: 545px;
  float: left;
  padding-right: 22px; }
section.mod-featureImageTopB .mod-featureImageTopB-extra {
  width: 302px;
  float: right; }

@media (max-width: 640px) {
  section.mod-featureImageTopB .mod-featureImageTopB-body {
    padding: 0; }
  section.mod-featureImageTopB .mod-featureImageTopB-heading {
    float: none; }
    section.mod-featureImageTopB .mod-featureImageTopB-heading h1 {
      margin: 0;
      text-align: center; }
  section.mod-featureImageTopB .mod-featureImageTopB-text {
    width: auto;
    float: none;
    padding: 0; }
  section.mod-featureImageTopB .mod-featureImageTopB-extra {
    width: auto;
    float: none; } }
/* mod-featureImageTopC
   ========================================================================== */
section.mod-featureImageTopC .mod-featureImageTopC-body {
  padding: 0 80px; }
section.mod-featureImageTopC .mod-featureImageTopC-heading {
  width: auto;
  margin-bottom: .6em; }
  section.mod-featureImageTopC .mod-featureImageTopC-heading h1 {
    text-align: left; }

@media (max-width: 640px) {
  section.mod-featureImageTopC .mod-featureImageTopC-heading h1 {
    text-align: center; } }
/* mod-featureImageRight
   ========================================================================== */
section.mod-featureImageRight .mod-featureImageRight-feature {
  width: 626px;
  float: right; }
section.mod-featureImageRight .mod-featureImageRight-image {
  width: 1500px;
  margin-right: -874px; }
  section.mod-featureImageRight .mod-featureImageRight-image img {
    margin: 0 auto 0 0; }
section.mod-featureImageRight .mod-featureImageRight-body {
  width: 302px;
  float: left; }
section.mod-featureImageRight .mod-featureImageRight-heading {
  margin-bottom: 22px; }
  section.mod-featureImageRight .mod-featureImageRight-heading h1 {
    margin-right: -1em; }
section.mod-featureImageRight .mod-featureImageRight-extra {
  width: 302px;
  float: left; }

@media (max-width: 640px) {
  section.mod-featureImageRight .mod-featureImageRight-feature {
    float: none; }
  section.mod-featureImageRight .mod-featureImageRight-image {
    width: 100%;
    margin-right: 0; }
    section.mod-featureImageRight .mod-featureImageRight-image img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  section.mod-featureImageRight .mod-featureImageRight-body {
    width: auto;
    float: none;
    padding: 12px 0 0; }
  section.mod-featureImageRight .mod-featureImageRight-heading {
    margin-bottom: 1em; }
    section.mod-featureImageRight .mod-featureImageRight-heading h1 {
      margin: 0;
      text-align: center; }
  section.mod-featureImageRight .mod-featureImageRight-text {
    margin-bottom: 22px; }
  section.mod-featureImageRight .mod-featureImageRight-extra {
    text-align: center;
    width: auto;
    float: none; } }
/* mod-featureImageLeft
   ========================================================================== */
section.mod-featureImageLeft .mod-featureImageLeft-feature {
  width: 626px;
  float: left; }
section.mod-featureImageLeft .mod-featureImageLeft-image {
  width: 1500px;
  margin-left: -874px; }
  section.mod-featureImageLeft .mod-featureImageLeft-image img {
    margin: 0 0 0 auto; }
section.mod-featureImageLeft .mod-featureImageLeft-body {
  width: 302px;
  float: right; }
section.mod-featureImageLeft .mod-featureImageLeft-heading {
  margin-bottom: 22px; }
  section.mod-featureImageLeft .mod-featureImageLeft-heading h1 {
    margin-right: -1em; }
section.mod-featureImageLeft .mod-featureImageLeft-extra {
  width: 302px;
  float: right; }

@media (max-width: 640px) {
  section.mod-featureImageLeft .mod-featureImageLeft-inner {
    display: table; }
  section.mod-featureImageLeft .mod-featureImageLeft-feature {
    float: none; }
  section.mod-featureImageLeft .mod-featureImageLeft-image {
    width: 100%;
    margin-left: 0; }
    section.mod-featureImageLeft .mod-featureImageLeft-image img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  section.mod-featureImageLeft .mod-featureImageLeft-body {
    float: none;
    width: auto;
    padding: 0; }
  section.mod-featureImageLeft .mod-featureImageLeft-heading {
    margin-bottom: 1em; }
    section.mod-featureImageLeft .mod-featureImageLeft-heading h1 {
      margin: 0;
      text-align: center; }
  section.mod-featureImageLeft .mod-featureImageLeft-text {
    margin-bottom: 22px; }
  section.mod-featureImageLeft .mod-featureImageLeft-extra {
    width: auto;
    float: none; } }
/* mod-featureImageBottomA
   ========================================================================== */
section.mod-featureImageBottomA .mod-featureImageBottomA-body {
  padding: 0 80px;
  margin: 0 0 22px; }
section.mod-featureImageBottomA .mod-featureImageBottomA-heading {
  width: auto;
  margin-bottom: .6em; }
  section.mod-featureImageBottomA .mod-featureImageBottomA-heading h1 {
    text-align: center; }
section.mod-featureImageBottomA .mod-featureImageBottomA-extra {
  padding: 0 80px; }
section.mod-featureImageBottomA .mod-featureImageBottomA-body .mod-featureImageBottomA-extra {
  padding: 0; }

@media (max-width: 640px) {
  section.mod-featureImageBottomA .mod-featureImageBottomA-body {
    padding: 0; }
  section.mod-featureImageBottomA .mod-featureImageBottomA-heading {
    margin-bottom: 1em; }
  section.mod-featureImageBottomA .mod-featureImageBottomA-text {
    padding: 0; }
  section.mod-featureImageBottomA .mod-featureImageBottomA-extra {
    padding: 0; } }
/* ==========================================================================
   mod-featureImage2Col
   ========================================================================== */
.mod-featureImage2col {
  *zoom: 1;
  margin: 0 -80px 0 -102px; }
  .mod-featureImage2col:before, .mod-featureImage2col:after {
    content: "";
    display: table; }
  .mod-featureImage2col:after {
    clear: both; }
  .mod-featureImage2col.ex-featureImage2col--fitBottom {
    margin-bottom: -51px; }

.mod-featureImage2col-item {
  width: 464px;
  float: left;
  margin: 0 0 0 22px; }

.mod-featureImage2col-image img {
  display: block; }

@media (max-width: 640px) {
  .mod-featureImage2col {
    margin: 0; }
    .mod-featureImage2col.ex-featureImage2col--fitBottom {
      margin-bottom: -50px; }

  .mod-featureImage2col-item {
    width: auto;
    float: none;
    margin: 0 0 20px; }

  .mod-featureImage2col-image img {
    max-width: 464px;
    width: 100%;
    height: auto;
    margin: 0 auto; } }
/* ==========================================================================
   mod-featureDetail
   ========================================================================== */
.mod-featureDetail {
  *zoom: 1;
  font-size: 1.16667em;
  width: 950px;
  margin: 0 auto; }
  .mod-featureDetail:before, .mod-featureDetail:after {
    content: "";
    display: table; }
  .mod-featureDetail:after {
    clear: both; }
  .mod-featureDetail p {
    margin: 0 0 .5em; }

.mod-featureDetail-col1 {
  float: left;
  width: 442px; }

.mod-featureDetail-col2 {
  float: right;
  width: 442px; }

.mod-featureDetail-section {
  width: 626px;
  margin: 0 auto 40px; }
  .mod-featureDetail-col2 .mod-featureDetail-section, .mod-featureDetail-col1 .mod-featureDetail-section {
    width: auto; }

.mod-featureDetail-heading {
  font-size: 1.14286em;
  margin: 0 0 .8em; }
  .mod-featureDetail-heading h1 {
    font-size: 100%;
    text-align: center;
    margin: 0; }

.mod-featureDetail-subHeading {
  margin: 0 0 .3em; }
  .mod-featureDetail-subHeading h2 {
    font-size: 100%;
    margin: 0; }

.mod-featureDetail-image {
  margin: 1em 0; }
  .mod-featureDetail-image img {
    display: block; }

dl.mod-featureDetail-definitions {
  font-size: 0.71429em;
  margin: 1em 0; }
  dl.mod-featureDetail-definitions dd {
    margin: 0 0 1em; }

@media (max-width: 640px) {
  .mod-featureDetail {
    font-size: 1em;
    width: auto;
    margin: 0 auto;
    padding: 0 10px; }

  .mod-featureDetail-col1,
  .mod-featureDetail-col2 {
    float: none;
    width: auto;
    max-width: 442px;
    margin: 0 auto; }

  .mod-featureDetail-section {
    width: auto;
    max-width: 626px;
    margin-bottom: 40px;
    border-top: 1px dotted #000;
    padding-top: 40px; }
    .mod-featureDetail-col1 .mod-featureDetail-section, .mod-featureDetail-col2 .mod-featureDetail-section {
      padding-top: 0;
      border: none; }

  .mod-featureDetail-subHeading h2 {
    text-align: center; }

  .mod-featureDetail-image img {
    width: 100%;
    height: auto; } }
/* mod-attachedImageRight
   ========================================================================== */
.mod-attachedImageRight {
  float: right;
  margin: 0 0 5px 10px; }

/* mod-attachedImageCenter
   ========================================================================== */
.mod-attachedImageCenter {
  margin: 5px; }
  .mod-attachedImageCenter img {
    display: block;
    margin: auto; }

/* mod-specTable
   ========================================================================== */
.mod-specTable {
  width: 950px;
  margin: 0 auto; }
  .mod-specTable .mod-specTable-header {
    margin: 0 0 1em; }
    .mod-specTable .mod-specTable-header h1 {
      font-size: 2em;
      text-align: center;
      margin: 0; }
  .mod-specTable .mod-specTable-table {
    margin: 3em 0; }
  .mod-specTable table {
    width: 100%; }
  .mod-specTable th, .mod-specTable td {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .mod-specTable thead th {
    font-size: 1.16667em;
    text-align: left;
    padding: .8em 10px;
    position: relative;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    background: url(../images/mod-specTable/line_02.png) no-repeat, url(../images/mod-specTable/line_02.png) no-repeat 0 100%, url(../images/mod-specTable/line_01.png) repeat-y 0 100%; }
    .no-multiplebgs .mod-specTable thead th {
      border-left: 1px solid #b2b2b2; }
  .mod-specTable thead th:first-child {
    background: none; }
  .mod-specTable thead th.ex-specTable--collapseLeft {
    background: none; }
  .mod-specTable tbody th, .mod-specTable tbody td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: .8em 10px;
    position: relative; }
  .mod-specTable tbody th {
    background: url(../images/mod-specTable/line_04.png) repeat-x 0 100%; }
  .mod-specTable tbody td {
    background: url(../images/mod-specTable/line_04.png) repeat-x 0 100%, url(../images/mod-specTable/line_02.png) no-repeat, url(../images/mod-specTable/line_02.png) no-repeat 0 100%, url(../images/mod-specTable/line_01.png) repeat-y 0 100%; }
    .no-multiplebgs .mod-specTable tbody td {
      background: url(../images/mod-specTable/line_03.png) repeat-x 0 100%;
      border-left: 1px solid #b2b2b2; }
  .mod-specTable .mod-specTable-labelRow {
    display: none; }
  .mod-specTable .mod-specTable-note {
    color: #1a1a1a;
    font-size: 0.83333em;
    margin: 1em 0;
    padding: 10px;
    background: #e6e6e6; }

@media (max-width: 640px) {
  .mod-specTable {
    width: auto;
    margin: 10px 0; }
    .mod-specTable .mod-specTable-header {
      margin: 0 0 1em; }
      .mod-specTable .mod-specTable-header h1 {
        font-size: 1.71429em;
        text-align: center;
        margin: 0; }
    .mod-specTable table {
      width: 100%;
      table-layout: fixed; }
    .mod-specTable col {
      width: auto; }
    .mod-specTable thead th {
      font-size: 0.64286em;
      color: #fff;
      padding-top: 6px;
      padding-bottom: 16px;
      border: none;
      background: url(../images/mod-specTable/bg_01.png) repeat-x 0 100%; }
      .mod-specTable thead th:first-child {
        background-image: none; }
    .mod-specTable tbody th, .mod-specTable tbody td {
      font-size: 0.57143em;
      padding: 1em 10px;
      border-bottom: none;
      background: none; }
    .mod-specTable tbody tr:not(.mod-specTable-labelRow) + tr:not(.mod-specTable-labelRow) * {
      border-top: 1px dotted #000; }
    .mod-specTable tbody th {
      padding-left: 0; }
    .mod-specTable tbody td {
      border-left: 1px solid #b2b2b2; }
    .mod-specTable .mod-specTable-labelRow {
      display: table-row; }
      .mod-specTable .mod-specTable-labelRow th {
        font-size: 0.64286em;
        padding: .8em 5px;
        background: #f2f2f2; }
    .mod-specTable .mod-specTable-labelCell {
      font-size: 0;
      padding: 0;
      width: 0;
      overflow: hidden;
      background: #FFFFFF; }
      .mod-specTable .mod-specTable-labelCell + td {
        border: none; } }
/* mod-accessoryList
   ========================================================================== */
.mod-accessoryList {
  *zoom: 1; }
  .mod-accessoryList ul {
    font-size: 0;
    text-align: center;
    margin: 0 -11px;
    padding: 0;
    list-style: none; }
  .mod-accessoryList li {
    text-align: left;
    font-size: 12px;
    vertical-align: top;
    margin: 0 0 16px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 140px;
    padding: 0 11px; }
  .mod-accessoryList a {
    cursor: pointer;
    display: block;
    color: #1a1a1a;
    text-decoration: none; }
    .mod-accessoryList a:hover {
      color: #999999;
      text-decoration: none; }
      .mod-accessoryList a:hover img {
        filter: alpha(opacity=65);
        opacity: 0.65; }
  .mod-accessoryList span.mod-accessoryList-Image {
    display: block;
    width: 140px;
    height: 108px;
    padding: 11px;
    margin: 0 -11px;
    background: url(../images/mod-accessoryList/bg_01.png) no-repeat; }
  .mod-accessoryList li.ex-accessoryList--typeB span.mod-accessoryList-Image {
    background-position: -162px 0; }
  .mod-accessoryList li.ex-accessoryList--typeC span.mod-accessoryList-Image {
    background-position: -324px 0; }
  .mod-accessoryList img {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: block;
    *position: relative;
    *z-index: -1; }
  .mod-accessoryList span.mod-accessoryList-Text {
    display: block;
    padding: 0 0 0 10px;
    background: url(../images/mod-accessoryList/ico_01.png) no-repeat 0 0.45em; }
  .mod-accessoryList a:hover span.mod-accessoryList-Text {
    background-image: url(../images/mod-accessoryList/ico_01_on.png); }

@media (max-width: 950px) {
  .mod-accessoryList {
    overflow: hidden; } }
@media (max-width: 640px) {
  .mod-accessoryList {
    overflow: visible; }
    .mod-accessoryList ul {
      font-size: 0;
      margin: 0 -7px; }
    .mod-accessoryList li {
      font-size: 8px;
      width: 85px;
      padding: 0 9px; }
    .mod-accessoryList span.mod-accessoryList-Image {
      width: 83px;
      height: 62px;
      padding: 6px;
      margin: 0 -4px;
      background-position: 0px -65px;
      background-size: 285px 140px; }
    .mod-accessoryList li.ex-accessoryList--typeB span.mod-accessoryList-Image {
      background-position: -95px -65px; }
    .mod-accessoryList li.ex-accessoryList--typeC span.mod-accessoryList-Image {
      background-position: -190px -65px; }
    .mod-accessoryList img {
      width: 100%;
      height: 100%; }
    .mod-accessoryList span.mod-accessoryList-Text {
      background: url(../images/mod-accessoryList/ico_02.png) no-repeat 0 0.4em;
      -webkit-background-size: 4px 5px;
      -o-background-size: 4px 5px;
      background-size: 4px 5px; } }
/* mod-accessoryGroup
   ========================================================================== */
.mod-accessoryGroup {
  font-size: 0;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  width: 950px;
  _border-top: 1px dotted black; }

.mod-accessoryGroup + .mod-accessoryGroup {
  border-top: 1px dotted black; }

.mod-accessoryGroup-header {
  font-size: 12px;
  margin: 0 0 .8em; }
  .mod-accessoryGroup-header h1 {
    font-size: 1.5em;
    margin: 0; }

.mod-accessoryGroup-inner {
  display: inline-block;
  text-align: left;
  margin: 0 0 -30px -22px; }

.mod-accessoryGroup-item {
  *zoom: 1;
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 464px;
  margin: 0 0 30px 22px; }
  .mod-accessoryGroup-item:before, .mod-accessoryGroup-item:after {
    content: "";
    display: table; }
  .mod-accessoryGroup-item:after {
    clear: both; }

.mod-accessoryGroup-image {
  border: 2px solid #dfdfdf;
  width: 160px;
  height: 120px;
  float: left; }

.mod-accessoryGroup-text {
  float: right;
  width: 286px; }

.mod-accessoryGroup-heading {
  font-size: 1.16667em;
  font-weight: bold;
  margin: 0 0 1em; }

.mod-accessoryGroup-subHeading {
  margin: -1.2em 0 1em; }

.mod-accessoryGroup-announce {
  color: #f00000;
  font-weight: bold; }

.mod-accessoryGroup-price {
  margin: 0 0 1em; }

@media (max-width: 640px) {
  .mod-accessoryGroup {
    width: auto;
    margin: 0 10px; }

  .mod-accessoryGroup-inner {
    margin: 0 0 -20px;
    display: block; }

  .mod-accessoryGroup-item {
    font-size: 14px;
    display: block;
    width: auto;
    margin: 0 0 20px; }

  .mod-accessoryGroup-image {
    border: 2px solid #dfdfdf;
    width: 100px;
    height: 75px;
    margin: 0 10px 0 0; }
    .mod-accessoryGroup-image img {
      max-width: 100%;
      max-height: 100%; }

  .mod-accessoryGroup-text {
    font-size: 0.5em;
    float: none;
    width: auto; }

  .mod-accessoryGroup-heading {
    margin: 0 0 1em; }

  .mod-accessoryGroup-subHeading {
    margin: -1em 0 1em; }

  .mod-accessoryGroup-price {
    margin: 0 0 1em; } }
/* mod-lineup
   ========================================================================== */
.mod-lineup {
  font-size: 0;
  width: 930px;
  margin: 20px auto 20px;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 19px 0 0 18px; }

.mod-lineup-header h1 {
  text-align: center;
  margin: 0 0 18px;
  font-size: 20px; }

@media (max-width: 640px) {
  .mod-lineup {
    font-size: 0;
    width: auto;
    background: none;
    border: none;
    padding: 0 10px; }

  .mod-lineup-header h1 {
    text-align: center;
    margin: 0 0 18px;
    font-size: 20px; } }
.mod-lineup-itemFull, .mod-lineup-item, .mod-lineup-miscItemFull {
  font-size: 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px; }

@media (max-width: 640px) {
  .mod-lineup-item,
  .mod-lineup-itemFull, .mod-lineup-miscItemFull {
    font-size: 10px;
    background: none;
    border: 2px solid #dadada; } }
.mod-lineup-itemFull {
  *zoom: 1;
  width: 908px;
  padding: 20px 0;
  margin: 0 0 20px; }
  .mod-lineup-itemFull:before, .mod-lineup-itemFull:after {
    content: "";
    display: table; }
  .mod-lineup-itemFull:after {
    clear: both; }
  .mod-lineup-itemFull .mod-lineup-image {
    float: left;
    width: 600px; }
    .mod-lineup-itemFull .mod-lineup-image img {
      display: block;
      margin: auto; }
  .mod-lineup-itemFull .mod-lineup-text {
    float: right;
    padding: 20px 0 0;
    width: 300px; }
  .mod-lineup-itemFull .mod-lineup-lead {
    color: #595959;
    font-size: 1.66667em;
    margin: 0 0 .8em; }
  .mod-lineup-itemFull .mod-lineup-name {
    font-size: 1.83333em;
    font-weight: bold;
    margin: .6em 0; }
  .mod-lineup-itemFull .mod-lineup-nameSub {
    font-weight: normal;
    font-size: 0.45455em; }
  .mod-lineup-itemFull .mod-lineup-attachments {
    margin: 1em 0; }
  .mod-lineup-itemFull .mod-lineup-price {
    margin: 1em 0; }
  .mod-lineup-itemFull .mod-lineup-buttons {
    width: 280px;
    margin: 2em auto;
    padding: 0;
    list-style: none; }
    .mod-lineup-itemFull .mod-lineup-buttons li {
      margin: 0 16px 0 0;
      padding: 0;
      display: inline-block; }

.mod-lineup-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 288px;
  padding: 20px 0;
  margin: 0 20px 20px 0; }
  .mod-lineup-item .mod-lineup-image {
    margin: 0 0 10px; }
    .mod-lineup-item .mod-lineup-image img {
      display: block;
      margin: auto; }
  .mod-lineup-item .mod-lineup-lead {
    text-align: center;
    color: #595959;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 0 0 .8em; }
  .mod-lineup-item .mod-lineup-name {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: .6em 0; }
  .mod-lineup-item .mod-lineup-nameSub {
    font-weight: normal;
    font-size: 0.45455em; }
  .mod-lineup-item .mod-lineup-attachments {
    text-align: center;
    margin: 1em 10px; }
  .mod-lineup-item .mod-lineup-price {
    text-align: center;
    margin: 1em 0; }
  .mod-lineup-item .mod-lineup-buttons {
    text-align: center;
    width: 280px;
    margin: 2em auto;
    padding: 0;
    list-style: none; }
    .mod-lineup-item .mod-lineup-buttons li {
      margin: 0 16px 0 0;
      padding: 0;
      display: inline-block; }
  .mod-lineup-item .mod-lineup-store {
    text-align: center; }
  .mod-lineup-item .mod-lineup-notes {
    padding: 5px 0; }
    .mod-lineup-item .mod-lineup-notes td, .mod-lineup-item .mod-lineup-notes th {
      font-size: .8em;
      text-align: left;
      font-weight: normal;
      vertical-align: top;
      color: #1a1a1a; }
    .mod-lineup-item .mod-lineup-notes th {
      white-space: nowrap;
      padding: 0 .5em .3em 0; }

@media (max-width: 640px) {
  .mod-lineup-item,
  .mod-lineup-itemFull {
    width: auto;
    padding: 18px;
    margin: 0 0 20px;
    display: block; }
    .mod-lineup-item .mod-lineup-image,
    .mod-lineup-itemFull .mod-lineup-image {
      float: none;
      width: auto;
      margin: 0 0 10px; }
      .mod-lineup-item .mod-lineup-image img,
      .mod-lineup-itemFull .mod-lineup-image img {
        width: 100%;
        height: auto; }
    .mod-lineup-item .mod-lineup-text,
    .mod-lineup-itemFull .mod-lineup-text {
      float: none;
      padding: 0;
      width: auto; }
    .mod-lineup-item .mod-lineup-lead,
    .mod-lineup-itemFull .mod-lineup-lead {
      text-align: center;
      font-size: 1.4em;
      margin: 0 0 .8em; }
    .mod-lineup-item .mod-lineup-name,
    .mod-lineup-itemFull .mod-lineup-name {
      text-align: center;
      font-size: 1.8em;
      margin: .6em 0; }
    .mod-lineup-item .mod-lineup-nameSub,
    .mod-lineup-itemFull .mod-lineup-nameSub {
      text-align: center;
      font-size: 0.55556em; }
    .mod-lineup-item .mod-lineup-attachments,
    .mod-lineup-itemFull .mod-lineup-attachments {
      margin: 1em 0;
      text-align: center; }
    .mod-lineup-item .mod-lineup-price,
    .mod-lineup-itemFull .mod-lineup-price {
      margin: 1em 0;
      text-align: center; }
    .mod-lineup-item .mod-lineup-buttons,
    .mod-lineup-itemFull .mod-lineup-buttons {
      width: auto;
      margin: 1em auto;
      text-align: center; }
      .mod-lineup-item .mod-lineup-buttons li,
      .mod-lineup-itemFull .mod-lineup-buttons li {
        margin: 0 8px;
        padding: 0;
        display: inline-block; }
    .mod-lineup-item .mod-lineup-store,
    .mod-lineup-itemFull .mod-lineup-store {
      text-align: center; } }
.mod-lineup-miscItemFull {
  *zoom: 1;
  width: 908px;
  padding: 20px 0;
  margin: 0 0 20px; }
  .mod-lineup-miscItemFull:before, .mod-lineup-miscItemFull:after {
    content: "";
    display: table; }
  .mod-lineup-miscItemFull:after {
    clear: both; }
  .mod-lineup-miscItemFull .mod-lineup-lead {
    color: #595959;
    font-size: 1.66667em;
    text-align: center;
    margin: 1em 0; }

@media (max-width: 640px) {
  .mod-lineup-miscItemFull {
    width: 100%;
    padding: 0; }
    .mod-lineup-miscItemFull .mod-lineup-text {
      width: 450px;
      display: table-footer-group;
      vertical-align: middle;
      padding: 0 0 0 30px; }
    .mod-lineup-miscItemFull .mod-lineup-heading {
      text-align: center;
      font-size: 1.8em;
      margin-bottom: .6em; }
    .mod-lineup-miscItemFull .mod-lineup-lead {
      text-align: center;
      font-size: 1.4em;
      padding-bottom: 10px; }
    .mod-lineup-miscItemFull .mod-lineup-image {
      width: 420px;
      display: table-cell;
      padding: 18px;
      vertical-align: middle; }
      .mod-lineup-miscItemFull .mod-lineup-image img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; } }
/* mod-list
   ========================================================================== */
/* mod-listMarkNone */
ul.mod-listMarkNone {
  padding-left: 0;
  list-style: none; }

/* mod-listMarkText */
ul.mod-listMarkText {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  ul.mod-listMarkText li {
    padding-left: 2em; }
  ul.mod-listMarkText span.mod-listMarkText-mark {
    display: inline-block;
    width: 2em;
    margin-left: -2em; }

/* mod-list
   ========================================================================== */
.mod-footnote {
  font-size: 10px;
  color: #666;
  margin: 1em 0;
  padding: 0;
  list-style: none; }
  .mod-footnote li {
    margin: 0;
    padding: 0; }

/* mod-iconNew
   ========================================================================== */
span.mod-iconNew {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  width: 23px;
  height: 0;
  padding: 23px 0 0;
  overflow: hidden;
  background: url(../images/mod-iconNew/ico_01.png);
  overflow: hidden; }

/* ==========================================================================
   Section comment block
   ========================================================================== */
/* Sub-section comment block
   ========================================================================== */
/* Basic comment */
/* ==========================================================================
   mod-swipableImages, ex-swipableImages--buttonWhite
   ========================================================================== */
.mod-swipableImages ul, .mod-swipableImages li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.mod-swipableImages-body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 100%;
  *zoom: 1;
  /* ie */ }
  .mod-swipableImages-body img {
    vertical-align: top; }

.mod-swipableImages-title {
  text-align: center;
  font-size: 1.5em;
  z-index: 3;
  padding: 0 0 .3em; }
  .no-js .mod-swipableImages-title {
    display: none; }

.mod-swipableImages-dragcontainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  /* ie */ }

.mod-swipableImages-draginner {
  position: relative;
  left: 0;
  top: 0;
  width: 6000px; }
  .no-js .mod-swipableImages-draginner {
    width: 100%; }

.mod-swipableImages-arrownav {
  position: absolute;
  top: 50%;
  _top: 45%; }
  .mod-swipableImages-arrownav a {
    display: block;
    margin-top: -25px;
    _margin-top: 0;
    width: 30px;
    height: 50px;
    background: url(../images/mod-swipableImages/arrow.png) no-repeat; }
    .mod-swipableImages-arrownav a img {
      display: block;
      width: 100%;
      height: 100%; }
  .no-js .mod-swipableImages-arrownav {
    display: none; }

.mod-swipableImages-prev {
  left: 0; }

.mod-swipableImages-prev a {
  background-position: 0 0; }

.ex-swipableImages--buttonWhite .mod-swipableImages-prev a {
  background-position: 0 -50px; }

.mod-swipableImages-prev a:hover {
  background-position: -60px 0; }

.ex-swipableImages--buttonWhite .mod-swipableImages-prev a:hover {
  background-position: -60px 50px; }

.mod-swipableImages-next {
  right: 0; }

.mod-swipableImages-next a {
  background-position: -30px 0; }

.ex-swipableImages--buttonWhite .mod-swipableImages-next a {
  background-position: -30px -50px; }

.mod-swipableImages-next a:hover {
  background-position: -90px 0; }

.ex-swipableImages--buttonWhite .mod-swipableImages-next a:hover {
  background-position: -90px -50px; }

.mod-swipableImages-item {
  float: left; }
  .mod-swipableImages-item img {
    display: block;
    width: 100%;
    height: 100%; }
  .no-js .mod-swipableImages-item {}
    .no-js .mod-swipableImages-item:first-child {
      display: block; }

.mod-swipableImages-textnav {
  padding: 1.2em 0 0;
  text-align: center; }
  .mod-swipableImages-textnav ul, .mod-swipableImages-textnav li, .mod-swipableImages-textnav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top; }
  .mod-swipableImages-textnav ul li a {
    line-height: 13px;
    padding: 0 0 8px;
    margin: 0 6px 8px;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap; }
    .mod-swipableImages-textnav ul li a:hover {
      color: #999999;
      text-decoration: none; }
    .mod-swipableImages-textnav ul li a.mod-swipableImages-activeChooser, .mod-swipableImages-textnav ul li a.mod-swipableImages-activeChooser:hover {
      color: #1a1a1a;
      background: url(../images/mod-swipableImages/arrow_t.png) 50% 100% no-repeat;
      cursor: default; }
  .no-js .mod-swipableImages-textnav {}

@media (max-width: 640px) {
  .mod-swipableImages {
    width: 100%;
    font-size: .8em; }

  .mod-swipableImages-arrownav a {
    margin-top: -22px;
    width: 15px;
    height: 25px;
    -webkit-background-size: 60px 50px;
    -o-background-size: 60px 50px;
    background-size: 60px 50px; }

  .mod-swipableImages-prev a,
  .mod-swipableImages-prev a:hover {
    background-position: 0 0; }

  .ex-swipableImages--buttonWhite .mod-swipableImages-prev a,
  .ex-swipableImages--buttonWhite .mod-swipableImages-prev a:hover {
    background-position: 0 -25px; }

  .mod-swipableImages-next a,
  .mod-swipableImages-next a:hover {
    background-position: -15px 0; }

  .ex-swipableImages--buttonWhite .mod-swipableImages-next a,
  .ex-swipableImages--buttonWhite .mod-swipableImages-next a:hover {
    background-position: -15px -25px; } }
/* ==========================================================================
   mod-productIntro
   ========================================================================== */
.mod-productIntro {
  *zoom: 1;
  width: 950px;
  margin: 30px auto 40px; }
  .mod-productIntro:before, .mod-productIntro:after {
    content: "";
    display: table; }
  .mod-productIntro:after {
    clear: both; }
  .mod-productIntro p, .mod-productIntro ul, .mod-productIntro li {
    margin: 0;
    padding: 0; }
  .mod-productIntro ul {
    list-style-type: none; }
  .mod-productIntro .mod-productIntro-block1 {
    width: 302px;
    float: right;
    margin: 0 0 15px; }
  .mod-productIntro .mod-productIntro-text1 {
    color: #595959;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.45;
    padding: 0 0 .7em; }
    .mod-productIntro .mod-productIntro-text1 sup {
      font-size: .6em;
      margin-right: 2px; }
  .mod-productIntro .mod-productIntro-text2 {
    line-height: 1.4;
    padding: 0 0 .6em; }
    .mod-productIntro .mod-productIntro-text2 span {
      display: block; }
    .mod-productIntro .mod-productIntro-text2 .mod-productIntro-text2-2 {
      font-weight: bold;
      font-size: 2.3em;
      position: relative; }
      .mod-productIntro .mod-productIntro-text2 .mod-productIntro-text2-2 sup {
        font-size: .6em; }
    .mod-productIntro .mod-productIntro-text2 .mod-productIntro-text2-3 {
      font-size: .8em;
      padding: .2em 0 0; }
  .mod-productIntro .mod-productIntro-block2 {
    width: 626px;
    float: left; }
  .mod-productIntro .mod-productIntro-block3 {
    width: 302px;
    float: right;
    clear: right;
    padding: 0 0 1em; }
  .mod-productIntro .mod-productIntro-block3-colors {
    *zoom: 1;
    margin: 0 0 0 -10px;
    padding: 0 0 .7em; }
    .mod-productIntro .mod-productIntro-block3-colors:before, .mod-productIntro .mod-productIntro-block3-colors:after {
      content: "";
      display: table; }
    .mod-productIntro .mod-productIntro-block3-colors:after {
      clear: both; }
    .mod-productIntro .mod-productIntro-block3-colors a, .mod-productIntro .mod-productIntro-block3-colors span {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
    .mod-productIntro .mod-productIntro-block3-colors li {
      line-height: 1.4;
      padding: 0 0 3px;
      float: left;
      white-space: nowrap;
      padding: 0 0 5px 10px; }
    .mod-productIntro .mod-productIntro-block3-colors a {
      color: #aaa;
      text-decoration: none; }
      .mod-productIntro .mod-productIntro-block3-colors a:hover {
        color: #1a1a1a;
        text-decoration: none; }
      .mod-productIntro .mod-productIntro-block3-colors a span {
        border: 1px solid #808080;
        vertical-align: middle;
        position: relative;
        top: -2px;
        _margin-right: 3px; }
        .mod-productIntro .mod-productIntro-block3-colors a span span {
          position: static;
          top: 0;
          font-size: 0;
          width: 24px;
          height: 16px;
          border: 1px solid #fff;
          vertical-align: top;
          _margin-right: 0; }
      .mod-productIntro .mod-productIntro-block3-colors a.mod-productIntro-activeColorchanger {
        cursor: default;
        color: #1a1a1a; }
        .mod-productIntro .mod-productIntro-block3-colors a.mod-productIntro-activeColorchanger span {
          border-color: #000; }
          .mod-productIntro .mod-productIntro-block3-colors a.mod-productIntro-activeColorchanger span span {
            border-color: #fff; }
  .mod-productIntro .mod-productIntro-block3-important {
    color: #f00000;
    font-weight: bold;
    padding: 0 0 .3em; }
  .mod-productIntro .mod-productIntro-block3-price {
    padding: 0 0 .3em; }
  .mod-productIntro .mod-productIntro-block4 {
    width: 302px;
    float: right;
    clear: right; }
  .mod-productIntro .mod-productIntro-block4-inner {
    padding: 0 0 1em; }
  .mod-productIntro .mod-productIntro-block4-storenav {
    text-align: center;
    padding: 0 0 1em; }
  .mod-productIntro .mod-productIntro-block4-notes {
    font-size: .8em; }
    .mod-productIntro .mod-productIntro-block4-notes th, .mod-productIntro .mod-productIntro-block4-notes td {
      text-align: left;
      vertical-align: top;
      font-weight: normal;
      color: #1a1a1a; }
    .mod-productIntro .mod-productIntro-block4-notes th {
      white-space: nowrap;
      padding: 0 .5em .3em 0; }
    .mod-productIntro .mod-productIntro-block4-notes td {
      padding: 0 0 .3em; }
  .mod-productIntro .mod-productIntro-block5 {
    clear: left;
    margin: 0 0 0 -10px; }
  .mod-productIntro .mod-productIntro-block5-inner {
    padding: 0 0 1.5em;
    text-align: left;
    display: inline;
    /**/ }

@media (max-width: 640px) {
  .mod-productIntro {
    width: auto;
    padding: 0 10px;
    font-size: .75em; }
    .mod-productIntro .mod-productIntro-block1 {
      width: auto;
      float: none;
      text-align: center; }
    .mod-productIntro .mod-productIntro-text2 .mod-productIntro-text2-1 {
      font-size: 1.1em; }
    .mod-productIntro .mod-productIntro-text2 .mod-productIntro-text2-3 {
      font-size: 1em; }
    .mod-productIntro .mod-productIntro-block2 {
      width: auto;
      float: none;
      text-align: center; }
    .mod-productIntro .mod-productIntro-block3 {
      width: auto;
      float: none; }
    .mod-productIntro .mod-productIntro-block45wrap {
      display: table;
      width: 100%; }
    .mod-productIntro .mod-productIntro-block4 {
      width: auto;
      float: none;
      display: table-row-group; }
    .mod-productIntro .mod-productIntro-block4-notes {
      font-size: .9em; }
    .mod-productIntro .mod-productIntro-block5 {
      width: auto;
      float: none;
      display: table-header-group;
      text-align: center; }
    .mod-productIntro .mod-productIntro-block5-inner {
      display: block;
      margin: 0 -10px;
      padding-bottom: 1em; } }
/* ==========================================================================
   mod-productIntroChooserThumbs
   ========================================================================== */
.mod-productIntroGallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 26px;
  width: 100%; }
  .mod-productIntroGallery .mod-productIntroGallery-inner,
  .mod-productIntroGallery .mod-productIntroGallery-inner * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: top; }
  .mod-productIntroGallery .mod-productIntroGallery-inner {
    position: relative;
    left: 0;
    top: 0; }
  .mod-productIntroGallery .mod-productIntroGallery-arrownav {
    position: absolute;
    top: 50%;
    z-index: 3;
    _display: none !important; }
    .mod-productIntroGallery .mod-productIntroGallery-arrownav a {
      display: block;
      margin: -20px 0 0;
      width: 40px;
      height: 40px;
      background: url(../images/mod-productIntro/arrow_2x.png);
      -webkit-background-size: 160px 40px;
      -o-background-size: 160px 40px;
      background-size: 160px 40px; }
      html.no-backgroundsize .mod-productIntroGallery .mod-productIntroGallery-arrownav a {
        background-image: url(../images/mod-productIntro/arrow.png); }
  .mod-productIntroGallery .mod-productIntroGallery-prev {
    left: 0; }
    .mod-productIntroGallery .mod-productIntroGallery-prev a {
      background-position: 0 0; }
    .mod-productIntroGallery .mod-productIntroGallery-prev a:hover {
      background-position: -80px 0; }
  .mod-productIntroGallery .mod-productIntroGallery-next {
    right: 0; }
    .mod-productIntroGallery .mod-productIntroGallery-next a {
      background-position: -40px 0; }
    .mod-productIntroGallery .mod-productIntroGallery-next a:hover {
      background-position: -120px 0; }
  .mod-productIntroGallery .mod-productIntroGallery-item {
    position: relative; }
    .mod-productIntroGallery .mod-productIntroGallery-item img {
      width: 100%;
      height: 100%; }
  .mod-productIntroGallery .mod-productIntroGallery-caption {
    white-space: normal;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -26px;
    padding: 2px 0 0;
    width: 100%;
    text-align: right;
    background: url(../images/mod-productIntro/bg_01.png); }
  .mod-productIntroGallery .mod-productIntroGallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none; }

@media (max-width: 640px) {
  .mod-productIntroGallery {
    padding-bottom: 30px; }
    .mod-productIntroGallery .mod-productIntroGallery-arrownav {
      display: block; }
    .mod-productIntroGallery .mod-productIntroGallery-caption {
      font-size: 10px;
      bottom: -30px; } }
/* ==========================================================================
   mod-productIntroChooserThumbs
   ========================================================================== */
.mod-productIntroChooserThumbs {
  font-size: 0;
  display: inline; }
  .mod-productIntroChooserThumbs, .mod-productIntroChooserThumbs * {
    vertical-align: top; }
  .mod-productIntroChooserThumbs ul, .mod-productIntroChooserThumbs li {
    margin: 0;
    padding: 0; }
  .mod-productIntroChooserThumbs li, .mod-productIntroChooserThumbs a, .mod-productIntroChooserThumbs img {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .mod-productIntroChooserThumbs ul {
    display: inline;
    list-style: none; }
  .mod-productIntroChooserThumbs li {
    margin-bottom: 10px; }
  .mod-productIntroChooserThumbs .mod-productIntroChooserThumbs-item {
    filter: alpha(opacity=50);
    opacity: 0.5;
    padding-left: 10px; }
    .mod-productIntroChooserThumbs .mod-productIntroChooserThumbs-item a {
      border: 1px solid #777; }
  .mod-productIntroChooserThumbs .mod-productIntroChooserThumbs-activeItem {
    filter: alpha(opacity=100);
    opacity: 1; }
    .mod-productIntroChooserThumbs .mod-productIntroChooserThumbs-activeItem a {
      border-color: #000;
      cursor: default; }

@media (max-width: 640px) {
  .mod-productIntroChooserThumbs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    position: relative;
    height: 45px; }
    .mod-productIntroChooserThumbs ul {
      position: absolute;
      display: block;
      left: 0;
      top: 0; }
    .mod-productIntroChooserThumbs li {
      margin-bottom: 0; } }
/* ==========================================================================
   mod-productIntroChooserThumbs
   ========================================================================== */
.mod-productIntro360list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0; }
  .mod-productIntro360list, .mod-productIntro360list * {
    vertical-align: top; }
  .mod-productIntro360list .mod-productIntro360list-label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #808080;
    font-size: 12px;
    width: 75px;
    height: 45px;
    padding-left: 65px;
    background: url(../images/mod-productIntro/line_01.png) no-repeat 60px 0; }
  .mod-productIntro360list ul {
    display: inline; }
  .mod-productIntro360list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60px;
    height: 45px;
    padding-left: 10px; }
  .mod-productIntro360list a {
    display: block;
    border: 1px solid #777;
    *zoom: 1; }
  .mod-productIntro360list img {
    display: block; }

@media (max-width: 640px) {
  .mod-productIntro360list {
    display: block;
    margin: 0 10px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9; }
    .mod-productIntro360list .mod-productIntro360list-label {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 10px;
      text-align: right;
      width: auto;
      min-width: 60px;
      padding-left: 0;
      background: none; } }
