body {
  background-color: #000;
}

#container {
  color: rgba(255, 255, 255, 0.65);
}

#container a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

#container a:visited {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

#container a:hover {
  color: #fff;
  text-decoration: none;
}

#container a:active {
  color: #fff;
  text-decoration: none;
}

#container h1 {
  margin: 13px 0 7px 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#container h2 {
  margin: 15px 0 16px 0;
  font-size: 14px;
  color: #008AE5;
}

#container sup {
  color: #ED432D !important;
}

#container span.caution {
  color: #ED432D !important;
}

.gotop a {
  color: rgba(255, 255, 255, 0.8) !important;
}

#tokushoho-table {
  font-size: 12px;
}

#tokushoho-table th {
  color: rgba(255, 255, 255, 0.9);
}

#tokushoho-table td {
  color: rgba(255, 255, 255, 0.65);
}

#tokushoho-table a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}

#tokushoho-table span[style] {
  color: #ED432D !important;
}

table.service {
  color: rgba(255, 255, 255, 0.65);
}

table.service th,
table.service td {
  border-color: #454545 !important;
}