@charset "UTF-8";
.ball {
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 1px;
  line-height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  .ball {
    font-size: 20px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    width: 48px;
  }
}
.color-super {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.color-super.ball {
  position: relative;
}
.color-super.ball.secondary-area,
.color-super.ball.special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area,
  .color-super.ball.special-number {
    margin-top: 34px;
  }
}
.color-super.ball.secondary-area:before {
  content: "第二區";
}
.color-super.ball.special-number:before {
  content: "特別號";
}
.color-super.ball.secondary-area:before,
.color-super.ball.special-number:before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area:before,
  .color-super.ball.special-number:before {
    font-size: 16px;
    line-height: 1.4;
  }
}
.color-bigSmall {
  background: 50% / cover no-repeat url(../images/bg/ball_big_small.svg);
}
.color-singleDouble {
  background: 50% / cover no-repeat url(../images/bg/ball_single_double.svg);
  color: #fff;
}
.custom-container {
  margin-inline: auto !important;
  width: calc(100vw - 32px) !important;
}
@media (min-width: 768px) {
  .custom-container {
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px !important;
    width: 75vw !important;
  }
}
main img {
  margin: 0 auto;
}
table {
  border: 3px solid #efdd00;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
}
@media (min-width: 640px) {
  table {
    border: 4px solid #efdd00;
  }
}
table,
th {
  width: 100%;
}
td {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
td:first-child {
  border-bottom: none;
  border-left: none;
}
@media (min-width: 768px) {
  td:first-child {
    border-bottom: 1px solid #dadada;
  }
}
td:last-child {
  border-left: none;
}
tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}
tr:last-child td {
  border-bottom: none;
}
tr:last-child td:last-child,
tr:last-child td:nth-last-child(2) {
  border-radius: 0 0 6px;
}
thead th {
  background: linear-gradient(180deg, #fff59b, #efdd00 76.79%);
  border-left: 1px solid #dadada;
  padding: 16px 0;
}
thead th:first-child {
  border: none;
  border-radius: 6px 0 0;
}
thead th:last-child {
  border-radius: 0 6px 0 0;
}
