/*RN2023 CSS styles*/

/*RESET*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-shadow: none;
}

body {
  line-height: 1;
}

body {
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.746);
  line-height: 1.5;
  font-size: 110%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #1e1e1e;
    color: #f5f5f5;
  }
}

article {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  padding: env(safe-area-inset-right) env(safe-area-inset-left)
    env(safe-area-inset-bottom);
}

h1 {
  margin: 50px 0 0;
  max-width: 650px;
  width: 100%;
  font-size: 180%;
}

h2 {
  margin: 0px 0 40px;
  max-width: 650px;
  width: 100%;
  font-size: 120%;
}

h3 {
  margin: 80px 0 10px;
  max-width: 650px;
  width: 100%;
  font-size: 110%;
  text-align: center;
}

h4 {
  margin: 20px 0 0;
  max-width: 650px;
  width: 100%;
  font-size: 105%;
}

h5 {
  margin: 20px 0 0;
  max-width: 650px;
  width: 100%;
}

a {
  color: #2c5c86;
  font-weight: 600;
}

@media (prefers-color-scheme: dark) {
  a {
    color: #467baa;
  }
}

p {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 30px;
}

ul {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 15px;
  padding-left: 20px;
  list-style-position: outside;
}

li {
  list-style: disc;
  padding: 0 0 10px 0; 
}

img {
  width: 100%;
  margin: 20px 0;
}

.headerGraphic {
  display: block;
  width: 90%;
  max-width: 200px;
  margin: 100px auto -70px;
}

.subNav {
        text-align: center;
	margin-bottom: 50px;
}

.subNav a {
        
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid #000;
}

tr td {
  padding: 10px 0;
}

tr td:nth-child(1) {
  width: 30%;
}

tr td:nth-child(2) {
  width: 70%;
}

.notice {
  display: block;
  border: 3px solid #2c5c86;
  border-radius: 3px;
  margin: 50px 0;
  padding: 20px;
}

.notice h1:first-child,
.notice h2:first-child,
.notice h3:first-child,
.notice h4:first-child,
.notice h5:first-child {
  margin-top: 0;
}

.notice p:last-child {
  margin-bottom: 0;
}

@media (prefers-color-scheme: dark) {
  .headerGraphic {
    display: block;
    width: 90%;
    max-width: 130px;
    margin: 70px auto -70px;
  }
}
