/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.ma {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mr0 {
  margin-right: 0px;
}
.pd0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.pd5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.pd10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.pd15 {
  padding: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.pd20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.pd25 {
  padding: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.pd30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.pd35 {
  padding: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.pr35 {
  padding-right: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.pd40 {
  padding: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.pd45 {
  padding: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pl45 {
  padding-left: 45px;
}
.pr45 {
  padding-right: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.pd50 {
  padding: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.ml55 {
  margin-left: 55px;
}
.mr55 {
  margin-right: 55px;
}
.pd55 {
  padding: 55px;
}
.pt55 {
  padding-top: 55px;
}
.pb55 {
  padding-bottom: 55px;
}
.pl55 {
  padding-left: 55px;
}
.pr55 {
  padding-right: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.mr60 {
  margin-right: 60px;
}
.pd60 {
  padding: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.pr60 {
  padding-right: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mb65 {
  margin-bottom: 65px;
}
.ml65 {
  margin-left: 65px;
}
.mr65 {
  margin-right: 65px;
}
.pd65 {
  padding: 65px;
}
.pt65 {
  padding-top: 65px;
}
.pb65 {
  padding-bottom: 65px;
}
.pl65 {
  padding-left: 65px;
}
.pr65 {
  padding-right: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.ml70 {
  margin-left: 70px;
}
.mr70 {
  margin-right: 70px;
}
.pd70 {
  padding: 70px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pl70 {
  padding-left: 70px;
}
.pr70 {
  padding-right: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.ml75 {
  margin-left: 75px;
}
.mr75 {
  margin-right: 75px;
}
.pd75 {
  padding: 75px;
}
.pt75 {
  padding-top: 75px;
}
.pb75 {
  padding-bottom: 75px;
}
.pl75 {
  padding-left: 75px;
}
.pr75 {
  padding-right: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml80 {
  margin-left: 80px;
}
.mr80 {
  margin-right: 80px;
}
.pd80 {
  padding: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pl80 {
  padding-left: 80px;
}
.pr80 {
  padding-right: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mb85 {
  margin-bottom: 85px;
}
.ml85 {
  margin-left: 85px;
}
.mr85 {
  margin-right: 85px;
}
.pd85 {
  padding: 85px;
}
.pt85 {
  padding-top: 85px;
}
.pb85 {
  padding-bottom: 85px;
}
.pl85 {
  padding-left: 85px;
}
.pr85 {
  padding-right: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.ml90 {
  margin-left: 90px;
}
.mr90 {
  margin-right: 90px;
}
.pd90 {
  padding: 90px;
}
.pt90 {
  padding-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.pl90 {
  padding-left: 90px;
}
.pr90 {
  padding-right: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mb95 {
  margin-bottom: 95px;
}
.ml95 {
  margin-left: 95px;
}
.mr95 {
  margin-right: 95px;
}
.pd95 {
  padding: 95px;
}
.pt95 {
  padding-top: 95px;
}
.pb95 {
  padding-bottom: 95px;
}
.pl95 {
  padding-left: 95px;
}
.pr95 {
  padding-right: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.mr100 {
  margin-right: 100px;
}
.pd100 {
  padding: 100px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl100 {
  padding-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.mt105 {
  margin-top: 105px;
}
.mb105 {
  margin-bottom: 105px;
}
.ml105 {
  margin-left: 105px;
}
.mr105 {
  margin-right: 105px;
}
.pd105 {
  padding: 105px;
}
.pt105 {
  padding-top: 105px;
}
.pb105 {
  padding-bottom: 105px;
}
.pl105 {
  padding-left: 105px;
}
.pr105 {
  padding-right: 105px;
}
.mt110 {
  margin-top: 110px;
}
.mb110 {
  margin-bottom: 110px;
}
.ml110 {
  margin-left: 110px;
}
.mr110 {
  margin-right: 110px;
}
.pd110 {
  padding: 110px;
}
.pt110 {
  padding-top: 110px;
}
.pb110 {
  padding-bottom: 110px;
}
.pl110 {
  padding-left: 110px;
}
.pr110 {
  padding-right: 110px;
}
.mt115 {
  margin-top: 115px;
}
.mb115 {
  margin-bottom: 115px;
}
.ml115 {
  margin-left: 115px;
}
.mr115 {
  margin-right: 115px;
}
.pd115 {
  padding: 115px;
}
.pt115 {
  padding-top: 115px;
}
.pb115 {
  padding-bottom: 115px;
}
.pl115 {
  padding-left: 115px;
}
.pr115 {
  padding-right: 115px;
}
.mt120 {
  margin-top: 120px;
}
.mb120 {
  margin-bottom: 120px;
}
.ml120 {
  margin-left: 120px;
}
.mr120 {
  margin-right: 120px;
}
.pd120 {
  padding: 120px;
}
.pt120 {
  padding-top: 120px;
}
.pb120 {
  padding-bottom: 120px;
}
.pl120 {
  padding-left: 120px;
}
.pr120 {
  padding-right: 120px;
}
.mt125 {
  margin-top: 125px;
}
.mb125 {
  margin-bottom: 125px;
}
.ml125 {
  margin-left: 125px;
}
.mr125 {
  margin-right: 125px;
}
.pd125 {
  padding: 125px;
}
.pt125 {
  padding-top: 125px;
}
.pb125 {
  padding-bottom: 125px;
}
.pl125 {
  padding-left: 125px;
}
.pr125 {
  padding-right: 125px;
}
.mt130 {
  margin-top: 130px;
}
.mb130 {
  margin-bottom: 130px;
}
.ml130 {
  margin-left: 130px;
}
.mr130 {
  margin-right: 130px;
}
.pd130 {
  padding: 130px;
}
.pt130 {
  padding-top: 130px;
}
.pb130 {
  padding-bottom: 130px;
}
.pl130 {
  padding-left: 130px;
}
.pr130 {
  padding-right: 130px;
}
.mt135 {
  margin-top: 135px;
}
.mb135 {
  margin-bottom: 135px;
}
.ml135 {
  margin-left: 135px;
}
.mr135 {
  margin-right: 135px;
}
.pd135 {
  padding: 135px;
}
.pt135 {
  padding-top: 135px;
}
.pb135 {
  padding-bottom: 135px;
}
.pl135 {
  padding-left: 135px;
}
.pr135 {
  padding-right: 135px;
}
.mt140 {
  margin-top: 140px;
}
.mb140 {
  margin-bottom: 140px;
}
.ml140 {
  margin-left: 140px;
}
.mr140 {
  margin-right: 140px;
}
.pd140 {
  padding: 140px;
}
.pt140 {
  padding-top: 140px;
}
.pb140 {
  padding-bottom: 140px;
}
.pl140 {
  padding-left: 140px;
}
.pr140 {
  padding-right: 140px;
}
.mt145 {
  margin-top: 145px;
}
.mb145 {
  margin-bottom: 145px;
}
.ml145 {
  margin-left: 145px;
}
.mr145 {
  margin-right: 145px;
}
.pd145 {
  padding: 145px;
}
.pt145 {
  padding-top: 145px;
}
.pb145 {
  padding-bottom: 145px;
}
.pl145 {
  padding-left: 145px;
}
.pr145 {
  padding-right: 145px;
}
.mt150 {
  margin-top: 150px;
}
.mb150 {
  margin-bottom: 150px;
}
.ml150 {
  margin-left: 150px;
}
.mr150 {
  margin-right: 150px;
}
.pd150 {
  padding: 150px;
}
.pt150 {
  padding-top: 150px;
}
.pb150 {
  padding-bottom: 150px;
}
.pl150 {
  padding-left: 150px;
}
.pr150 {
  padding-right: 150px;
}
.mt155 {
  margin-top: 155px;
}
.mb155 {
  margin-bottom: 155px;
}
.ml155 {
  margin-left: 155px;
}
.mr155 {
  margin-right: 155px;
}
.pd155 {
  padding: 155px;
}
.pt155 {
  padding-top: 155px;
}
.pb155 {
  padding-bottom: 155px;
}
.pl155 {
  padding-left: 155px;
}
.pr155 {
  padding-right: 155px;
}
.mt160 {
  margin-top: 160px;
}
.mb160 {
  margin-bottom: 160px;
}
.ml160 {
  margin-left: 160px;
}
.mr160 {
  margin-right: 160px;
}
.pd160 {
  padding: 160px;
}
.pt160 {
  padding-top: 160px;
}
.pb160 {
  padding-bottom: 160px;
}
.pl160 {
  padding-left: 160px;
}
.pr160 {
  padding-right: 160px;
}
.mt165 {
  margin-top: 165px;
}
.mb165 {
  margin-bottom: 165px;
}
.ml165 {
  margin-left: 165px;
}
.mr165 {
  margin-right: 165px;
}
.pd165 {
  padding: 165px;
}
.pt165 {
  padding-top: 165px;
}
.pb165 {
  padding-bottom: 165px;
}
.pl165 {
  padding-left: 165px;
}
.pr165 {
  padding-right: 165px;
}
.mt170 {
  margin-top: 170px;
}
.mb170 {
  margin-bottom: 170px;
}
.ml170 {
  margin-left: 170px;
}
.mr170 {
  margin-right: 170px;
}
.pd170 {
  padding: 170px;
}
.pt170 {
  padding-top: 170px;
}
.pb170 {
  padding-bottom: 170px;
}
.pl170 {
  padding-left: 170px;
}
.pr170 {
  padding-right: 170px;
}
.mt175 {
  margin-top: 175px;
}
.mb175 {
  margin-bottom: 175px;
}
.ml175 {
  margin-left: 175px;
}
.mr175 {
  margin-right: 175px;
}
.pd175 {
  padding: 175px;
}
.pt175 {
  padding-top: 175px;
}
.pb175 {
  padding-bottom: 175px;
}
.pl175 {
  padding-left: 175px;
}
.pr175 {
  padding-right: 175px;
}
.mt180 {
  margin-top: 180px;
}
.mb180 {
  margin-bottom: 180px;
}
.ml180 {
  margin-left: 180px;
}
.mr180 {
  margin-right: 180px;
}
.pd180 {
  padding: 180px;
}
.pt180 {
  padding-top: 180px;
}
.pb180 {
  padding-bottom: 180px;
}
.pl180 {
  padding-left: 180px;
}
.pr180 {
  padding-right: 180px;
}
.mt185 {
  margin-top: 185px;
}
.mb185 {
  margin-bottom: 185px;
}
.ml185 {
  margin-left: 185px;
}
.mr185 {
  margin-right: 185px;
}
.pd185 {
  padding: 185px;
}
.pt185 {
  padding-top: 185px;
}
.pb185 {
  padding-bottom: 185px;
}
.pl185 {
  padding-left: 185px;
}
.pr185 {
  padding-right: 185px;
}
.mt190 {
  margin-top: 190px;
}
.mb190 {
  margin-bottom: 190px;
}
.ml190 {
  margin-left: 190px;
}
.mr190 {
  margin-right: 190px;
}
.pd190 {
  padding: 190px;
}
.pt190 {
  padding-top: 190px;
}
.pb190 {
  padding-bottom: 190px;
}
.pl190 {
  padding-left: 190px;
}
.pr190 {
  padding-right: 190px;
}
.mt195 {
  margin-top: 195px;
}
.mb195 {
  margin-bottom: 195px;
}
.ml195 {
  margin-left: 195px;
}
.mr195 {
  margin-right: 195px;
}
.pd195 {
  padding: 195px;
}
.pt195 {
  padding-top: 195px;
}
.pb195 {
  padding-bottom: 195px;
}
.pl195 {
  padding-left: 195px;
}
.pr195 {
  padding-right: 195px;
}
.mt200 {
  margin-top: 200px;
}
.mb200 {
  margin-bottom: 200px;
}
.ml200 {
  margin-left: 200px;
}
.mr200 {
  margin-right: 200px;
}
.pd200 {
  padding: 200px;
}
.pt200 {
  padding-top: 200px;
}
.pb200 {
  padding-bottom: 200px;
}
.pl200 {
  padding-left: 200px;
}
.pr200 {
  padding-right: 200px;
}
.fs10 {
  font-size: 12px;
}
.fs16 {
  font-size: 16px !important;
}
.font-bold {
  font-weight: bold !important;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
dl,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div#containerArea {
  min-width: 990px;
}
.koboaurah2o {
  overflow: hidden;
}
.koboaurah2o .main {
  margin-top: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}
.koboaurah2o .wrap {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.koboaurah2o .wrap-with-bubble-border {
  background-image: url("../img/bg-bubble-border.gif");
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 8px;
}
.koboaurah2o .wrap-with-gray-border {
  border-bottom: solid 1px #ddd;
}
.koboaurah2o .lead-title {
  position: absolute;
  left: -100%;
  top: -125px;
  display: inline-block;
  font-size: 38px;
  color: #000;
}
.koboaurah2o .lead-title .font-smaller {
  position: absolute;
  right: 15px;
  font-size: 11px;
}
.koboaurah2o .lead {
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: 70px;
}
.koboaurah2o .lead .price {
  margin-bottom: 18px;
  font-size: 16px;
  color: #4c4c4c;
}
.koboaurah2o .lead p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #000;
}
.koboaurah2o .campaign-banner {
  width: 390px;
  height: 160px;
  position: absolute;
  top: 335px;
  background: url("../img/campaign-banner.png");
  background-repeat: no-repeat;
}
.koboaurah2o .campaign-banner > a {
  display: block;
  width: 390px;
  height: 160px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.koboaurah2o .campaign-banner > a:hover {
  opacity: 0.7;
  -ms-filter: 'alpha(opacity=70)';
}
.koboaurah2o .campaign-anchor {
  width: 950px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: right;
}
.koboaurah2o .campaign-anchor > a {
  display: inline-block;
  width: 329px;
  height: 33px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/campaign-anchor.png");
  background-repeat: no-repeat;
}
.koboaurah2o .section-bg-liquid {
  min-height: 720px;
  position: relative;
  padding-top: 80px;
  background-image: url("../img/bg-liquid.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.koboaurah2o .section-bg-white {
  background-color: #fff;
}
.koboaurah2o .section-attraction {
  padding: 45px 0 50px;
}
.koboaurah2o .section-attraction-detail {
  padding: 60px 0 120px;
  text-align: left;
}
.koboaurah2o .section-attraction-detail .block01 {
  height: 440px;
  left:-59px;
}
.koboaurah2o .section-attraction-detail .block02 {
  height: 610px;
}
.koboaurah2o .section-attraction-detail .block03 {
  height: 410px;
}
.koboaurah2o .section-attraction-detail .block04 {
  height: 500px;
}
.koboaurah2o .section-attraction-detail .block05 {
  height: 587px;/*527px*/
}
.koboaurah2o .section-usage-scene .block01 {
  height: 500px;
}
.koboaurah2o .section-usage-scene .block02 {
  height: 500px;
}
.koboaurah2o .section-usage-scene .block03 {
  height: 500px;
}
.koboaurah2o .section-bg-lightblue {
  background-color: #feffff;
  background-image: url("../img/bg-bubble.gif");
  background-repeat: repeat-y;
  background-position: center top;
}
.koboaurah2o .section-usage-scene {
  padding-top: 45px;
  margin-bottom: -30px;
}
.koboaurah2o .section-gradation-lighter {
  min-height: 536px;
  padding-top: 214px;
  background-image: url("../img/bg-grad-light.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  color: #000;
}
.koboaurah2o .section-gradation-darker {
  min-height: 194px;
  padding: 0 0 48px;
  background-image: url("../img/bg-grad-dark.png");
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}
.koboaurah2o .section-gradation-darker h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
}
.koboaurah2o .section-gradation-darker h3 .font-larger {
  margin-top: 8px;
  font-size: 28px;
}
.koboaurah2o .section-cart {
  padding: 70px 0 0;
}
.koboaurah2o .section-related-product,
.koboaurah2o .section-product-detail {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  text-align: left;
}
.koboaurah2o .section-related-product:before,
.koboaurah2o .section-product-detail:before,
.koboaurah2o .section-related-product:after,
.koboaurah2o .section-product-detail:after {
  content: "";
  display: table;
}
.koboaurah2o .section-related-product:after,
.koboaurah2o .section-product-detail:after {
  clear: both;
}
.koboaurah2o .section-related-product h4,
.koboaurah2o .section-product-detail h4 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}
.koboaurah2o .section-related-product {
  padding: 70px 0 0;
}
.koboaurah2o .section-related-product .btn-cart {
  margin-right: 125px;
}
.koboaurah2o .section-product-detail {
  padding: 60px 0 0;
}

.device-table-head>ul {
    display: table;
    table-layout: fixed;
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    zoom:1;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.device-table-head>ul:after,.device-table-head>ul:before {
    content: "";
    display: table;
}

.device-table-head>ul li {
    display: table-cell;
    width: 50%;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d9d9d9;
}

.device-table-head>ul li.middle {
    border-right: solid 1px #d9d9d9;
    /*border-left: solid 1px #d9d9d9;*/
}

.device-table-head>ul li.current {
    background-color: #00a4cc;
}

.device-table-head .device-link {
    display: block;
    position: relative;
    padding: 15px 20px 15px 0;
    background-color: #fff;
    text-align: center;
    color: #444;
}

.device-table-head .device-link>div {
    padding-left: 15px;
}

.device-table-head .device-link>div span {
    display: block;
}

.device-table-head .device-link>div,.device-table-head .device-link>img {
    display: inline-block;
    vertical-align: middle;
}

.device-table-head .device-link .device-logo {
    min-height: 34px;
}

.device-table-head .device-link .catch {
    font-weight: 700;
    font-size: 16px;
}

.device-table-head .device-link .device-price {
    margin-top: 10px;
    font-size: 13px;
}

.device-table-head .device-link-koboaurah2o>div {
    padding-left: 0;
}

.device-table table:after,.device-table table:before {
    content: "";
    display: table
}

.device-table table .list-in-table {
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside
}

.device-table-body table {
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    width: 950px;
    margin: 0 auto;
    zoom:1;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
}

.device-table-body tr {
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
}

.device-table-body th {
    padding: 8px 20px 5px;
    text-align: left;
    background-color: #f9f9f9;
    font-size: 11px;
    color: #747474;
}

.device-table-body td {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 10px 10px;
    border-left: solid 1px #e2e2e2;
    text-align: center;
    font-size: 12px;
}

.device-table-body td:first-child {
    border-left: none;
}

.device-table-body td span {
    display: block;
    padding-top: 5px;
}

.device-table-body td span.bold {
    font-weight: 700;
}

.device-table-body td .small {
    font-size: 11px;
}

.koboaurah2o .section-spec {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  padding-top: 20px;
  text-align: left;
}
.koboaurah2o .section-spec:before,
.koboaurah2o .section-spec:after {
  content: "";
  display: table;
}
.koboaurah2o .section-spec:after {
  clear: both;
}
.koboaurah2o .section-spec-comparison .header-blue {
  margin-bottom: 27px;
  font-size: 24px;
}
.koboaurah2o .section-campaign-table .header-blue {
  margin-bottom: 17px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.koboaurah2o .block {
  position: relative;
}
.koboaurah2o .block-bg-outer {
  position: absolute;
  width: 1400px;
}
.koboaurah2o .block-bg-outer p {
  width: 475px;
  line-height: 1.8;
  color: #000;
}
.koboaurah2o .block-bg-outer p.block-text-indent {
  margin: 15px 0 0;
  width: 460px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 92%;
}
.koboaurah2o .block-bg-outer p.block-image-geniuslogo {
  position: absolute;
  text-align: right;
  bottom: 3px;
  left: -520px;
}
.koboaurah2o .block-image-right .block-bg-outer {
  left: 50%;
}
.koboaurah2o .block-image-right .block-bg-outer.bg-attraction05 {
  margin-left: 22px;
}
.koboaurah2o .block-image-right .block-bg-inner {
  margin-left: -550px;
}
.koboaurah2o .block-image-right .bg-attraction02 .block-bg-inner {
    margin-left: -512px;
}
.koboaurah2o .block-image-right .bg-attraction05 .block-bg-inner {
  margin-left: -512px;
}
.koboaurah2o .block-image-left .block-bg-outer {
  right: 50%;
}
.koboaurah2o .block-image-left .block-bg-inner {
  position: relative;
  margin-right: -500px;
}
.koboaurah2o .block-image-left .block-pos {
  position: absolute;
  right: -30px;
}
.koboaurah2o .block-image-center {
  margin-bottom: 45px;
}
.koboaurah2o .block-image-center .block-bg-outer {
  left: 50%;
}
.koboaurah2o .block-image-center .block-bg-inner {
  margin-left: -700px;
}
.koboaurah2o .block-text-only {
  margin-bottom: 70px;
}
.koboaurah2o .block-text-only .header-blue {
  margin-bottom: 8px;
  font-size: 22px;
}
.koboaurah2o .block-text-only p {
  line-height: 1.5;
  font-size: 28px;
  color: #000;
}
.koboaurah2o h2 {
  font-weight: bold;
  font-size: 46px;
  color: #000;
}
.koboaurah2o h2 .font-smaller {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
}
.koboaurah2o h3 {
  line-height: 1.4;
  font-size: 28px;
  font-weight: normal;
  color: #000;
}
.koboaurah2o .font-smaller,
.koboaurah2o .font-larger,
.koboaurah2o .font-bold,
.koboaurah2o small {
  display: block;
}
.koboaurah2o .header-blue {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #1cbfe3;
}
.koboaurah2o .logo-header {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.koboaurah2o .bg-logo-header-s {
  width: 160px;
  height: 26px;
  background-image: url("../img/logo-koboaurah2o-s.png");
  background-repeat: no-repeat;
  background-position: 0;
}
.koboaurah2o .bg-logo-header-m {
  width: 343px;
  height: 54px;
  background-image: url("../img/logo-koboaurah2o-m.png");
  background-repeat: no-repeat;
  background-position: 0;
}
.koboaurah2o .bg-logo-header-lg {
  width: 380px;
  height: 60px;
  background-image: url("../img/logo-koboaurah2o-lg.png");
  background-repeat: no-repeat;
  background-position: 0;
}
#navWrapper {
  z-index: 1;
}
.device-nav {
    border-top: solid 1px #d9d9d9;
    background: url(//books.rakuten.co.jp/event/e-book/ereaders/koboglohd/img/bg-nav.gif) repeat-x
}
.device-nav a:hover {
    opacity: .7;
    -ms-filter: 'alpha(opacity=70)';
    text-decoration: none
}
.device-nav>ul {
    width: 950px;
    margin: 0 auto;
    zoom: 1;
    position: relative;
    height: 99px
}
.device-nav>ul:after,
.device-nav>ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 71px;
    position: absolute;
    top: 14px
}
.device-nav>ul:before {
    left: -1px;
    background-color: #d9d9d9
}
.device-nav>ul:after {
    right: -1px;
    background-color: #fff
}
.device-nav li {
    width: 475px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.device-nav li:after,
.device-nav li:before {
    content: '';
    display: block;
    width: 1px;
    height: 71px;
    position: absolute;
    top: 14px
}
.device-nav li:before {
    left: 0;
    background-color: #fff
}
.device-nav li:after {
    right: 0;
    background-color: #d9d9d9
}
.device-nav li>a {
    display: block;
    color: #525553
}
.device-nav li>a div,
.device-nav li>a img {
    display: inline-block;
    vertical-align: middle
}
.device-nav li>a div>span,
.device-nav li>a img>span {
    display: block
}
.device-nav .current>a:after {
    content: '';
    display: block;
    width: 475px;
    height: 5px;
    background-color: #00a4cc;
    position: absolute;
    bottom: 0
}
.logo-koboaura-ss,
.logo-koboaurah2o-ss {
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0
}
.device-nav .catch {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1
}
.device-nav .device-logo {
    min-height: 34px;
    margin-bottom: 3px
}
.device-nav .device-price {
    color: #444;
    font-size: 13px
}
.logo-koboauraone-ss,
.logo-koboaura-ss,
.logo-koboaurah2o-ss,
.logo-koboglohd-ss {
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden
}
.logo-koboauraone-ss{
    width:167px;
    height:25px;
    background:url(../img/logo-koboauraone-ss.png) left center no-repeat;
}

.logo-koboaura-ss {
    width: 121px;
    background-image: url(//books.rakuten.co.jp/event/e-book/ereaders/koboglohd/img/logo-koboaura-ss.png)
}
.logo-koboaurah2o-ss {
    width: 148px;
    background-image: url(//books.rakuten.co.jp/event/e-book/ereaders/koboglohd/img/logo-koboaurah2o-ss.png)
}
.logo-koboglohd-ss {
    background-repeat: no-repeat;
    background-position: 0;
    width: 134px;
    height: 34px
}
.logo-koboglohd-ss {
    background-image: url(//books.rakuten.co.jp/event/e-book/ereaders/koboglohd/img/logo-koboglohd-ss.png)
}
.koboaurah2o .nav-inner {
  zoom: 1;
  width: 950px;
  display: table;
  margin: 0 auto;
}
.koboaurah2o .nav-inner:before,
.koboaurah2o .nav-inner:after {
  content: "";
  display: table;
}
.koboaurah2o .nav-inner:after {
  clear: both;
}
.koboaurah2o .nav {
  margin: 0 auto;
  zoom: 1;
  z-index: 500;
  background: url("../img/bg_fixedNavi.png") repeat-x;
  max-width: 1400px;
  border-bottom: solid 1px #e2e2e2;
}
.koboaurah2o .nav:before,
.koboaurah2o .nav:after {
  content: "";
  display: table;
}
.koboaurah2o .nav:after {
  clear: both;
}
.koboaurah2o .nav.stay {
  width: 100%;
  max-width: none;
  position: fixed;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #e2e2e2;
}
.koboaurah2o .nav.stay .nav-inner {
  width: 950px;
  margin: 0 auto;
}
.koboaurah2o .nav .logo-header {
  padding: 7px 0;
}
.koboaurah2o .nav .anchor > li {
  display: inline-block;
  padding: 13px 0;
  font-size: 13px;
}
.koboaurah2o .nav .anchor > li > a {
  padding: 0 15px;
  line-height: 1;
  color: #444;
}
.koboaurah2o .nav .anchor > li.border-right > a {
  border-right: solid 1px #ccc;
}
.koboaurah2o .nav .anchor > li.link-cart {
  padding: 0;
  background-color: #bf0000;
}
.koboaurah2o .nav .anchor > li.link-cart > a {
  display: block;
  padding: 17px 15px;
  color: #fff;
}
.koboaurah2o .btn-cart {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.koboaurah2o .btn-cart:hover {
  opacity: 0.8;
  -ms-filter: 'alpha(opacity=80)';
}
.koboaurah2o .btn-cart-s {
  width: 228px;
  height: 44px;
  background-image: url("../img/btn-cart-s.png");
  background-repeat: no-repeat;
}
.koboaurah2o .btn-cart-m {
  width: 380px;
  height: 60px;
  background-image: url("../img/btn-cart-m.png");
  background-repeat: no-repeat;
}
.koboaurah2o .btn-purchase-s {
  width: 228px;
  height: 44px;
  background-image: url("../img/btn-purchase-s.png");
  background-repeat: no-repeat;
}
.koboaurah2o .cart-related-links {
  zoom: 1;
  margin-bottom: 10px;
}
.koboaurah2o .cart-related-links:before,
.koboaurah2o .cart-related-links:after {
  content: "";
  display: table;
}
.koboaurah2o .cart-related-links:after {
  clear: both;
}
.koboaurah2o .cart-related-links > li {
  float: left;
  font-size: 12px;
}
.koboaurah2o .cart-related-links > li:first-child > a {
  border-left: none;
}
.koboaurah2o .cart-related-links > li > a {
  padding: 0 5px;
  border-left: solid 1px #000;
  line-height: 1;
}
.koboaurah2o .attraction {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  margin-top: 35px;
}
.koboaurah2o .attraction:before,
.koboaurah2o .attraction:after {
  content: "";
  display: table;
}
.koboaurah2o .attraction:after {
  clear: both;
}
.koboaurah2o .attraction-badge {
  position: absolute;
}
.koboaurah2o .attraction-badge01 {
  top: 0px;
  left: 330px;
}
.koboaurah2o .attraction-badge02 {
  top: 33px;
  left: -180px;
}
.koboaurah2o .attraction-badge03 {
  top: -10px;
  left: -185px;
}
.koboaurah2o .attraction-badge04 {
  top: -10px;
  right: -10px;
}
.koboaurah2o .attraction-badge05 {
  top: -25px;
  left: -140px;
}
.koboaurah2o .attraction-list {
  width: 33%;
  float: left;
  margin-bottom: 30px;
}
.koboaurah2o .attraction-list dt {
  text-align: center;
}
.koboaurah2o .attraction-list dt >* {
  display: block;
}
.koboaurah2o .attraction-list dt img {
  margin-bottom: 10px;
}
.koboaurah2o .attraction-list dd {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.koboaurah2o .attraction-list dd:after {
  margin-bottom:20px;
}
.koboaurah2o .bg-attraction01 {
  min-height: 360px;

  background-image: url("../img/img-attraction-01.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.koboaurah2o .bg-attraction02 {
  min-height: 521px;
  margin-right: 30px;
  background-image: url("../img/img-attraction-02.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .bg-attraction03 {
  min-height: 256px;
  background-image: url("../img/img-attraction-03.gif");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .bg-attraction04 {
  min-height: 360px;
  margin-right: 41px;
  background-image: url("../img/img-attraction-04.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.koboaurah2o .bg-attraction05 {
  min-height: 527px;
  background-image: url("../img/img-attraction-05.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .usage-text {
  margin-bottom: 60px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
}
.koboaurah2o .bg-usage01 {
  min-height: 500px;
  background-image: url("../img/img-usage-01.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .bg-usage02 {
  min-height: 500px;
  background-image: url("../img/img-usage-02.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .bg-usage03 {
  min-height: 500px;
  background-image: url("../img/img-usage-03.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .voice {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
}
.koboaurah2o .voice:before,
.koboaurah2o .voice:after {
  content: "";
  display: table;
}
.koboaurah2o .voice:after {
  clear: both;
}
.koboaurah2o .voice-text {
  margin-bottom: 60px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
}
.koboaurah2o .voice-contents {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
}
.koboaurah2o .voice-contents.left-contents {
  width: 430px;
  margin-left: 45px;
}
.koboaurah2o .voice-contents .quot {
  display: inline-block;
}
.koboaurah2o .voice-contents .quot:before {
  content: url("../img/icon-quot-start.png");
  top: -8px;
  left: 8px;
  position: absolute;
  width: 19px;
  height: 14px;
}
.koboaurah2o .voice-contents .quot:after {
  content: url("../img/icon-quot-end.png");
  display: inline-block;
  position: absolute;
  bottom: 15px;
}
.koboaurah2o .voice-header {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.koboaurah2o .voice-by {
  font-size: 13px;
}
.koboaurah2o .voice-by >span {
  display: inline-block;
  vertical-align: middle;
}
.koboaurah2o .pole {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 38px;
}
.koboaurah2o .pole:before,
.koboaurah2o .pole:after {
  content: "";
  display: table;
}
.koboaurah2o .pole:after {
  clear: both;
}
.koboaurah2o .pole-contents {
  width: 300px;
  float: left;
  margin-left: 25px;
}
.koboaurah2o .pole-contents:first-child {
  margin-left: 0;
}
.koboaurah2o .bg-baloon {
  margin-bottom: 10px;
  background-image: url("../img/bg-baloon.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.koboaurah2o .bg-baloon > p {
  width: 300px;
  height: 119px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  font-size: 16px;
}
.koboaurah2o .bg-baloon > p .font-larger {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
}
.koboaurah2o .note {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  text-align: left;
  font-size: 12px;
  color: #b7e7ec;
}
.koboaurah2o .note:before,
.koboaurah2o .note:after {
  content: "";
  display: table;
}
.koboaurah2o .note:after {
  clear: both;
}
.koboaurah2o .note-voice {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
}
.koboaurah2o .box {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  border: solid 3px #00a4cc;
}
.koboaurah2o .box:before,
.koboaurah2o .box:after {
  content: "";
  display: table;
}
.koboaurah2o .box:after {
  clear: both;
}

.koboaurah2o .box-header {
  padding: 10px 0;
  background-color: #00a4cc;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.koboaurah2o .box-contents {
  zoom: 1;
  padding: 25px 0;
}
.koboaurah2o .box-contents:before,
.koboaurah2o .box-contents:after {
  content: "";
  display: table;
}
.koboaurah2o .box-contents:after {
  clear: both;
}
.koboaurah2o .box-contents.box-2-col >* {
  width: 50%;
  text-align: center;
}
.koboaurah2o .box-cart .box-cart-btn {
  padding-top: 25px;
}
.koboaurah2o .box-cart .pull-right >* {
  display: inline-block;
}
.koboaurah2o .box-cart small {
  font-size: 11px;
  color: #000;
}
.koboaurah2o .box-cart em {
  margin-bottom: 12px;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  color: #bf0000;
}
.koboaurah2o .box-cart .cart-related-links {
  margin-top: 10px;
}
.koboaurah2o .box-cart .cart-related-links li {
  font-size: 11px;
}
.koboaurah2o .product-image {
  float: left;
  margin-right: 20px;
}
.koboaurah2o .product-detail {
  font-size: 14px;
}
.koboaurah2o .product-detail .block {
  margin-bottom: 30px;
}
.koboaurah2o .product-detail p {
  line-height: 1.5;
  color: #000;
}
.koboaurah2o .product-detail h5 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #46454b;
}
.koboaurah2o .product-detail small {
  font-size: 11px;
}
.koboaurah2o .product-name {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
}
.koboaurah2o .product-detail {
  padding-left: 335px;
}
.koboaurah2o .spec-head {
  text-align: center;
  font-size: 40px;
}
.koboaurah2o table {
  width: 100%;
}
.koboaurah2o table .list-in-table {
  margin-left: 10px;
}
.koboaurah2o .spec-table {
  font-size: 14px;
  color: #333;
}
.koboaurah2o .spec-table tr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.koboaurah2o .spec-table th {
  width: 240px;
  padding: 10px 20px 10px;
  vertical-align: top;
  font-weight: normal;
}
.koboaurah2o .spec-table td {
  padding: 10px;
}
.koboaurah2o .spec-table td > span {
  display: block;
}
.koboaurah2o .spec-table .font-smaller {
  font-size: 12px;
}

.koboaurah2o .campaign-table {
  width: 950px;
  margin: 0 auto;
  zoom: 1;
  font-size: 14px;
}
.koboaurah2o .campaign-table:before,
.koboaurah2o .campaign-table:after {
  content: "";
  display: table;
}
.koboaurah2o .campaign-table:after {
  clear: both;
}
.koboaurah2o .campaign-table th,
.koboaurah2o .campaign-table td {
  padding: 10px;
  border: 1px solid #46b9cf;
  vertical-align: top;
  text-align: left;
}
.koboaurah2o .campaign-table th span,
.koboaurah2o .campaign-table td span {
  display: block;
}
.koboaurah2o .campaign-table th {
  width: 145px;
  background-color: #e0edf5;
}
.koboaurah2o .campaign-table .font-smaller {
  font-size: 12px;
}
.koboaurah2o .link {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
.koboaurah2o .kanban {
  position: relative;
  height: 530px;
}
.koboaurah2o .slider {
  position: absolute;
  min-width: 950px;
  width: 100%;
  height: 530px;
  top: 0;
  left: 0;
  z-index: 90;
  margin: 0 auto;
}
.koboaurah2o .slider-bg-outer {
  position: absolute;
  left: 50%;
}
.koboaurah2o .slider-wrap {
  position: relative;
  margin-left: -700px;
}
.koboaurah2o .kanban-slider {
  width: 1400px;
  height: 530px;
  overflow: hidden;
}
.koboaurah2o .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  padding: 0;
  text-align: center;
  z-index: 1030;
}
.koboaurah2o .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.koboaurah2o .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 50%;
  background-color: #1cbfe3;
  border: 0;
  outline: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: #1cbfe3;
}
.koboaurah2o .movie {
  position: absolute;
  min-width: 950px;
  width: 100%;
  height: 530px;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0 auto;
}
.koboaurah2o .movie-bg-outer {
  position: absolute;
  left: 50%;
  z-index: 1020;
}
.koboaurah2o .movie-bg {
  z-index: 10;
  margin-left: -800px;
}
.koboaurah2o .movie-bg .bg-while-loading {
  position: absolute;
  top: 3px;
  z-index: -1;
}
.koboaurah2o .movie-bg > span > a {
  display: block;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -150px;
  z-index: 1000;
}
.koboaurah2o .movie-cover-blk,
.koboaurah2o .movie-cover-dot {
  position: absolute;
  width: 1400px;
  height: 530px;
  margin-left: -700px;
  top: 0px;
}
.koboaurah2o .movie-cover-blk {
  z-index: 1010;
  background-color: #000;
  opacity: 0.1;
  -ms-filter: 'alpha(opacity=10)';
}
.koboaurah2o .movie-cover-dot {
  z-index: 1020;
  background: url("../img/bg-movie-dot.png");
  background-repeat: repeat;
}
.koboaurah2o .movie-text {
  position: absolute;
  top: 122px;
  left: 50%;
  z-index: 1030;
  margin-left: -280px;
  font-size: 42px;
  color: #fff;
  line-height: 1.5;
}
.koboaurah2o .movie-play {
  position: absolute;
  top: 337px;
  left: 50%;
  z-index: 1030;
  margin-left: -125px;
}
.koboaurah2o .movie-play > a {
  display: block;
  border: none;
  outline: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
  height: 60px;
  background: url("../img/icon-playmovie.png");
  background-repeat: no-repeat;
}
.koboaurah2o .movie-play > a:hover {
  background: url("../img/icon-playmovie_active.png");
  background-repeat: no-repeat;
}
.movie-popup {
  display: none;
  width: 960px;
  height: 540px;
  margin: 0 auto;
}
.mfp-container .movie-popup {
  display: block;
}
#backtop >a {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  opacity: 0.5;
  -ms-filter: 'alpha(opacity=50)';
  background-image: url("//image.books.rakuten.co.jp/books/img/common/ranking/sprite.gif");
  background-position: 0 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.cart-form .submitBtn {
  display: none;
}
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10010;
}
.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  left: 50%;
  top: -30px;
  margin-left: 450px;
  background-color: #000;
  line-height: 30px;
  color: #fff;
}
.special-header {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 16px;
  color: #46454b;
}
.special-note {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000;
}
.koboaurah2o-campaign-banner {
  width: 100%;
  background-color: #00a4cc;
  border-bottom: solid 1px #1cbfe3;
}
.koboaurah2o-campaign-banner a {
  display: block;
}
.koboaurah2o-campaign-banner img {
  display: block;
  margin: 0 auto;
}
.kobo-aurah2o-campaign-belt {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.kobo-aurah2o-campaign-belt.blue {
  background-color: #ecf6f9;
  font-weight: bold;
  color: #fff;
}
.kobo-aurah2o-campaign-belt.red {
  background-color: #bf0000;
  font-weight: bold;
  color: #fff;
}
/*20150424 Kobo*/
.kobo-aurah2o-campaign-belt.red a {
  color: #fff !important;
}
.star,
.star-five,
.star-four,
.star-five-four {
  width: 80px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.star-number,
.star-five-number,
.star-four-number,
.star-five-four-number {
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #f8ae4b;
}
.star-five,
.star-five-five,
.star-four-five,
.star-five-four-five {
  background: url("../img/star-five.png");
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.star-four,
.star-five-four,
.star-four-four,
.star-five-four-four {
  background: url("../img/star-four.png");
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}


.koboaurah2o-campaign {
  width: 950px;
  margin: 0 auto;
}
.koboaurah2o-campaign a {
  display: block;
  text-align: center;
}

/*20151021*/

.koboaurah2o .section-attraction-detail .block06 {
  height: 624px;
}
.koboaurah2o .bg-attraction06 {
  min-height: 544px;
  margin-right: 41px;
  background-image: url("../img/img-attraction-06.gif");
  background-repeat: no-repeat;
  background-position: right top;
}

.koboaurah2o .attraction-badge06 {
  top: -20px;
  right: -10px;
}

.koboaurah2o .bg-attraction06 .pocket {
    margin-top: 15px;
}

.koboaurah2o .bg-attraction06 .pocket > p {
    margin: 0px 0px 18px 12px;
}

.koboaurah2o .bg-attraction06 .pocket .box--round {
    width: 455px;
}

.koboaurah2o .bg-attraction06 .pocket .box--round .box__head {
    padding: 4px 0px 3px;
    background-color: #EE3F55;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFF;
    text-align: center;
}
.koboaurah2o .bg-attraction06 .pocket .box--round .box__body {
    margin-bottom: 8px;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #EE3F55;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background: #ffffff;
}

.koboaurah2o .bg-attraction06 .pocket .small {
    color: #474848;
	font-size: 11px;
	margin: 5px 0 0;
}

.koboaurah2o .section-attraction-detail .block07 {
  height: 480px;
}

.koboaurah2o .block-image-right .block-bg-outer.bg-attraction07 {
  margin-left: 22px;
}

.koboaurah2o .block-image-right .bg-attraction07 .block-bg-inner {
  margin-left: -512px;
}

.koboaurah2o .bg-attraction07 {
  min-height: 527px;
  background-image: url("../img/img-attraction-07.png");
  background-repeat: no-repeat;
  background-position: left -45px;
}

.koboaurah2o .attraction-badge07 {
  top: 0px;
  left: -180px;
}

.koboaurah2o .bg-attraction05 .dictionary {
    margin-top: 25px;
	    width: 475px;
}

.koboaurah2o .bg-attraction05 .dictionary dl {
    position: relative;
    margin-top: 18px;
    padding: 13px;
    box-sizing: border-box;
	background: #fafafa;
}

.koboaurah2o .bg-attraction05 .dictionary dt > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #696969;
    font-weight: 700;
}

.koboaurah2o .bg-attraction05 .dictionary dl dd {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
    color: #979797;
}

.touch-try {
  width: 950px;
  margin: 50px auto;
}

/*  追記
--------------------------------------*/

.koboaurah2o .sec-inner {
    width: 950px;
    margin: 0 auto;
}

.koboaurah2o .hdg-type01 {
    margin: 0 0 35px;
    color: #000;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}

/*  compare
--------------------------------------*/
#spec_h2o #compare{
  display: none !important;
}

/*  spec
--------------------------------------*/
.koboaurah2o #spec{
padding:30px 0 50px;
border-top:1px solid #e9e9e9;
}
.koboaurah2o #spec .img{
margin:0 0 40px;
text-align:center;
}
.koboaurah2o #spec .spec-table{
margin-bottom:20px;
}
.koboaurah2o #spec .spec-table tr{
border-bottom:1px solid #e2e2e2;
border-top:1px solid #e2e2e2;
}
.koboaurah2o #spec .spec-table th{
padding:10px 20px;
width:240px;
font-weight:400;
vertical-align:top;
}
.koboaurah2o #spec .spec-table td{
padding:10px;
}
.koboaurah2o #spec .spec-table td > span{
display:block;
}
.koboaurah2o #spec .spec-table td .small{
font-size:12px;
}


