table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

@media (max-width: 768px){
.hdr--typeB .hdrBottom {
	z-index: 1!important;
}
}

@media (max-width: 1199px){
  .highlight--narrow{
    padding: 4px 0 !important;
  }
  
    .newsList li time{
    line-height: 18px !important;
  }
  .newsList li h3{
    line-height: 18px !important;
  }
}

.drawer__nav li.hasChildren--click > a{
  color:#BE1C21 !important;
}

.drawer__nav li.icnav a{
  color:#BE1C21 !important;
}

.drawer__nav li.hasChildren--click > a::before, .drawer__nav li.hasChildren--click > a::after{
  background-color:#BE1C21 !important;
}

.drawer__close{
  background:#BE1C21 !important;
}

.keywordRanking__toggle {
    z-index: 1;
}

.footstamp {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

