@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/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, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/local/share/ruby/gems/2.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 38, ../sass/screen.scss */
body {
  color: #fff;
  font-family: Microsoft JhengHei, 微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Helvetica","Arial","Verdana","sans-serif";
  font-size: 18px;
  background-color: #1695A3;
  line-height: 26px;
  width: 1000px;
  -webkit-text-size-adjust: none;
}

/* line 49, ../sass/screen.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 55, ../sass/screen.scss */
b {
  font-weight: 700;
}

/* line 60, ../sass/screen.scss */
.block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 67, ../sass/screen.scss */
.top_bar {
  background-color: #000;
  height: 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}

/* line 76, ../sass/screen.scss */
.top_bar_nav {
  color: #bbb;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
}

/* line 84, ../sass/screen.scss */
.top_bar_nav a:hover {
  color: #FF0066;
}

/* line 89, ../sass/screen.scss */
.top_bar_nav li {
  display: inline;
  margin-left: 16px;
}

/* line 95, ../sass/screen.scss */
.fixed_bg_top_bar {
  background-color: #000;
  height: 30px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

/* line 106, ../sass/screen.scss */
.logo_bar {
  background-color: #ACF0F2;
  position: relative;
  height: 166px;
  width: 100%;
  z-index: 2;
}

/* line 115, ../sass/screen.scss */
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  width: 490px;
}

/* line 124, ../sass/screen.scss */
.logo_bar_nav {
  color: #fff;
  font-size: 18px;
  margin-left: 240px;
  padding-top: 32px;
}

/* line 132, ../sass/screen.scss */
.nav_menu1:hover {
  color: #ffff66;
}

/* line 137, ../sass/screen.scss */
.nav_menu2:hover {
  color: #ffff66;
}

/* line 142, ../sass/screen.scss */
.nav_menu3:hover {
  color: #ffff66;
}

/* line 147, ../sass/screen.scss */
.nav_menu4:hover {
  color: #ffff66;
}

/* line 152, ../sass/screen.scss */
.nav_menu5:hover {
  color: #ffff66;
}

/* line 157, ../sass/screen.scss */
.logo_bar_nav ul, li {
  display: inline;
  margin-left: 24px;
}

/* line 163, ../sass/screen.scss */
.fixed_bg_logo_bar {
  background-color: #ACF0F2;
  height: 166px;
  left: 0px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
}

/* line 174, ../sass/screen.scss */
.home_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  width: 780px;
  -moz-box-shadow: #333 2px 2px 10px;
  -webkit-box-shadow: #333 2px 2px 10px;
  box-shadow: #333 2px 2px 10px;
}

/* line 184, ../sass/screen.scss */
.level_year_month {
  margin-top: 30px;
  color: #ACF0F2;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

/* line 193, ../sass/screen.scss */
.event2016 {
  margin-top: 54px;
  width: 800px;
  -moz-box-shadow: #333 1px 1px 5px;
  -webkit-box-shadow: #333 1px 1px 5px;
  box-shadow: #333 1px 1px 5px;
}

/* line 200, ../sass/screen.scss */
.compare_desc {
  margin-top: 30px;
  padding-bottom: 30px;
  color: #F3FFE2;
  font-size: 16px;
  text-align: center;
}

/* line 209, ../sass/screen.scss */
.cover_title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 10px;
  position: relative;
  text-align: center;
  top: 34px;
  z-index: 2;
}

/* line 220, ../sass/screen.scss */
.cover {
  left: 150px;
  position: relative;
  top: 68px;
  width: 380px;
  z-index: 2;
  -moz-box-shadow: #333 1px 1px 7px;
  -webkit-box-shadow: #333 1px 1px 7px;
  box-shadow: #333 1px 1px 7px;
}

/* line 230, ../sass/screen.scss */
.home_text {
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  top: 100px;
  z-index: 2;
}

/* line 240, ../sass/screen.scss */
.sol_button {
  padding-top: 4px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #225378;
  background-color: #ACF0F2;
  font-size: 20px;
  width: 224px;
  text-align: center;
  padding-bottom: 4px;
}

/* line 255, ../sass/screen.scss */
.home_text h1 {
  font-size: 24px;
  font-weight: 700;
}

