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 {
    font-size: 17px;
  }
  p.notice {
    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 {
    font-size: 17px;
  }
  p.notice {
    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 {
    font-size: 16.8px;
  }
  p.notice {
    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 {
    font-size: 15.5px;
  }
  p.notice {
    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 {
    font-size: 15px;
  }
  p.notice {
    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 {
    font-size: 14px;
  }
  p.notice {
    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: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td {
    font-size: 13.5px;
  }
  p.notice {
    font-size: 12px;
  }
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

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

h1 {
  color: #261843;
}

h2,
h3,
h4 {
  color: #3e3c44;
}

h5,
h6 {
  color: #57545f;
}

p,
td,
th,
ul,
li,
div {
  color: #5c5f54;
}

p a,
td a,
th a,
ul a,
li a,
div a {
  color: #5c5f54;
}

div.lightBox .turnOff a {
  color: #57545f;
}

a:hover {
  color: #3e3c44;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

h1,
h2 {
  text-align: center;
}

.MarginTop30 {
  margin-top: 30px;
}

@media screen and (min-width: 1201px) {
  h1 {
    margin-top: 60px;
  }
  h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    margin-top: 58.5px;
  }
  h2 {
    margin-top: 39px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    margin-top: 57px;
  }
  h2 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 56px;
  }
  h2 {
    margin-top: 37px;
  }
}

@media screen and (max-width: 585px) {
  h1 {
    margin-top: 54px;
  }
  h2 {
    margin-top: 36px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    margin-top: 53px;
  }
  h2 {
    margin-top: 35px;
  }
}

body {
  background: radial-gradient(circle at center, #fffbe6, #fff480);
}

h2 img {
  width: 34px;
}

h1#List {
  margin-top: 10px;
}

div.allContents {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
}

div.allContents ul.list {
  border: 1px dashed rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-radius: 10px;
}

div.allContents ul.list h3,
div.allContents ul.list h4 {
  width: 100%;
}

div.allContents ul.list h3 {
  text-align: center;
}

div.allContents ul.list h4.h4non1st {
  margin-top: 10px;
  border-top: 1px dashed grey;
  padding-top: 10px;
}

div.allContents ul.list li a {
  color: #3e3c44;
}

div.allContents ul.list li.Lele {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 20px;
}

div.allContents ul.list li.tr1 {
  margin: 0 auto;
  width: 95%;
}

div.allContents ul.list li.tr1 h5 {
  margin-top: 20px;
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0ecdb), to(#ffdd33));
  background: linear-gradient(#f0ecdb, #ffdd33);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

div.allContents ul.list li.tr1 h5.noMarginTop {
  margin-top: 0px;
}

div.allContents ul.list li.tr1 a {
  display: block;
  padding: 5px 20px 15px 20px;
}

p#designer {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

p#designer img {
  width: 34px;
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}

p#designer:hover {
  color: black;
}

p#designer:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
/*# sourceMappingURL=index.css.map */