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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4, span.H4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice,
  .smallWord {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4, span.H4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice,
  .smallWord {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4, span.H4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 16.8px;
  }
  p.notice,
  .smallWord {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4, span.H4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15.5px;
  }
  p.notice,
  .smallWord {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 28.8px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4, span.H4 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15px;
  }
  p.notice,
  .smallWord {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4, span.H4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice,
  .smallWord {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4, span.H4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 13.5px;
  }
  p.notice,
  .smallWord {
    font-size: 12px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  color: #11100e;
}
h1 span {
  color: hsl(0, 100%, 30%);
}

h2 {
  color: #302d27;
}

h3 {
  color: #4c483e;
}

h4 {
  color: #5a5549;
}

h5 {
  color: #686255;
}

h6 {
  color: #686255;
}

p,
td,
th,
ul,
li {
  color: #686255;
}
p a,
td a,
th a,
ul a,
li a {
  color: #686255;
}

a,
span {
  color: #686255;
}

a:hover {
  color: #4c483e;
}

p.alignRight {
  text-align: right;
}

img.smallIcons {
  width: 24px;
}

div.theBoard {
  margin: 10px auto 0px auto;
  width: 98%;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  background-color: rgb(240, 240, 240);
}
div.theBoard h1, div.theBoard h3 {
  text-align: center;
}
div.theBoard h3 {
  margin-top: 10px;
  color: hsl(0, 100%, 30%);
}
div.theBoard a {
  color: #0b405b;
  font-weight: 600;
}
div.theBoard a:hover {
  color: #1581b7;
}
div.theBoard a:hover img {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
div.theBoard ul {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
div.theBoard ul li {
  width: -moz-fit-content;
  width: fit-content;
}

div.theBoard table {
  margin-bottom: 10px;
  width: 100%;
}
div.theBoard table tr {
  border-bottom: 1px solid rgb(200, 200, 200);
}
div.theBoard table tr td {
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4;
}
div.theBoard table tr td:first-child {
  width: 12%;
  max-width: 100px;
  box-sizing: border-box;
  padding-right: 16px;
}
div.theBoard table tr td:first-child img {
  display: block;
  margin: 0px auto;
  width: 40px;
}
div.theBoard table tr td:first-child p {
  text-align: center;
}
div.theBoard table tr td:last-child h4 {
  display: inline-block;
}
div.theBoard table tr td:last-child div {
  line-height: 0.9;
  text-align: right;
}
div.theBoard table tr td:last-child div a {
  font-weight: normal;
}
div.theBoard table tr td:last-child img {
  width: 24px;
}
div.theBoard table tr td:last-child a img {
  filter: grayscale(100%);
}
div.theBoard table tr td:last-child a:hover img {
  filter: grayscale(0%);
}
div.theBoard table tr td:last-child p:last-child {
  color: rgb(165, 165, 165);
  text-align: right;
}/*# sourceMappingURL=board.css.map */