@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
a,
button {
  cursor: pointer;
}

.transition {
  transition: all 0.2s ease;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Set the fixed height of the footer here */
  margin-bottom: 85px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6em;
  font-size: 14px;
  outline: none;
  height: 100%;
}

::selection {
  background: #CCC;
}

a {
  color: #222;
}
a:hover {
  color: #222;
  opacity: 0.8;
}
a:active {
  color: #222;
}

h2, h4 {
  font-family: "Syncopate", sans-serif;
  font-size: 2em;
  display: inline-block;
  padding: 6px 12px;
  background-position: left, right;
  text-align: center;
  width: 100%;
}
h2 small, h4 small {
  display: block;
  font-size: 0.5em;
  margin: 5px 0;
}

.btn {
  border-radius: 0;
}

.pager li {
  margin: 0 2px;
}
.pager li.current {
  display: inline-block;
  padding: 5px 14px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0;
}
.pager li a, .pager li span {
  border-radius: 0;
}

.nav-menu {
  margin: 0;
  padding: 0 20px 0 0;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .nav-menu {
    padding: 0;
  }
}
.nav-menu li {
  list-style-type: none;
  display: inline-block;
}
.nav-menu li.menu-icon {
  font-size: 2em;
  padding: 10px;
}
.nav-menu li.menu-icon a {
  display: block;
}
.nav-menu li.menu-icon a img {
  width: 26px;
}

#MainSection h1 {
  font-size: 2em;
  font-weight: normal;
  margin-top: 17px;
  width: 100%;
  line-height: 1.6;
}
#MainSection .more {
  margin: 20px 0;
  text-align: center;
}
#MainSection .more a {
  border: solid 1px #555;
  color: #555;
  font-size: 1.2em;
  padding: 5px 20px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
#MainSection .more a:hover {
  text-decoration: none;
  background-color: #FAFAFA;
}

.table th {
  width: 25%;
}

em {
  font-style: normal;
  color: #A00;
  font-weight: bold;
}

.error-message, .form-error {
  clear: both;
  color: #a00;
  font-size: 0.8em;
  padding-top: 5px;
}

input.form-error,
select.form-error,
textarea.form-error,
.form-error input,
.form-error select {
  background-color: #FDD;
}

/** override bootstrap **/
.btn-lg {
  min-width: 200px;
}

.btn-primary {
  color: #F5F5F5 !important;
  background-color: #222 !important;
  border-color: #151515 !important;
}
.btn-primary:focus, .btn-primary.focus {
  color: #F5F5F5 !important;
  background-color: #090909 !important;
  border-color: black !important;
}
.btn-primary:hover {
  color: #F5F5F5 !important;
  background-color: #090909 !important;
  border-color: black !important;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #F5F5F5;
  background-color: #090909;
  border-color: black;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #F5F5F5;
  background-color: black;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #222;
  border-color: #151515;
}
.btn-primary .badge {
  color: #222;
  background-color: #F5F5F5;
}

.btn-info {
  color: #222 !important;
  background-color: #4bb9b3 !important;
  border-color: #42a9a3 !important;
}
.btn-info:focus, .btn-info.focus {
  color: #222 !important;
  background-color: #3b9691 !important;
  border-color: #1e4d4a !important;
}
.btn-info:hover {
  color: #222 !important;
  background-color: #3b9691 !important;
  border-color: #317d79 !important;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #222;
  background-color: #3b9691;
  border-color: #317d79;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #222;
  background-color: #317d79;
  border-color: #1e4d4a;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #4bb9b3;
  border-color: #42a9a3;
}
.btn-info .badge {
  color: #4bb9b3;
  background-color: #222;
}

.panel {
  border: none;
  background: rgba(0, 0, 255, 0);
  box-shadow: none;
  margin-bottom: 16px;
}
.panel .panel-heading {
  padding: 0 0 8px;
  background: rgba(0, 0, 255, 0);
}

.panel-heading {
  background: rgba 0, 0, 255, 0;
  border: none;
  padding-bottom: 16px;
  margin-top: -2px;
}
.panel-heading h4 {
  font-weight: 400;
}
@media only screen and (min-width:1200px) {
  .panel-heading em {
    margin-left: 20px;
  }
}
@media only screen and (max-width:767px) {
  .panel-heading em {
    display: block;
  }
}

