.commonPageHanabi {
  background: #221b0b url("/files/cont/hanabi/2023/main_bg.jpg") no-repeat center top;
}
.commonPageHanabi .area-nav li {
  background-color: #940edf;
}
.commonPageHanabi .area-nav li a.is_current,
.commonPageHanabi .area-nav li a:hover {
  background-color: #6802a2;
  text-decoration: none;
}
.hanabi-details,
.hanabi-details-inner {
  font-size: initial;
}
.hanabi-details-inner h3 span {
  background-color: #6802a2;
}
.hanabi-details-inner dt {
  background-color: #dfcdf5;
}
.hanabi-notes {
  border: 1px solid #fff;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.8);
}
.hanabi-notes-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.hanabi-notes > ul > li {
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 14px;
  line-height: 1.2;
}
.hanabi-notes > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.areas > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.areas > ul > li {
  width: calc(100% / 2 - 1em / 2);
  display: flex;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 1em;
}
.areas > ul > li:hover {
  background-color: #dfcdf5;
}
.areas > ul > li:hover .more {
  background-color: #fff;
}
.area-header,
.area-body,
.area-bottom {
  padding-right: 10px;
  padding-left: 10px;
}
.area-header {
  background-color: #6802a2;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.area-body > h3 {
  font-size: 17px;
  font-weight: bold !important;
  line-height: 1.2;
  border-bottom: dashed 1px #ccc;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.area-body > table > tbody > tr > th {
  white-space: nowrap;
  vertical-align: top;
  width: 5em;
  text-align: left;
}
.area-bottom {
  margin-top: auto;
  margin-bottom: 1em;
}
.area-bottom .more {
  display: block;
  background-color: #dfcdf5;
  padding: 2px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.area-bottom .end {
  display: block;
  background-color: #fff;
  padding: 2px 0;
  text-align: center;
  font-size: 15px;
  border: solid 1px #f00;
  color: #f00;
  box-sizing: border-box;
}
.un_linkBtn {
  display: inline-block;
  padding: 0.2em 0.8em 0.3em;
  font-weight: bold;
  color: #fff;
  background-color: #6802a2;
  border-radius: 6px;
}
.un_linkBtn:hover {
  color: #fff;
  background-color: #7e02c4;
}
