@charset "UTF-8";

header {
  color: #266693;
  background-color: white;
  margin: 0 15px;
}

header h1 {
  font-size: 10pt;
}

main {
  background-color: #eeeeee;
  margin: 0;
  padding: 5px 15px;
}

main h2 {
  font-size: 24px;
  color:#266693;
  padding-left: 5px;
  border-left: 5px solid #266693;
}

main h3 {
  font-size: 18px;
  border-left: 10px solid #266693;
  padding-left: 5px;
}

main h4 {
  font-size: 14px;
  border-left: 5px solid #266693;
  padding-left: 5px;
}

dl {
  font-size: 14px;
}

dt {
  font-weight: bold;
}

.red-font {
  color: red;
}

.table-container {
  max-width: 850px;
  max-height: 300px;
  overflow-y: auto;
}

table {
  font-size: 13px;
  border: 1px #c0c0c0 solid;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  padding: 6px 8px;
  border: 1px #c0c0c0 solid;
  background-color: #FFF8DC;
}

/* --- 見出しセル --- */
table thead th {
  background-color: #FFD700;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 2;
}

table .right {
  text-align: right;
}

.table_note {
  font-size: 12px;
}

footer {
  color: #266693;
  background-color: white;
  font-size: 10pt;
  text-align: center;
  border-top: 1px solid #266693;
  border-bottom: 1px solid #266693;
}