.panel-body {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.panel-body .inner {
  background: #fff;
  height: 100%;
  padding: 0 5px;
  position: relative;
}
.panel-body .inner p.item-title {
  font-size: 80%;
  font-weight: 400;
}
.panel-body .inner p.item-price {
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width:767px) {
  .panel-body .inner p.item-price {
    font-size: 80%;
  }
}
.panel-body .inner p.sale-item-price {
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width:767px) {
  .panel-body .inner p.sale-item-price {
    font-size: 77%;
  }
  .panel-body .inner p.sale-item-price small {
    font-size: 10px;
  }
}
.panel-body .inner img {
  margin: 5px 0;
}
.panel-body .inner .soldout {
  padding: 100px 0 0 0;
  text-align: center;
  margin: -10px 0 0 -10px;
  position: absolute;
  background-color: #FFF;
  opacity: 0.5;
  font-size: 2em;
  color: #F00;
  z-index: 990;
  width: 100%;
  height: 100%;
}
.panel-body .top-inner {
  background: #fff;
  list-style-type: none;
}
@media only screen and (max-width:767px) {
  .panel-body .top-inner {
    height: auto !important;
  }
}
.panel-body .top-inner p.item-title {
  font-size: 80%;
  font-weight: 600;
  height: 70px;
}
.panel-body .top-inner p.item-price {
  font-size: 90%;
  text-align: right;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width:767px) {
  .panel-body .top-inner p.item-price {
    font-size: 80%;
  }
}
.panel-body .top-inner p.topics-area {
  font-size: 80%;
  font-weight: 300;
  text-align: left;
  margin: 4px 0 0 0;
}
.panel-body .top-inner img {
  width: 100%;
  margin: 0 auto 10px;
}
.panel-body .top-inner h3 {
  font-size: 80%;
  font-weight: bold;
  margin: 0;
}
.panel-body .top-inner h2 {
  font-size: 80%;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}
.panel-body .top-inner-col2 {
  height: 320px;
}
@media only screen and (max-width:767px) {
  .panel-body .top-inner-col2 {
    height: auto;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  .panel-body .top-inner-col2 {
    height: 300px;
  }
}
.panel-body .top-inner-col2 h2 {
  height: 36px;
}

/** Responsive Table Form **/
@media screen and (max-width: 767px) {
  .responsive-table-form {
    overflow: hidden;
  }

  .responsive-table-form h1,
.responsive-table-form h2,
.responsive-table-form h3,
.responsive-table-form h4,
.responsive-table-form h5 {
    margin-left: 5px;
  }

  .responsive-table-form .col-lg-12,
.responsive-table-form .col-md-12,
.responsive-table-form .col-sm-12,
.responsive-table-form .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .responsive-table-form tbody,
.responsive-table-form theader,
.responsive-table-form tfooter,
.responsive-table-form tr,
.responsive-table-form td,
.responsive-table-form th {
    display: block;
    margin: 0;
  }

  .responsive-table-form table {
    display: block;
    margin-bottom: 10px;
  }

  .responsive-table-form table th {
    width: 100%;
    background-color: #EEE;
    padding: 4px !important;
    z-index: 999;
    overflow: show;
    font-size: 0.9em;
  }

  .responsive-table-form table td {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: hidden;
    background-color: #FFF;
  }

  .responsive-table-form table.table-bordered th,
.responsive-table-form table.table-bordered td {
    border: solid 0px #FFF;
  }

  .btn {
    width: 90%;
    float: none;
  }
}
/** EverCart **/
.display-auth, .display-guest {
  display: none;
}

.colorbox {
  cursor: pointer;
}

.w100 {
  width: 100%;
}

.img-icon {
  width: 40px;
}

.item-title {
  margin: 0;
}

.item-price {
  font-size: 16px;
  font-weight: bold;
}

.sale-item-price {
  font-size: 16px;
  font-weight: bold;
  color: #A00;
}

h3.item-price {
  font-size: 24px;
  padding: 0;
  text-align: left;
}
h3.sale-item-price {
  font-size: 24px;
  padding: 0;
  text-align: left;
}

#debug-kit-toolbar .icon {
  position: relative;
}

.icon {
  position: absolute;
  z-index: 9999;
}

.icon .label {
  position: relative;
}

.sort-order a {
  width: 96px;
}

/** 会員登録：規約 **/
.contract {
  height: 250px;
  overflow: scroll;
  margin-bottom: 20px;
}

/** 会員登録：生年月日 **/
.form-inline.birth-date .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.required {
  font-size: 0.7em;
  color: #A00;
  padding-left: 5px;
}

/** チェックアウト **/
.form-inline.card-no .form-control,
.form-inline.card-security-code .form-control {
  display: inline-block;
  width: 65px;
}

/** SNSボタン **/
.social-area-syncer {
  width: 100%;
  padding: 0;
}

ul.social-button-syncer {
  margin: 20px auto;
  padding: 0;
  border: none;
  list-style-type: none;
}

ul.social-button-syncer li {
  float: left;
  text-align: center;
  margin-right: 8px;
  padding: 0;
}

.sc-tw {
  width: 71px;
}

.sc-fb {
  z-index: 99;
  width: 60px;
  margin-top: -1px;
}

/** WYSIWYG **/
.redactor-editor .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.redactor-editor img {
  max-width: 100%;
}

.redactor-editor .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/** HEADER **/
header {
  margin-top: 46px;
}
header nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  background-color: #fff;
  opacity: 0.9;
  box-shadow: 0px 1px 1px -1px #AAA;
}
header #ShopTitle {
  padding: 0;
  margin: 0;
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
header #ShopTitle a:hover, header #ShopTitle a:active, header #ShopTitle a:focus {
  text-decoration: none;
  color: #000;
}
header #ShopTitle img {
  height: 43px;
}

