@charset "UTF-8";

/*****************************初期値********************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  /* 20131028 delete */
  /* font-weight: normal; */
  font-size: 100%;
  /* 20131028 delete */
  /* text-align: left; */
}

html {
  font-size: 16px;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 950px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #FFF;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*スクロールバー*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバー軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #FFF;
}

/*スクロールバーハンドル*/
::-webkit-scrollbar-thumb {
  background-color: #222;
}

img {
  border: none;
  margin-top: 0px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

div#info_box_top {
  position: relative;
  z-index: 1;
}

ul {
  list-style: none;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.l {
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	  height: auto;
	  overflow: hidden;
/**/
}

.clr {
  clear: both;
}

/*** image hover default start ***/
div#contents a img {
  -webkit-backface-visibility: hidden;
  /* 追加 chromeの1pxズレ対策*/
  backface-visibility: hidden;
  /* 追加 chromeの1pxズレ対策*/
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

div#contents a:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -khtml-opacity: .5;
  /* Safari 1.x */
}

/*** image hover default end ***/
div#header {
  background: #111;
  padding: 0;
  margin: 0;
  width: 100%;
}

div#header p#topicpath {
  margin: 0px !important;
  font-size: 0.75rem;
  color: #ccc;
  float: left;
  overflow: hidden;
}

div#header p#topicpath a {
  color: #00A8FF !important;
  font-weight: bold !important;
  text-decoration: initial !important;
}

div#topicpath3 {
  background: none;
  /* padding-top: 5px; */
  overflow: hidden;
}

:focus {
  outline: 0;
}

/*.probootstrap-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #000 url(../img/preloader.gif) center no-repeat;
}*/
/**************************************/
div#contents {
  margin: 0px auto;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

div#contents h1 {
  width: 100%;
  line-height: 1.0;
  text-align: left;
  font-size: 4.5rem;
  padding: 20px 5px 10px;
  color: #222;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin: 40px auto 60px;
  box-sizing: border-box;
  font-family: 'Teko', sans-serif;
  text-align: center;
}

div#contents .wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: inline-block;
}

div#contents .wrap_body {
  position: relative;
}

div#contents .wrap_body.dev .txt {
  width: 70%;
  color: #EEE;
  text-align: left;
  position: static;
}

div#contents .wrap_body .txt {
  color: #222;
  width: 100%;
}

div#contents .wrap_body .txt strong {
  color: #222;
  font-size: 135%;
  font-weight: bold;
}

div#contents .wrap_body p {
  font-size: 2.0rem;
  line-height: 2.5;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #222;
}

@media screen and (max-width: 1200px) {
  div#contents .wrapper {
    width: 85%;
  }

  div#contents .wrap_body p {
    font-size: 2.0rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  div#contents .wrapper {
    width: 90%;
  }

  div#contents .wrap_body p {
    font-size: 2.0rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  div#contents .wrapper {
    width: 90%;
  }

  div#contents .wrap_body p {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  div#contents .wrapper {
    width: 90%;
  }

  div#contents .wrap_body p {
    font-size: 2.8rem;
    line-height: 2.0;
  }
}

@media screen and (min-width: 1801px) {
  div#contents .wrap_body p {
    font-size: 3.0rem;
    line-height: 2.0;
  }
}

div#contents #section1 .wrap_body p {
  color: #222;
}

.red {
  color: #F00;
}

div#contents .bnr_main img {
  margin: 0 auto;
}

div#contents .bnr_main {
  margin: 0 0 15px 0;
}

div#contents .bnr_main2 {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

div#contents .bnr_main2 img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.sns_cont {
  position: absolute;
  float: right;
  top: 2.0em;
  right: 20px;
  text-align: right;
}

.sns_box {
  display: block;
  padding: 5px 3px 2px;
  text-align: center;
  width: 30px;
  float: left;
  margin: 10px 5px;
  border-radius: 3px;
}

.sns_box span {
  color: #FFF;
  font-size: 1.0em;
}

a:hover .sns_box {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -khtml-opacity: .5;
  /* Safari 1.x */
}

