<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#border {
  text-align: center;
  width: 850px;
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 14px;
}
#border p {
  text-align: left;
  line-height: 1.5;
  text-indent: 1em;
  margin: 0;
  padding: 5px;
  letter-spacing: 1px;
}
#border h2 {
  color: #0787AC;
  font-size: 32px;
  text-align: center;
  font-family: serif;
  line-height: 1.3em;
  font-style: italic;
}
#border h3 {
  color: #005aa0;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
#border img.title-main {
  margin: 0px 30px 30px 0px;
}
#border img.right {
  float: right;
  margin: 8px 0 10px 15px;
}
#border #under50 {
  margin: 20px auto;
  padding: 0;
  display: inline-block;
}
#border #under50 p {
  text-align: right;
  padding: 0;
}
#border #under50 table {
  border: 1px solid #000;
  border-collapse: collapse;
}
#border #under50 table caption {
  font-weight: bold;
  color: #014099;
  text-align: center;
}
#border #under50 table th {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #DCDDDD;
  text-align: center;
}
#border #under50 table td,
#border #under50 table th {
  padding: 5px 5px;
}
#border #under50 table td {
  border-bottom: 1px dashed #000;
  border-left: 1px solid #000;
}
#border #under50 table td.name {
  font-weight: bold;
  padding: 0 0.8em;
}
.midashi {
  width: 850px;
  margin: 10px auto;
}
#midashi {
  width: 100%;
}
</pre></body></html>