nav.toggle-menu {
  width: 100%;
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 996;
  padding: 20px;
  background-color: #333;
  color: #FFF;
  opacity: 0.95;
  font-size: 1.2em;
  line-height: 2em;
  display: none;
}
@media only screen and (max-width:767px) {
  nav.toggle-menu {
    padding: 0;
  }
  nav.toggle-menu .container {
    overflow-y: scroll;
    height: calc(100vh - 46px);
    position: relative;
    padding: 5px 0 10px 0;
  }
  nav.toggle-menu p {
    margin: 0;
    padding: 5px 5px 5px 10px;
  }
  nav.toggle-menu ul {
    border-top: solid 1px #FFF;
    margin: 0 0 10px 0;
    pading: 0;
  }
  nav.toggle-menu ul li {
    list-style-type: none;
    border-bottom: solid 1px #FFF;
    margin: 0;
    pading: 0;
  }
  nav.toggle-menu ul li a {
    display: block;
    padding: 10px;
  }
}
nav.toggle-menu a {
  color: #FFF;
}

/** FOOTER **/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 85px;
  background-color: #222;
  color: #fff;
}
footer a,
footer a:visited,
footer a:focus {
  color: #fff;
}
@media only screen and (min-width:993px), print {
  footer a:hover {
    color: #CCCCCC;
  }
}

body > .container {
  padding: 0 15px 30px;
}

.container .text-muted {
  margin: 20px 0;
}

/** BREADCRUMB **/
.breadcrumb {
  color: #222;
  background-color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
}
.breadcrumb a {
  color: #222;
}
.breadcrumb > li + li:before {
  content: ">";
}

/** Slick Slider **/
.slick-dots {
  position: relative;
  bottom: auto;
  margin: 5px 0 0;
  padding: 3px 0;
  clear: both;
  overflow: hidden;
}

.slick-slider-item:hover .slick-prev,
.slick-slider-item:hover .slick-next {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.slick-slider-item .slick-next {
  right: 0px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-left: 14px solid #666;
  opacity: 0;
  z-index: 98;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width:767px) {
  .slick-slider-item .slick-next {
    opacity: 0.6;
  }
}
.slick-slider-item .slick-next:before {
  content: "";
}
.slick-slider-item .slick-next:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.slick-slider-item .slick-prev {
  left: 0px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-right: 14px solid #666;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width:767px) {
  .slick-slider-item .slick-prev {
    opacity: 0.6;
  }
}
.slick-slider-item .slick-prev:before {
  content: "";
}
.slick-slider-item .slick-prev:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/** FAQ **/
#faq h4 {
  padding: 3px 0 3px 14px;
  background: #eeeeee;
}
#faq p {
  margin: 10px 0 20px;
  padding-left: 15px;
}
#faq .sectionTitle02:before {
  display: none;
}

