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 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice, i {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice, i {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 16.8px;
  }
  p.notice, i {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15.5px;
  }
  p.notice, i {
    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 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15px;
  }
  p.notice, i {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice, i {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice, i {
    font-size: 12.5px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

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

h1 {
  color: #090a0b;
}

h2 {
  color: #25282d;
}

h3 {
  color: #32373e;
}

h4 {
  color: #40464f;
}

h5 {
  color: #4e555f;
}

h6 {
  color: #4e555f;
}

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

a,
span {
  color: #4e555f;
}

a:hover {
  color: #32373e;
}

.DateLocation {
  margin: 10px auto;
  width: 80%;
  max-width: 500px;
  background-color: #e2e5e9;
  padding: 10px;
  border-radius: 4px;
}
.DateLocation h3 {
  margin-top: 0px;
  line-height: 1.3;
}
.DateLocation p {
  line-height: 1.5;
}

.theContents {
  margin: 0px auto 40px auto;
  width: 96%;
  max-width: 1000px;
}
.theContents p {
  margin: 0px 0px 20px 3rem;
  line-height: 1.4;
  text-indent: -3rem;
}
.theContents p span {
  color: #25282d;
  font-weight: 700;
  background-color: #ffff33;
}
.theContents p span.small {
  color: #4e555f;
  background-color: white;
  font-weight: normal;
  font-size: 12px;
}
.theContents p.action {
  text-indent: 0rem;
  font-family: DFKai-sb;
}
.theContents a {
  display: block;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f0f2f4;
  padding: 10px 20px;
  border-radius: 20px;
}
.theContents a img {
  width: 14px;
  filter: grayscale(100%);
}
.theContents a:hover {
  background-color: #bed4f4;
  color: blue;
}
.theContents a:hover img {
  filter: grayscale(0%);
}
.theContents div.notion {
  background-color: hsl(215, 15%, 85%);
  padding: 4px 10px;
  border-radius: 4px;
}
.theContents div.notion p {
  margin-left: 2rem;
  text-indent: -2rem;
  font-weight: 600;
  color: #32373e;
}
.theContents div.notion p.keyPoint {
  color: hsl(255, 90%, 25%);
}

footer {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
footer button {
  padding: 10px 4px;
  border-radius: 10px;
}
footer button#hideTime {
  display: none;
  padding: 10px 6px;
}

i {
  display: none;
  background-color: hsl(215, 6%, 90%);
  padding-right: 4px;
  font-style: italic;
  color: hsl(5, 100%, 30%);
}

i.Show {
  display: inline;
}

audio {
  width: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 4px;
  text-align: center;
}

header#fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: hsl(215, 70%, 25%);
  text-align: center;
}
header#fixedHeader a {
  display: inline-block;
  margin: 10px 16px;
  color: #c9cbcf;
}
header#fixedHeader a.focus {
  color: yellow;
  font-weight: 500;
}

h2 {
  text-align: center;
}

table {
  margin: 0 auto;
  width: 98%;
  max-width: 1000px;
  border: 1px solid #0d0d0d;
  box-sizing: border-box;
}
table tr {
  border-bottom: 1px solid #b3b3b3;
}
table tr th, table tr td {
  border-right: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  line-height: 1.35;
}
table tr th:last-child, table tr td:last-child {
  border-right: none;
}
table tr th {
  padding: 4px 10px;
}
table tr td {
  padding: 5px 10px;
}
table tr td img {
  margin: 4px 0px 0px 4px;
  width: 14px;
}
table tr td:nth-child(3) {
  text-align: left;
}
table tr td:last-child span {
  color: #b6bcc3;
  text-decoration-line: line-through;
}
table tr td:last-child span img {
  opacity: 0.3;
}
table tr td:last-child a {
  display: inline-block;
  color: blue;
  font-weight: 600;
  text-decoration-line: none;
}
table tr td:last-child a img {
  opacity: 1;
}
table tr:last-child {
  border-bottom: 1px solid #0d0d0d;
}

@media screen and (max-width: 480px) {
  table td:nth-child(3) {
    width: 35%;
  }
  table td:nth-child(4) {
    width: 15%;
  }
}/*# sourceMappingURL=styles.css.map */