<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
min-width: 1200px !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

.freespace {
 text-align: center;
}

.h2A--bg {
 background-size: 100% !important;
}

.gNav .downMenu ul a {
 padding-right: 25px !important;
}

.historySec .fav-item {
  bottom: 45px;
}

.spOnly{
display:none !important;
}

.itemName img {
  display: none!important;
}
.des_label {
  margin: 5px 0;
  display: flex;
}
.des_label li {
  list-style: none;
  display: inline-flex;
  padding: 0 10px;
  font-size: 11px;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.des_label li.-new {
  background: #00B0F0;
}
.des_label li.-re {
  background: #002060;
}
.des_label li.-limited {
  background: #EEC100;
}
.des_label li.-souryou {
  background: #ED7D31;
}
.des_label li.-no1 {
  background: #FF11B5;
}
.des_label li.-no2 {
  background: #3C87CC;
}
.des_label li.-no3 {
  background: #F29E6A;
}
.des_label li.-season {
  background: #70AD47;
}
.des_label li.-p5 {
  background: #002060;
}
.des_label li.-p10 {
  background: #F00;
}
</pre></body></html>