.auto-style1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.25rem; /* large ≈ 20px */
}

td.la {
  text-align: left !important;
}

.auto-style2 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1rem;    /* medium ≈ 16px */
  font-weight: bold;
}

.auto-style3 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}

.viastar table,
.viastarYO table {
  border-collapse: collapse;
  width: 100%;
}

.viastar th,
.viastar td,
.viastarYO th,
.viastarYO td {
  text-align: right;
  padding: 0.16rem;  /* px */
  word-break: break-word;
}

.viastar tr:nth-child(even),
.viastarYO tr:nth-child(even) {
  background-color: #f2f2f2;
}

.viastar th {
  background-color: #FF6633;
  font-size: 0.875rem;   /* 14px */
  font-weight: bold;
  color: #fff;
}

.viastarYO th {
  background-color: #484848;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
}

.viastar2 {
  font-size: 1.125rem;  /* 18px */
  font-weight: bold;
  font-style: italic;
  color: #7733ff;
  text-align: center;
}

body {
  color: #000080;
  max-width: 67.5rem;     /* 1080px */
  margin: auto;
  padding: 0.25rem;      /* 4px */
  line-height: 1.6;
  font-size: 1rem;
  background: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;  /* 8px */
  display: block;
  margin: 0 auto 1rem auto;
}

@media (max-width: 43.75rem) {
  body {
    max-width: 100%;
    padding: 0.375rem;
  }
  .viastar table,
  .viastarYO table {
    font-size: 0.875rem;
    width: 100%;
  }
  .auto-style1,
  .auto-style3 {
    font-size: 1.05rem;
  }
}