.sns_box.fb {
  background: #888;
}

.sns_box.tw {
  background: #888;
}

/************商品一覧****************/
div#contents .item_box {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

div#contents .item_box .items {
  margin-bottom: 150px;
  box-sizing: border-box;
}

div#contents .item_list_bnr {
  margin: 20px auto;
  width: 700px;
}

div#contents .item_box ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 50%;
  float: left;
  width: 100%;
}

div#contents .item_box li {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  background: none;
  position: relative;
  left: -50%;
  width: 24.7%;
  margin-bottom: 50px;
}

div#contents .item_box .item_slider li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  left: auto;
  margin-bottom: 0;
}

div#contents .item_box p.imageArea {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

div#contents .item_box p.imageArea img {
  display: block;
  margin: 0 auto 1em;
  box-sizing: border-box;
}

div#contents .item_box p {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  word-break: keep-all;
  color: #222;
}

div#contents .item_box p img {
  display: none;
}

div#contents .item_box p.sizeicon {
  display: none;
}

div#contents .item_box p.shohinname {
  text-decoration: initial;
  text-align: center;
  font-size: 0.85rem;
  color: #222;
  font-weight: bold;
  padding: 5px 0 0;
  line-height: 1.5;
  height: 3.0rem;
  margin-bottom: 10px;
  display: block;
}

div#contents .item_box p.shohinname.s {
  font-size: 0.78rem;
  padding: 5px 5px 0;
}

div#contents .item_box p.shohinname a {
  color: #222;
}

div#contents .item_box p.shohinname a:hover {
  color: #333;
}

div#contents .item_box p.markset_list {
  text-decoration: initial;
  text-align: center;
  font-size: 0.8rem;
  color: #222;
  font-weight: bold;
  padding: 5px 0 0;
  line-height: 1.5;
  height: 3.0rem;
  margin-bottom: 10px;
  display: block;
}

div#contents .item_box p.rank1, div#contents .item_box p.rank2, div#contents .item_box p.rank3 {
  position: absolute;
  left: 12%;
  text-decoration: initial;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0;
  line-height: 1.0;
  display: block;
}

div#contents .item_box p.rank1 {
  color: #e6b22a;
}

div#contents .item_box p.rank2 {
  color: #9e9e9e;
}

div#contents .item_box p.rank3 {
  color: #9e4a18;
}

div#contents .item_box p.player {
  text-decoration: initial;
  text-align: center;
  font-size: 0.9rem;
  color: #FFF;
  background: #02a9bd;
  padding: 10px;
  margin-top: -10px;
  line-height: 1.0;
  width: 60%;
  display: block;
}

div#contents .item_box p.price {
  font-weight: bold;
  padding: 0;
  font-size: 0.85rem;
  color: #222;
  margin-bottom: 20px;
  line-height: 2.0;
  display: block;
  text-align: center;
}

div#contents .item_box p.add {
  font-weight: normal;
  color: #000;
  padding: 7px;
  line-height: 1.0;
  font-size: 12px;
  background: #222;
  width: 150px;
  margin: 15px auto 0;
  border-radius: 0.2rem;
}

div#contents .item_box p.txt {
  font-weight: bold;
  padding: 7px;
  font-size: 0.75rem;
  text-align: center;
  /* background: #1b305f; */
  width: 150px;
  margin: 15px auto 0;
  line-height: 1.0;
  border: 1px solid #222;
  border-radius: 0.2rem;
}

div#contents .item_box p.ground {
  font-weight: normal;
  font-size: 0.75rem;
  overflow: hidden;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.1rem;
  display: block;
  margin-bottom: 10px;
}

div#contents .item_box .junior {
  content: " ";
  position: absolute;
  width: 34px;
  height: 33px;
  right: 35px;
  top: 20px;
  box-sizing: border-box;
  margin: 0;
  float: left;
}

div#contents .item_box p.hyouka {
  display: none;
}

div#contents .item_box p.sell {
  display: none;
}

div#contents .item_box p.yoyaku {
  display: none;
}