/* line 261, ../sass/screen.scss */
.compare_image {
  padding-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

/* line 270, ../sass/screen.scss */
.content_number {
  display: inline;
  color: #43A0F7;
  font-weight: 700;
  font-size: 12px;
}

/* line 278, ../sass/screen.scss */
.footer {
  color: #F3FFE2;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  margin-top: 54px;
  padding-bottom: 54px;
  text-align: center;
}

/* line 289, ../sass/screen.scss */
.in_body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  width: 600px;
}

/* line 298, ../sass/screen.scss */
.in_body h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 6px;
  text-align: center;
}

/* line 307, ../sass/screen.scss */
.center_text {
  text-align: center;
}

/* line 312, ../sass/screen.scss */
.qt_button {
  -moz-box-shadow: #16ab4a 3px 4px 0px 0px;
  -webkit-box-shadow: #16ab4a 3px 4px 0px 0px;
  box-shadow: #16ab4a 3px 4px 0px 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzdhZmY5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiZTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #7aff9d), color-stop(100%, #3be376));
  background-image: -moz-linear-gradient(top, #7aff9d 5%, #3be376 100%);
  background-image: -webkit-linear-gradient(top, #7aff9d 5%, #3be376 100%);
  background-image: linear-gradient(to bottom, #7aff9d 5%, #3be376 100%);
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background-color: #7aff9d;
  border: 1px solid #34c261;
  display: inline-block;
  cursor: pointer;
  color: #4D697F;
  font-size: 17px;
  font-weight: bold;
  margin-left: 205px;
  margin-top: 54px;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #54cc6c;
}

/* line 330, ../sass/screen.scss */
.qt_button:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzNiZTM3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhZmY5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #3be376), color-stop(100%, #7aff9d));
  background-image: -moz-linear-gradient(top, #3be376 5%, #7aff9d 100%);
  background-image: -webkit-linear-gradient(top, #3be376 5%, #7aff9d 100%);
  background-image: linear-gradient(to bottom, #3be376 5%, #7aff9d 100%);
  background-color: #3be376;
}

/* line 334, ../sass/screen.scss */
.qt_button:active {
  position: relative;
  top: 1px;
}

/* line 340, ../sass/screen.scss */
.buy_button {
  -moz-box-shadow: #16ab4a 3px 4px 0px 0px;
  -webkit-box-shadow: #16ab4a 3px 4px 0px 0px;
  box-shadow: #16ab4a 3px 4px 0px 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzdhZmY5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiZTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #7aff9d), color-stop(100%, #3be376));
  background-image: -moz-linear-gradient(top, #7aff9d 5%, #3be376 100%);
  background-image: -webkit-linear-gradient(top, #7aff9d 5%, #3be376 100%);
  background-image: linear-gradient(to bottom, #7aff9d 5%, #3be376 100%);
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background-color: #7aff9d;
  border: 1px solid #34c261;
  display: inline-block;
  cursor: pointer;
  color: #4D697F;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 9px;
  margin-left: 185px;
  margin-top: 54px;
  padding: 16px 60px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #54cc6c;
}

/* line 359, ../sass/screen.scss */
.buy_button:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzNiZTM3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhZmY5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #3be376), color-stop(100%, #7aff9d));
  background-image: -moz-linear-gradient(top, #3be376 5%, #7aff9d 100%);
  background-image: -webkit-linear-gradient(top, #3be376 5%, #7aff9d 100%);
  background-image: linear-gradient(to bottom, #3be376 5%, #7aff9d 100%);
  background-color: #3be376;
}

/* line 364, ../sass/screen.scss */
.buy_button:active {
  position: relative;
  top: 1px;
}

/* line 370, ../sass/screen.scss */
.buy_cover {
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  -moz-box-shadow: #333 1px 1px 7px;
  -webkit-box-shadow: #333 1px 1px 7px;
  box-shadow: #333 1px 1px 7px;
}

/* line 380, ../sass/screen.scss */
.range {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1333px) {
  /* line 389, ../sass/screen.scss */
  .showrange {
    width: 64px;
  }

  /* line 394, ../sass/screen.scss */
  .faults {
    bottom: 114px;
    width: 64px;
  }

  /* line 400, ../sass/screen.scss */
  .invitation_icon {
    width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 409, ../sass/screen.scss */
  .showrange {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  /* line 414, ../sass/screen.scss */
  .faults {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  /* line 419, ../sass/screen.scss */
  .invitation_icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