/** Calendar **/
#PartsSidebarCalendar span {
  margin-left: 8px;
  font-size: 70%;
  font-weight: 400;
  color: #C00;
}
#PartsSidebarCalendar table {
  table-layout: fixed;
  width: 100%;
  border: none;
}
#PartsSidebarCalendar td, #PartsSidebarCalendar th {
  background-color: #FFF;
  color: #777;
  padding: 4px;
  border: none;
  border-top: 1px solid #ddd;
}
#PartsSidebarCalendar td.calendar_holiday {
  background-color: #fff;
  color: #C00;
}

/** ブランド説明 **/
#Genre {
  overflow: hidden;
}
#Genre ul {
  list-style: none;
  overflow: hidden;
  display: block;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
#Genre ul.row {
  margin-right: 0;
  margin-left: 0;
}
#Genre #brandLogo {
  border: 1px solid #eeeeee;
}
@media only screen and (min-width:993px), print {
  #Genre #brandLogo {
    width: 25%;
    float: right;
    margin: 0 0 10px 15px;
    display: inline-block;
  }
  #Genre #brandLogo img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  #Genre #brandLogo {
    width: 25%;
    float: right;
    margin: 0 0 10px 15px;
    display: inline-block;
  }
  #Genre #brandLogo img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width:767px) {
  #Genre #brandLogo {
    display: block;
    margin: 0 auto 10px;
  }
  #Genre #brandLogo img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width:993px), print {
  #Genre .pull-left {
    width: 70%;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  #Genre .pull-left {
    width: 70%;
  }
}
@media only screen and (max-width:767px) {
  #Genre .pull-left {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  #Genre .pull-right {
    float: center !important;
    max-width: 200px;
    padding: 20px;
  }
}

/** 特集ページ **/
#Special ol, #Special ul {
  list-style: none;
}
#Special .interior-master-ul {
  margin: 30px 0;
  border-top: 1px solid #eeeeee;
}
#Special .interior-master-ul li {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
#Special .interior-master-main {
  margin: 0 0 15px;
  overflow: hidden;
}
@media only screen and (min-width:993px), print {
  #Special .interior-master-main .interior-master-mainimg {
    display: inline-block;
    width: 48%;
    float: left;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  #Special .interior-master-main .interior-master-mainimg {
    display: inline-block;
    width: 48%;
    float: left;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width:767px) {
  #Special .interior-master-main .interior-master-mainimg {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width:993px), print {
  #Special .interior-master-main .interior-master-maintext {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  #Special .interior-master-main .interior-master-maintext {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width:767px) {
  #Special .interior-master-main .interior-master-maintext {
    display: block;
  }
}
#Special .interior-master-main .interior-master-bnr {
  border: 1px solid #eeeeee;
  padding: 20px 40px;
  margin: 10px 10px 0px 0px;
  text-align: center;
}
#Special .interior-master-main .interior-master-bnr img {
  max-width: 310px;
}
@media only screen and (max-width:767px) {
  #Special .interior-master-main .interior-master-bnr {
    display: block;
    margin: 10px 0 10px 0px;
  }
}

#TopMain {
  margin: 0;
}
#TopMain li {
  position: relative;
  padding: 0;
}
#TopMain li h3 {
  position: absolute;
  z-index: 999;
  top: 5px;
  left: 5px;
  font-weight: normal;
  color: #000;
}

/** 商品一覧 **/
.item-info .link-detail-from-list {
  width: 70%;
  display: inline-block;
}
.item-info .add-to-cart-from-list {
  width: 20%;
  display: inline-block;
}

/** 商品詳細 **/
#ItemDetailInfo .ribbon {
  display: inline-block;
  position: relative;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
  /*文字サイズ*/
  background: #a00;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
  margin-bottom: 15px;
}
#ItemDetailInfo .ribbon p {
  vertical-align: middle;
  margin: 0;
  padding: 0 20px 0 5px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 25px;
}
#ItemDetailInfo .ribbon p em {
  color: #FFF;
  font-size: 1.2em;
}
#ItemDetailInfo .ribbon:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 18px 12px 16px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#ItemDetailInfo h1 {
  display: inline-block;
  width: auto;
  padding: 6px 12px;
  color: #666;
  font-weight: 500;
}
#ItemDetailInfo .slick-slider-item-thumb {
  padding: 0;
  margin: 2px 0 0 0;
}
#ItemDetailInfo .slick-slider-item-thumb li {
  display: inline-block;
  overflow: hidden;
  padding: 0 2px;
  margin: 0;
}

/*# sourceMappingURL=style_decolt.css.map */
