/* カスタマイズ用CSS */

.ec-favoriteRole__itemTitle {
    margin-bottom: 10px;
}

.ec-favoriteRole__item p {
    margin-bottom: 3px;
}
.d-none {
    display: none;
}

.ec-orderDelivery__item img {
    max-height: 150px;
}

.ec-historyRole__detail img {
    max-height: 150px;
}
.ec-shelfGrid__item-image {
    vertical-align: bottom;
    min-height: 200px;
}

.ec-shelfGrid__item-image img {
    max-height: 200px;
}
.ec-cartRow__img {
    text-align: center;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 15px;
}

.slide-item {
    text-align: center;
}
.ec-sliderItemRole {
    text-align: center;
}

.ec-productRole img {
    max-height: 520px;
    width: auto;
    margin: auto;
}

.ec-imageGrid__img {
    text-align: center;
}
.ec-cartRow__img img {
    max-height: 150px;
    width: auto;
    margin: auto;
}

.ec-imageGrid .ec-imageGrid__img img {
    width: auto;
}

.ec-orderDelivery__item img {
    max-height: 150px;
    width: auto;
}
.cus-price p {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  margin-bottom: 0px;
}

.cus-price .ec-price {
    display: inline-block;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    max-height: 200px;
}

.ec-cartNaviIsset__cart img {
    max-height: 100px;
    width: auto;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
    width: auto;
}

.ec-favoriteRole .ec-favoriteRole__item img {
    max-height: 200px;
}

.ec-categoryRole {
    margin-top: 30px;
}

.ec-footerRole {
  margin-top: 30px;
}

@media (max-width: 767px) {
.ec-cartRow .ec-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  width: 100%;
}
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 16px;
  padding-bottom: 15px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  float: right;
  width: 100%;
  padding-left: 16px;
  text-align: left;
  box-sizing: border-box;
}

.ec-imageGrid__img- {
    padding: 10px 0px;
}
.ec-imageGrid__wrap {
    padding: 10px 0px;
}
.ec-categoryNaviRole {
    margin-bottom: 45px;
}

.ec-headingTitle {
    font-weight: 600;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 25px;
}

.ec-shelfGrid__item h2 {
    font-size: 17px;
    font-weight: bold;
}

.list-con {
    margin-bottom: 5px;
}

.price02-default {
    margin-bottom: 5px;
}

.apg_sc_table { 
 border-collapse: collapse; 
 border-spacing: 0; 
 line-height: 1.5; 
 margin-left: auto; 
 margin-right: 10px; 
 margin-bottom: 20px; 
 float: left; 
} 
 
.apg_sc_table th, 
.apg_sc_table td { 
 border: 1px solid #ccc; 
} 
 
.apg_sc_table thead th { 
 padding: 10px; 
 font-weight: bold; 
 vertical-align: top; 
 color: #fff; 
 background: #efefef; 
} 
 
.apg_sc_table tbody th { 
 background: #efefef; 
 line-height: 2.4em; 
 text-align: center; 
} 
 
.apg_sc_table td { 
 padding: 10px; 
 vertical-align: top; 
 text-align: center; 
 background-color: #fff; 
} 
 
/* ★休日のカラーはここで設定しています。*/ 
.apg_sc_table .apg_sc_holiday { 
 background: #ECC6C7 !important; 
} 
 
.apg_sc_table .apg_sc_saturday { 
 /*background: #BDE2E8;*/ 
} 
 
.apg_sc_table .apg_sc_sunday, 
.apg_sc_table .apg_sc_sunday { 
 /*background: #ECC6C7;*/ 
} 
 
@media only screen and (max-width: 767px) { 
 .apg_sc_table { 
 float: none; 
 margin-top: 20px; 
 margin-right: auto; 
 } 
}