/* カスタマイズ用CSS 管理画面から更新不可 */
@charset “UTF-8”;

.redred {
  color: red;
}
/* カスタマイズ用CSS */
/* 詳細ページ */
.ec-layoutRole__contents {
  margin-top: 32px;
}
.ec-productRole__description {
  margin-top: 32px;
}
.ec-productRole__description > div + div {
  margin-top: 24px;
}
.product-details {
  border-top: 1px solid rgb(123, 123, 123);
  border-bottom:  1px solid rgb(123, 123, 123);
  padding-top: 10px;
}
.product-copy {
  font-size: 1.3em;
}

/*  */
.list-style-square {
  list-style-type: square;
}
li {
  line-height: 1.5;
}
p + p , p + ul {
  margin-top: 1.3em;
}
li + li {
  margin-top: 0.8em;
}

/*  */
.section + .section {
  margin-top: 80px;
}
.container {
  font-size: 16px;
}
.content {
  padding: 0 18px;
}
.content > ul {
  line-height: 1.8;
}
.content dt {
  padding-right: 2em;
}
.content__title {
  border-left: 5px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5em;
  margin: 2.5em 0 1em 0;
}
.bg--pink {
  background-color: #ffeffc;
}
.content-center {
  margin: 0 auto;
}
.w-780 {
  max-width: 780px;
}
.img-100 {
  width: 100%;
}
.max-300 {
  max-width: 300px!important;
}
.bd-gray-100 {
  color: #000;
  background-color: #f8f9fa;
}
.bd-gray-200 {
  color: #000;
  background-color: #e6e6e6;
}
.font-16 {
  font-size: 16px;
}

/* 共通パーツ */



/* bootstrap */
.btn {
  font-size: 14px;
}

/* ECCUBEハック */
/* br + br + br {
  display: none;
} */

/* products 商品ページ*/
.products__footer {
  padding: 40px 0;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .products__footer {
    margin-bottom: -30px;
  }
}


.products__foote .col {
  background-color: #fff;
}

.ec-orderPayment {
  padding-top: 16px;
}

/* カート②　日にち　時間希望削除　*/
.ec-orderDelivery__actions {
  display: none;
}