div#contents .item_box p.team {
  display: none;
}

div#contents .item_box .itemname {
  color: #1b305f;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

div#contents .itemlist_bnr {
  text-align: center;
  width: 780px;
}

div#contents .item_box .add li {
  height: 305px;
  position: relative;
}

div#contents .add_comment:before {
  content: "SWSポイント10倍";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  bottom: -3rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment2:before {
  content: "オリジナルシューキーパー特典";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  bottom: -3rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment3::before {
  content: "送料無料";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  bottom: -3rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment4::before {
  content: "GKリストベルト特典";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  bottom: -3rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment5::before {
  content: "8月下旬頃発売";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  bottom: -3rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment6:after {
  content: "COMING SOON";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid #242424;
}

/************商品一覧↑↑↑****************/
#back-top {
  position: fixed;
  /*bottom: 15px;*/
  right: 15px;
}

#back-top a {
  width: 80px;
  height: 30px;
  display: block;
  text-align: center;
  background-color: #555555;
  font-size: 18px;
  text-decoration: none;
  color: #FFF !important;
  padding-top: 5px !important;
  padding-bottom: 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#back-top a:hover {
  color: #FFF;
  padding-bottom: 40px !important;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.sub_comment {
  background: #333;
  color: #eee;
  padding: 12px 12px 0px;
  font-size: 0.8rem;
  line-height: 1.6rem;
  font-weight: bold;
}

.sub_comment p {
  line-height: 1.6rem;
  background: #222;
  padding: 10px;
  padding-left: 20px;
}

/*************** add.css ******************/
/****** Masonry start ******/
div#contents .item_box .gallery {
  margin: 0 auto;
  overflow: hidden;
  left: initial;
  float: none;
}

div#contents .item_box .gallery .gitem {
  max-width: 460px;
  padding: 5px;
}

div#contents .item_box .gallery .gitem img {
  max-width: 100%;
  height: auto;
}

div#contents .item_box .gallery .gitem.x2 {
  max-width: 920px;
}

div#contents .item_box .gallery .gitem.x3 {
  max-width: 100%;
}

/****** Masonry end ******/
/****** スライダー start ******/
div.main_bnr .slick-slide {
  margin: 0px;
  width: 1024px;
  position: relative;
}

div.main_bnr .slick-slide p {
  position: absolute;
  color: #fff;
  bottom: 0;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.8rem;
  padding: 0 50px 35px;
}

div.main_bnr .slick-slide img {
  width: 1024px;
}

div.main_bnr .slick-slider {
  padding: 0;
  margin-bottom: 50px;
}

div.main_bnr .slick-prev, div.main_bnr .slick-next {
  z-index: 1000;
  width: 50px;
  height: 50px;
}

div.main_bnr .slick-prev:before, div.main_bnr .slick-next:before {
  font-size: 50px;
}

div.main_bnr .slick-dots li {
  background: none !important;
  width: 30px;
}

div.main_bnr ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #FF0000 !important;
}

div.main_bnr ul.slick-dots li button:hover:before, div.main_bnr ul.slick-dots li button:focus:before {
  opacity: 1;
  color: #555;
}

/****** スライダー end ******/
div#contents .item_box .comment {
  padding: 10px 10px 40px;
}

div#contents .item_box .comment p {
  color: #222;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  word-break: normal;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  div#contents .item_box .comment p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  div#contents .item_box .comment p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  div#contents .item_box .comment p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  div#contents .item_box .comment p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1801px) {
  div#contents .item_box .comment p {
    font-size: 2.0rem;
  }
}

div#contents .contents_h2_sub {
  position: relative;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  padding: 4px 10px;
  margin: 10px auto;
  color: #FFF;
  width: 100%;
  /* background: #333333; */
  border: 1px solid #555;
}

div#contents .item_box .comment span.second {
  position: absolute;
  right: 5px;
  top: 60px;
}

div#contents .item_box .comment span img {
  width: 60px;
  float: left;
  margin: 0 15px 0 0;
}

.contents_h2_sub h2 {
  font-weight: bold;
}

