/* line 5, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/_common.scss */
footer {
  text-align: center;
  height: 60px;
  background-color: #f29995;
}
/* line 13, ../sass/_common.scss */
footer a, footer p {
  display: inline-block;
  line-height: 60px;
  color: #fff;
  margin-right: 3px;
  font-size: 12px;
}
/* line 19, ../sass/_common.scss */
footer a img, footer p img {
  width: 36px;
  vertical-align: middle;
}

/* line 26, ../sass/_common.scss */
.socialshares {
  position: fixed;
  z-index: 6;
  top: 3px;
  right: 3px;
}
@media only screen and (min-width: 1024px) {
  /* line 26, ../sass/_common.scss */
  .socialshares {
    right: calc(50% - 510px);
  }
}

/* line 35, ../sass/_common.scss */
.nav_close {
  display: none;
}

/* line 38, ../sass/_common.scss */
.menu_show {
  display: block;
  position: fixed;
  z-index: 10;
  background-color: #efcccc;
  left: calc(50vw - 150px);
  width: 300px;
  text-align: center;
  border-radius: 6px;
}
/* line 47, ../sass/_common.scss */
.menu_show .nav_item {
  line-height: 36px;
  border: 1px solid #333;
}
/* line 50, ../sass/_common.scss */
.menu_show .nav_item > a {
  text-decoration: none;
  font-size: 18px;
  color: #db1923;
}
/* line 56, ../sass/_common.scss */
.menu_show .nav_close {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #ccc;
  font-size: 22px;
  border-radius: 18px;
  line-height: 28px;
  float: right;
  margin: -10px -10px 0;
}
/* line 68, ../sass/_common.scss */
.menu_show .nav_close a i {
  margin: 4px 8px;
}

/* line 74, ../sass/_common.scss */
.menu_hide {
  display: none;
}

/* line 77, ../sass/_common.scss */
.cover_show {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #333;
  opacity: .6;
  transform: translateY(0px);
  transition: transform .3s;
}

/* line 88, ../sass/_common.scss */
.cover_hide {
  transform: translateY(-100vh);
  transition: transform .3s;
}

/* line 4, ../sass/index.scss */
body {
  font-family: Microsoft JhengHei;
}
/* line 6, ../sass/index.scss */
body a {
  text-decoration: none;
}
/* line 12, ../sass/index.scss */
body header div.topbanner_block img {
  width: 100%;
}
/* line 18, ../sass/index.scss */
body section {
  padding-top: 30px;
}
/* line 21, ../sass/index.scss */
body section div.box {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
/* line 26, ../sass/index.scss */
body section div.box a {
  font-size: 22px;
  color: #4d4d4d;
  text-decoration: none;
}
/* line 30, ../sass/index.scss */
body section div.box a img {
  height: 170px;
}
/* line 33, ../sass/index.scss */
body section div.box a span {
  display: block;
  max-width: 360px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  /* line 44, ../sass/index.scss */
  body {
    font-size: 0;
    background-color: #f6f1ee;
  }
  /* line 47, ../sass/index.scss */
  body a {
    font-size: 18px;
    text-decoration: none;
  }
  /* line 51, ../sass/index.scss */
  body > header, body section, body footer {
    max-width: 1020px;
    margin: 0 auto;
  }
  /* line 54, ../sass/index.scss */
  body > header:not(footer), body section:not(footer), body footer:not(footer) {
    background-color: #fff;
  }
  /* line 59, ../sass/index.scss */
  body header .topbanner_block a img {
    width: 100%;
  }
  /* line 67, ../sass/index.scss */
  body section div.box {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    text-align: center;
    margin: 0 0 30px 0;
  }
  /* line 73, ../sass/index.scss */
  body section div.box a {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 30px;
  }
  /* line 77, ../sass/index.scss */
  body section div.box a:hover {
    color: #f7b7b4;
  }
  /* line 80, ../sass/index.scss */
  body section div.box a img {
    width: 96%;
  }
}
