#be-calendar {
  border: solid 5px #e4007f;
  margin-bottom: 40px;
  background-color: #fff;
}
#be-calendar .be-calendar-body {
  overflow-x: scroll;
  margin-left: 16px;
  margin-right: 17px;
  padding-bottom: 12px;
}
#be-calendar .be-calendar-body ul {
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#be-calendar .be-calendar-body ul li {
  padding-right: 9px;
}
#be-calendar .be-calendar-body ul li:last-child {
  padding-right: 0;
}
#be-calendar .be-calendar-body ul li .eventDayBg {
  background: #fdebf5;
  min-height: 106px;
  width: 157px;
  padding-left: 11px;
  padding-right: 12px;
  padding-bottom: 5px;
}
#be-calendar .be-calendar-body ul li .teaser,
#be-calendar .be-calendar-body ul li .onday {
  display: none;
}
#be-calendar .be-calendar-body ul li.past {
  position: relative;
}
#be-calendar .be-calendar-body ul li.past:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/images/be/common/sumi_pc.png") center center no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
#be-calendar .be-calendar-body ul li.past .notLink {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
}
#be-calendar .be-calendar-body ul li.today .onday {
  display: block;
}
#be-calendar .be-calendar-body ul li.today .notLink,
#be-calendar .be-calendar-body ul li.today .teaser {
  display: none;
}
#be-calendar .be-calendar-body ul li.future .teaser {
  display: block;
}
#be-calendar .be-calendar-body ul li.future .notLink,
#be-calendar .be-calendar-body ul li.future .onday {
  display: none;
}
#be-calendar .be-calendar-body ul li .month {
  line-height: 1;
  font-size: 28px;
}
#be-calendar .be-calendar-body ul li .date {
  font-size: 28px;
}
#be-calendar .be-calendar-body ul li .day {
  font-size: 17px;
}
#be-calendar .be-calendar-body ul li a {
  display: block;
}
#be-calendar .be-calendar-body ul li a .name {
  font-size: 16px;
  line-height: 26px;
}