div#contents .header_h2 h2 {
  font-size: 35px;
  text-align: left;
  font-family: Anton, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #FFF;
  width: 1000px;
  height: 40px;
  padding: 0px 0px 0px 50px;
  margin: 20px auto;
  background-repeat: no-repeat;
}

div#contents h2 {
  line-height: 1.0;
  letter-spacing: 4px;
  padding: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  font-weight: bold;
  width: 100%;
  margin: 80px 0 60px;
  text-align: center;
  background: #222;
  color: #FFF;
}

div#contents h3 {
  color: #222;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 1.5em;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  width: 100%;
}

div#contents h3.jp {
  font-size: 1.4rem;
}

div#contents h4 {
  color: #222;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 0;
  margin: 0 auto 0em;
}

div#contents hr {
  border: 3px solid #ffc000;
  width: 80%;
  margin: 0 auto 5em;
}

div#contents .btn {
  color: #f74322;
  border: 2px solid #f74322;
  width: 50%;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 70px auto 0px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: initial;
}

div#contents a:hover .btn {
  color: #d1e3f1;
  border-color: #d1e3f1;
}

div#contents .btn.more {
  font-size: 0.75rem;
  width: 70%;
  padding: 20px;
  margin: 190px auto 0;
}

/**********/
div#contents ul.accordion {
  width: 1000px;
  margin: 0 auto 200px;
  overflow: hidden;
}

div#contents ul.accordion a {
  display: block;
  padding: 10px;
  background-position: 97% center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

div#contents ul.accordion ul {
  display: none;
  margin: 0 0 100px 0;
}

div#contents ul.accordion>li {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1.0rem;
}

div#contents ul.accordion>li>p {
  cursor: pointer;
  display: block;
}

div#contents ul.accordion>li>p span {
  background-repeat: no-repeat;
  background-position: 40px 25px;
}

div#contents ul.accordion>li>p span.open {
  background-repeat: no-repeat;
  background-position: 40px 25px;
}

div#contents ul.accordion>li>ul>li {
  margin: 0;
  padding: 0px;
  background: none;
}

/******************************************/
.btn-box2 {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.more_btn2 {
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  color: #222;
}

div#contents .more_btn2 a p {
  font-size: 1.0rem;
  font-weight: bold;
}

.more_btn2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #222;
  transition: all 0.3s;
}

div#contents .more_btn2:hover a p {
  color: #FFF;
}

.more_btn2:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.more_btn2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background: #222;
  transform: scale(1.2, 1.2);
}

.more_btn2:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

/******************************************/
#contents ul.pcnav {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  overflow: hidden;
  background-color: #000;
  height: 50px;
  border-top: 1px solid #333;
}

#contents .pcnav li {
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #FFF;
}

#contents .pcnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}

.center-align {
  text-align: center;
}

div#contents .item_box ul.column_item.center-align li {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.center-align [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.row-center {
  text-align: center;
  letter-spacing: -0.4em;
}

.row-center>[class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none !important;
}

.row-center.va-middle>[class*='col-'] {
  vertical-align: middle;
}

.row-center.va-bottom>[class*='col-'] {
  vertical-align: bottom;
}

/*---▽slider---*/
.slick-slide {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.slick-slide p {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding-top: 10px !important;
}

.slick-prev {
  left: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  background: #00000085;
  z-index: 100;
  border-radius: 50%;
}

.slick-next {
  right: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  background: #00000085;
  z-index: 100;
  border-radius: 50%;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background: #00000085;
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: "lcicon";
  content: "\EA01";
  font-size: 20px;
  color: #fff;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}

.slick-prev:before {
  transform: rotate(-90deg);
}

.slick-next:before {
  transform: rotate(90deg);
}

div#contents .slick-slide img {
  display: block;
  padding: 0px;
  margin: 0 auto;
  opacity: 1;
}

div#contents .slick-slide.slick-center a:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: .5;
}

div#contents .img_slider ul {
  bottom: 20px;
}

#headerInformation {
  position: relative;
  z-index: 99;
}