@charset "UTF-8";

/*チケット発売情報 見出し*/
section.l-ticket .c-calendar__table .c-calendar__dls .c-calendar__dt dl:last-child {
  display: block !important;
}

section.l-ticket .c-calendar__table .c-calendar__dls .c-calendar__dt dl:last-child dt { 
  font-weight: bold;}

/*過去のカレンダー　off*/
.calendar__past .p-year-month-off span  {
  display: inline-block;
  max-width: 100%;
  padding: 8px 19px;
  font-weight: 700;
  color: #999;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}