@charset "UTF-8";

.font-bold {
  font-weight:bold;
}
.text-center {
  text-align:center;
}
.text-right {
  text-align:right;
}

.hbb-list {
  list-style-type:none;
  display:grid;
  gap:20px 10px;
  grid-template-columns: repeat(auto-fill, 350px);
  align-items: center;
  margin-bottom:50px;
}
.hbb-list li {

}
@media screen and (max-width: 479px) {
.hbb-list li {
  width:100%;
  min-height:auto;
  display:block;
}
}

.hbb-schedule dt {
  padding:10px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color:#8dc21f;
}
.hbb-schedule dd,
.hbb-schedule ul,
.hbb-schedule ul li {
  margin:0;
}
.hbb-schedule ul,
.hbb-schedule ul li {
  list-style-type:none;
}
.hbb-schedule ul li {
  padding:10px;
  background-color:#eff7df;
}
.hbb-schedule ul li:nth-child(2n) {
  background-color:#fff;
}
.live-announcement {
  padding:10px;
  border:1px #EA0000 solid;
  color:#EA0000;
  font-weight:bold;
}


