<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* common custom  */
a.balTab__link {
  font-size: 12px;
  line-height: 1.3;
}

.balTable__result{
  text-align: left;

}


/* add style */
.wrap__ColorCoded1 {
  overflow: hidden;
  margin: 20px auto 30px;
  width: 98%;
}

.list__ColorCoded1 {
  margin: 0 auto;
  width: 48%;
  overflow: hidden;
  margin-right: 2%;
}
.list__ColorCoded1:nth-child(2n){
  margin-right: 0;
}

.list__ColorCoded1 li {
  width: 100%;
  display: table;
}
.list__ColorCoded1Txt1 {
  display: table-cell;
  vertical-align: top;
  width: 88px;
}
.list__ColorCoded1Img1{
  width: 40px !important;
  height: auto;
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}

.list__Omr1 {
  margin-left: 28px;
  counter-reset: li;
}

.list__Omr1 li {
  position: relative;
  list-style-position: outside;
  margin-bottom: 10px;
}

.list__Omr1 li:before {
  content: counter(li);
  counter-increment: li;
  background: #003f97;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -24px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 22px;
}

.list__ticketType1{
  display: table;
  border-bottom: 1px solid #003F97;
}
.list__ticketType1.is-noBorderB{
  border-bottom: none;
}
.list__ticketType1 dt{
  display: table-cell;
  font-weight: 700;
  font-size: 13px;
  width: 85px;
  vertical-align: middle;
  margin-right: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list__ticketType1 dd{
  display: table-cell;
  width: 190px;
  vertical-align: middle;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.icon__groups1{
  display: block;
  margin-bottom: 5px;
}
.icon__groups1:last-child{
  margin-bottom: 0;
}


.is-ico {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 1px solid #999;
  padding: 7px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 17px;
}

.is-icoBlue1 {
  background: #003f97;
}

.is-icoRed1 {
  background: #c00;
}

.is-icoWhite1 {
  background: #fff;
  color: #666;
}
</pre></body></html>