@charset "UTF-8";
/* line 5, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.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, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.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, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.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, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.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 13, ../../../sass/controller/frontend/global.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, ../../../sass/controller/frontend/global.scss */
html, body {
  height: 100%;
}

/* line 22, ../../../sass/controller/frontend/global.scss */
body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #FFFFFF;
}

/* line 31, ../../../sass/controller/frontend/global.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 37, ../../../sass/controller/frontend/global.scss */
.footer01 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-image: url("../../../../../images/DWA-BG1.jpg");
}
@media (min-width: 0px) {
  /* line 41, ../../../sass/controller/frontend/global.scss */
  .footer01 .organizer {
    display: block;
    width: 96%;
    height: 81px;
    margin: 10px auto 10px auto;
    background: url("../../../../../images/organizer.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 480px) {
  /* line 41, ../../../sass/controller/frontend/global.scss */
  .footer01 .organizer {
    width: 60%;
    height: 130px;
    max-width: 594px;
  }
}
@media (min-width: 1100px) {
  /* line 41, ../../../sass/controller/frontend/global.scss */
  .footer01 .organizer {
    width: 594px;
    height: 134px;
    margin: 20px auto 20px auto;
  }
}

/* line 67, ../../../sass/controller/frontend/global.scss */
.footer02 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #2f2f2f;
  text-align: center;
  font: 300 13px Arial, Helvetica, "Microsoft Jhenghei", "微軟正黑體", sans-serif;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
}
