// カレンダー
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}
.sec_price .container .cateList .hasChildren--click > a {
    border: 1px solid #DFDFDF;
}
section.sec_search {
  background: url('https://img21.shop-pro.jp/PA01490/013/etc/sakuhin2.jpg') !important;
}
@media (max-width: 767px) {
  section.sec_search {
    background: url('https://img21.shop-pro.jp/PA01490/013/etc/sakuhin2.jpg') !important;
  }
}

.sec_search .h2C small{
    color: #8b8d8f; 
}
.itemList--ranking.ranking--typeC .itemList__unit {
    margin-bottom: 50px;
}

.newsList__body {
    overflow: hidden;
    height: 200px;
    overflow-y: scroll;
}
.slick-dotted.slick-slider {
    list-style: none;
}