@charset "UTF-8";
/* line 5, ../../tools/fire.app/lib/ruby/compass_1.0/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, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../tools/fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../tools/fire.app/lib/ruby/compass_1.0/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 14, ../sass/main.scss */
img {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 16, ../sass/main.scss */
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/main.scss */
b {
  font-weight: bold;
}

/* line 29, ../sass/main.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Arial", "微軟正黑體";
}

/* line 37, ../sass/main.scss */
.edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 479px) {
  /* line 37, ../sass/main.scss */
  .edm-wrapper {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  /* line 37, ../sass/main.scss */
  .edm-wrapper {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* line 37, ../sass/main.scss */
  .edm-wrapper {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  /* line 51, ../sass/main.scss */
  .edm-wrapper header {
    height: 0;
    padding-bottom: 35%;
    background: none;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  /* line 51, ../sass/main.scss */
  .edm-wrapper header {
    height: 0;
    padding-bottom: 35%;
    background: url(../images/edm_banner.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* line 51, ../sass/main.scss */
  .edm-wrapper header {
    height: 436px;
    background: url(../images/edm_banner.jpg) center top no-repeat;
    background-size: cover;
  }
}
/* line 70, ../sass/main.scss */
.edm-wrapper .edm-content {
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 479px) {
  /* line 70, ../sass/main.scss */
  .edm-wrapper .edm-content {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  /* line 70, ../sass/main.scss */
  .edm-wrapper .edm-content {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* line 70, ../sass/main.scss */
  .edm-wrapper .edm-content {
    width: 1100px;
  }
}
/* line 83, ../sass/main.scss */
.edm-wrapper img {
  width: 100%;
}

/* line 86, ../sass/main.scss */
.edm-wrapper-phone {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 479px) {
  /* line 86, ../sass/main.scss */
  .edm-wrapper-phone {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  /* line 86, ../sass/main.scss */
  .edm-wrapper-phone {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* line 86, ../sass/main.scss */
  .edm-wrapper-phone {
    display: none;
  }
}
/* line 100, ../sass/main.scss */
.edm-wrapper-phone img {
  width: 100%;
}
