#calendar {
  border-top: solid 5px #e4007f;
  border-left: solid 5px #e4007f;
  border-right: solid 5px #e4007f;
  background: #fff url("/images/be/be25hr/netevent_lineup_ttl_pc.gif") center top no-repeat;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, 1fr);
  padding: 153px 15px 0;
  position: relative;
  clear: both;
}
#calendar > div {
  background: #fee4ec;
  min-height: 55px;
  padding: 3px 3px 5px 5px;
}
#calendar > div:first-of-type {
  grid-column-start: 5;
}
#calendar > div.notEvent {
  background: #ddd;
}
#calendar > div > a {
  display: block;
  text-decoration: none;
}
#calendar > div .name {
  text-decoration: underline;
}
#calendar > div .day {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
}
#calendar > div .date {
  font-size: 20px;
  font-weight: bold;
}
#calendar > div .dow {
  font-size: 12px;
  font-weight: bold;
}
#calendar > div .name {
  font-size: 12px;
}
#calendar > div:not(.notEvent) .teaser {
  display: block;
}
#calendar > div:not(.notEvent) .webIdList,
#calendar > div:not(.notEvent) .notLink {
  display: none;
}
#calendar > div:not(.notEvent):not(.past).thisWeek .webIdList {
  display: block;
}
#calendar > div:not(.notEvent):not(.past).thisWeek .teaser {
  display: none;
}
#calendar > div.past {
  position: relative;
}
#calendar > div.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;
}
#calendar > div.past .name {
  text-decoration: none;
}
#calendar > div .teaser {
  display: none;
}
#calendar > div .notLink {
  display: block;
  position: relative;
  height: 100%;
}
#calendar > div.today .webIdList {
  display: block;
}
#calendar > div.today .teaser {
  display: none;
}
.calendar-banner {
  border-left: solid 5px #e4007f;
  border-right: solid 5px #e4007f;
  border-bottom: solid 5px #e4007f;
  margin-bottom: 40px;
}
.calendar-banner img {
  display: block;
}
