/* カレンダー */
.side_section_cal {
  margin: 20px 0 40px;
}
.side_cal:after {
  content: "";
  display: block;
  clear: both;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 48%;
  margin: 0 0 10px;
  float: right;
}
.tbl_calendar:first-child {
  float: left;
}
.tbl_calendar td {
  padding: 7px 0 !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.tbl_calendar th {
  padding: 6px !important;
  text-align: center !important;
  background-color: #f3f3f3;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
}
.tbl_calendar caption {
  margin: 0 0 11px;
  font-weight:  bold;
  font-size: 18px;
  color: #0a3c71;
  text-align: center;
}
.side_cal_memo .font-red {
  color: #ff2b2b;
}
/* SOLDOUT */
.soldout_top {
  color: #f44336;
  font-weight: bold;
}