/*--------------------------売り切れ表示--------------------------*/

.SOLDOUTabsolute {
    position: absolute;
}

/*--------------------------インフォメーション--------------------------*/
#infobox {
  margin: 10px;
  padding: 3px;
  margin-bottom: 5px;
  background-color: #fbfbfb;
  border-top: #dcdcdc 1px solid;
  border-left: #e7e8e7 8px solid;
  border-right: #e7e8e7 8px solid;
}

#infobox tr {
    padding: ;
    border-bottom: #dcdcdc 1px solid;
}

.info {
  padding: 5px;
}

/*--------------------------登録ボタン(LINE@&メルマガ)--------------------------*/

.touroku_btn {
  margin : 5px 10px;
}

.btn_left {
  width : 49%;
}

.btn_right {
  width : 49%;
}

/*----------スライドバナー　CenterMode（中央寄せレスポンシブ）----------*/

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.center-item .slick-next {
  width: 20px;
    right: 10px;
    z-index: 99;
}
.center-item .slick-prev {
    width: 20px;
     left: 10px;
    z-index: 100;
}
.center-item .slick-dots {
  bottom: -26px;
}
.center-item .slick-slide {
    padding: 0 5px;
}

/*スライド数のドットの色を変える*/
ul.slick-dots li.slick-active button:before,
ul.slick-dots li button:before {
    color: #848484;
  margin-bottom: -26px;
}
/*スライド画像の横幅可変*/
.center-item img {
    max-width: 100%;
     height: auto;
}
.center-item{
	display:none;
}

/*----------お知らせ----------*/

.oshirase {
  margin:10px 0;
  padding: 10px;
  background: #fffff0;
  border-top:1px solid #CC0000;
  border-bottom:1px solid #CC0000;
}

.oshirase h3 {
  font-weight: bold;
  font-size:1.1em;
  line-height: 2em;
  padding-left: 1em;
}

.oshirase p {
   margin-top: 0.5em;
  line-height: 1.6em;
  padding-left: 1em;
}

