/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  color: #4e4d4d;
  overflow-x: hidden;
  background-image: -moz-linear-gradient(top, #ffcc6d 0%, #f9c19c 80%, #fcddbe 100%);
  background-image: -webkit-linear-gradient(top, #ffcc6d 0%, #f9c19c 80%, #fcddbe 100%);
  background-image: linear-gradient(to bottom, #ffcc6d 0%, #f9c19c 80%, #fcddbe 100%);
}

header picture {
  line-height: 0;
  display: block;
}
header img {
  max-width: 100%;
}

.timelinearea iframe {
  width: 100%;
  height: 1080px;
}

@media only screen and (max-width: 720px) {
  .timelinearea iframe {
    width: 100%;
    height: 635px;
  }
}
.container {
  width: 98%;
  max-width: 1170px;
  margin: 0 auto;
}

.date {
  zoom: 1;
  position: relative;
  margin: 0 2em 0 0;
  width: 290px;
  float: left;
  line-height: 15px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.date:before {
  content: "";
  display: table;
}
.date:after {
  content: "";
  display: table;
  clear: both;
}
.date span {
  display: inline-block;
}
.date .year {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  color: #deba69;
  position: relative;
  left: 0;
  top: 10px;
  font-size: 1.8em;
}
.date .month {
  font-size: 3em;
  color: #6a3906;
}
.date .month em {
  font-size: 2em;
  font-style: normal;
}
.date .en {
  position: absolute;
  top: 0;
  left: 195px;
  line-height: 100%;
  font-size: 1.3em;
  color: white;
}

.css-table {
  width: 99.9%;
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 20px;
  display: table;
  text-align: center;
}
.css-table .thead {
  display: table-header-group;
}
.css-table .tbody {
  display: table-row-group;
}
.css-table .tr {
  display: table-row;
}
.css-table .td, .css-table .th {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
}
.css-table .td {
  color: #666666;
  border: #dddddd 1px solid;
}
.css-table .th {
  background-color: #deba69;
  color: white;
  border: white 1px solid;
}

@media only screen and (max-width: 960px) {
  .css-table {
    background-color: transparent;
    text-align: left;
  }
  .css-table .tbody {
    zoom: 1;
  }
  .css-table .tbody:before {
    content: "";
    display: table;
  }
  .css-table .tbody:after {
    content: "";
    display: table;
    clear: both;
  }
  .css-table .thead {
    display: none;
  }
  .css-table .tr {
    display: block;
    border: white 1px solid;
    margin-bottom: 5px;
    background: white;
    width: 48%;
    margin-left: 1%;
    float: left;
    height: 230px;
  }
  .css-table .th, .css-table .td {
    display: block;
    width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 720px) {
  .css-table .tr {
    float: none;
    width: 98%;
    height: auto;
  }
  .css-table .th, .css-table .td {
    width: 95%;
  }
}
.invite {
  background-image: url(../images/bg_top.png), -moz-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
  background-image: url(../images/bg_top.png), -webkit-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
  background-image: url(../images/bg_top.png), linear-gradient(to bottom, #fff9e0 0%, #ffe9be 60%);
  background-repeat: no-repeat;
  min-height: 1080px;
  background-size: contain;
  padding-top: 350px;
  zoom: 1;
}
.invite:before {
  content: "";
  display: table;
}
.invite:after {
  content: "";
  display: table;
  clear: both;
}
.invite article {
  width: 90%;
  margin: 0 auto;
  color: black;
}
.invite article p {
  float: left;
  width: 50%;
  font-size: 1.1em;
}
.invite article p img {
  float: right;
  width: 100%;
}
.invite article aside {
  float: left;
  width: 48%;
  margin-left: 1%;
}

@media only screen and (max-width: 1024px) {
  .invite {
    padding-top: 160px;
  }
  .invite article p {
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 768px) {
  .invite {
    background-image: url(../images/bg_top700.png), -moz-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top700.png), -webkit-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top700.png), linear-gradient(to bottom, #fff9e0 0%, #ffe9be 60%);
    padding-top: 190px;
  }
  .invite article p {
    width: 100%;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 480px) {
  .invite {
    padding-top: 90px;
    background-image: url(../images/bg_top480.png), -moz-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top480.png), -webkit-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top480.png), linear-gradient(to bottom, #fff9e0 0%, #ffe9be 60%);
  }
}
.invite {
  background-image: url(../images/bg_top.png), -moz-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
  background-image: url(../images/bg_top.png), -webkit-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
  background-image: url(../images/bg_top.png), linear-gradient(to bottom, #fff9e0 0%, #ffe9be 60%);
  background-repeat: no-repeat;
  min-height: 1080px;
  background-size: contain;
  padding-top: 350px;
  zoom: 1;
}
.invite:before {
  content: "";
  display: table;
}
.invite:after {
  content: "";
  display: table;
  clear: both;
}
.invite article {
  width: 90%;
  margin: 0 auto;
  color: black;
}
.invite article p {
  float: left;
  width: 50%;
  font-size: 1.1em;
}
.invite article p .inviteimg {
  background: url(../images/invite.png) no-repeat;
  background-position: center right;
  height: 50px;
  max-width: 1170px;
  width: 98%;
  background-size: contain;
  display: block;
}
.invite article aside {
  float: left;
  width: 48%;
  margin-left: 2%;
}
.invite article aside h3, .invite article aside h4 {
  color: #a36531;
  font-size: 1.5em;
  margin: 1%;
  text-align: center;
}
.invite article aside .css-table {
  background: none;
}
.invite article aside .topictime {
  font-size: 0.95em;
  width: 100%;
}
.invite article aside .topictime .th {
  text-align: center;
}
.invite article aside .topictime .tbody .tr .td:first-child {
  width: 70px;
}
.invite article aside .topictime .tbody .tr .td:nth-child(3) {
  text-align: left;
}
.invite article aside .topictime .tbody .tr .td {
  border: none;
  border-bottom: #ebb98f 1px dashed;
}
.invite article aside .topictime .tbody .tr .last {
  border-bottom: 1px solid #ee9144;
}
.invite article aside .timecolor {
  background: #a36531;
}
.invite article aside p {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .invite {
    padding-top: 170px;
  }
  .invite article p {
    width: 100%;
  }
  .invite article aside {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .invite {
    background-image: url(../images/bg_top700.png), -moz-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top700.png), -webkit-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top700.png), linear-gradient(to bottom, #fff9e0 0%, #ffe9be 60%);
    padding-top: 190px;
  }
  .invite article p {
    width: 100%;
    font-size: 1.1em;
  }
  .invite article aside {
    width: 100%;
  }
  .invite article aside h4 {
    font-size: 1.1em;
  }
  .invite article aside .topictime .tbody .tr .last {
    border-bottom: #ebb98f 1px dashed;
  }
  .invite article aside .topictime .tbody .tr .td:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  .invite {
    padding-top: 90px;
    background-image: url(../images/bg_top480.png), -moz-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top480.png), -webkit-linear-gradient(top, #fff9e0 0%, #ffe9be 60%);
    background-image: url(../images/bg_top480.png), linear-gradient(to bottom, #fff9e0 0%, #ffe9be 60%);
  }
  .invite article p .inviteimg {
    background: url(../images/invite480.png) no-repeat;
    height: 165px;
    width: 330px;
  }
  .invite article aside span {
    display: block;
  }
}
