@import url("../css/rwd.css");
/* line 5, C:/Ruby22/lib/ruby/gems/2.2.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:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22/lib/ruby/gems/2.2.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:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22/lib/ruby/gems/2.2.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:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22/lib/ruby/gems/2.2.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 4, ../sass/_extend.sass */
.bg, .header, .say, .p1, #logo, nav, nav a {
  display: block;
}

/* line 80, pict/*.png */
.pict-sprite, .pict-b0, .pict-g1, .pict-g2, .pict-tit {
  background-image: url('../images/pict-s9bc4ad602c.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.pict-b0 {
  background-position: 0 0;
  height: 32px;
  width: 107px;
}
/* line 59, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.pict-b0:hover, .pict-b0.b0-hover {
  background-position: 0 -32px;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.pict-g1 {
  background-position: 0 -64px;
  height: 56px;
  width: 51px;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.pict-g2 {
  background-position: 0 -120px;
  height: 53px;
  width: 52px;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.pict-tit {
  background-position: 0 -173px;
  height: 211px;
  width: 248px;
}

/* line 1, ../sass/_index.sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/_index.sass */
html, body {
  font-family: myFont, Microsoft JhengHei, PMingLiU, AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
  font-size: 12pt;
  line-height: 1.6em;
}

/* line 11, ../sass/_index.sass */
a {
  text-decoration: none;
  outline: none;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}

/* line 18, ../sass/_index.sass */
body {
  background: #000;
  position: relative;
}
/* line 22, ../sass/_index.sass */
body .body {
  background: url("../images/bg.jpg") center no-repeat;
  background-attachment: fixed;
  background-position: -9px -50px;
}

/* line 27, ../sass/_index.sass */
body.page {
  min-width: inherit;
  width: 100%;
}

/* line 31, ../sass/_index.sass */
.bg {
  background: url("../images/bg.png") center no-repeat;
  width: 100%;
  height: 900px;
  margin-top: -200px;
  position: absolute;
  z-index: 1;
}

/* line 40, ../sass/_index.sass */
.header {
  background: url("../images/header.png") no-repeat;
  width: 561px;
  height: 194px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin: 269px 0 0 -453px;
  z-index: 5;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

/* line 48, ../sass/_index.sass */
.say {
  background: url("../images/say.png") no-repeat;
  width: 640px;
  height: 158px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin: 487px 0 0 -492px;
  z-index: 4;
}

/* line 55, ../sass/_index.sass */
.p1 {
  background: url("../images/p1.png") no-repeat;
  width: 884px;
  height: 941px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin: -25px 0 0 -69px;
  z-index: 2;
}

/* line 62, ../sass/_index.sass */
.pic {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: absolute;
}

/* line 68, ../sass/_index.sass */
.contents {
  width: 100%;
  height: 900px;
  overflow: hidden;
}

/* line 73, ../sass/_index.sass */
#logo {
  background: url("../images/logo.png") no-repeat;
  width: 246px;
  height: 121px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  z-index: 6;
}

/* line 1, ../sass/_footer.sass */
footer {
  width: 100%;
  float: left;
}

/* line 4, ../sass/_footer.sass */
.footer {
  width: 990px;
  margin: 0 auto;
}

/* line 8, ../sass/_footer.sass */
.black {
  background-position: 0px 0px;
  color: #FFF;
}

/* line 11, ../sass/_footer.sass */
.white {
  background-position: 0px -80px;
  color: #000;
}

/* line 15, ../sass/_footer.sass */
.level {
  background: url("http://event.goldengame.com.tw/adv/footer/level_icon.png") center top;
  width: 45px;
  height: 45px;
  margin-top: 15px;
  float: left;
}

/* line 22, ../sass/_footer.sass */
.icon15 {
  background-position: -135px 0px;
}

/* line 25, ../sass/_footer.sass */
.footerBar {
  z-index: 5;
  position: relative;
  bottom: 0;
  padding: 8px 0;
  background: #000;
}

/* line 32, ../sass/_footer.sass */
#iframe {
  padding: 2px 0 0 0;
  float: left;
}

/* line 35, ../sass/_footer.sass */
#iframe iframe {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

/* line 1, ../sass/_page.sass */
.pict-tit {
  position: absolute;
  left: 50%;
  right: 50%;
  margin: -215px 0 0 -150px;
}

/* line 5, ../sass/_page.sass */
article {
  margin-top: 170px;
  margin: auto;
}
/* line 8, ../sass/_page.sass */
article header {
  position: relative;
}
/* line 11, ../sass/_page.sass */
article section {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(241, 241, 255, 0.9);
  padding: 30px;
  padding-bottom: 100px;
  color: #330000;
  width: 100%;
  min-width: 600px;
  left: 50%;
  right: 50%;
  margin: auto;
  overflow: visible;
  font-size: 1.2em;
  line-height: 1.8em;
}

/* line 26, ../sass/_page.sass */
section > strong {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #cc3b3b;
  color: #fff;
  padding: 0 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 15px;
}

/* line 33, ../sass/_page.sass */
.red {
  color: red;
}

/* line 37, ../sass/_page.sass */
table {
  margin: 10px auto 30px auto;
  font-size: 0.9em;
  line-height: 1.4em;
  width: 100%;
  text-shadow: none;
}
/* line 43, ../sass/_page.sass */
table th {
  text-align: center;
  padding: 2px 6px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  background: #cc3b3b;
  border-left: #ffdbd1 dashed 1px;
}
/* line 52, ../sass/_page.sass */
table td {
  padding: 6px 12px;
  color: #330000;
  font-weight: 800;
  text-align: center;
  border-left: #cc3b3b dashed 1px;
}
/* line 58, ../sass/_page.sass */
table th:nth-child(1), table td:nth-child(1) {
  border: none;
}
/* line 60, ../sass/_page.sass */
table tr:nth-child(odd) {
  background: #ffefdf;
}
/* line 62, ../sass/_page.sass */
table tr:nth-child(even) {
  background: #ffdbd1;
}
/* line 64, ../sass/_page.sass */
table td:nth-child(2) {
  height: 60px;
  width: 80px;
}

/* line 68, ../sass/_page.sass */
ul {
  padding: 0 0 0 0.5em;
}
/* line 70, ../sass/_page.sass */
ul li {
  margin-left: 18px;
  display: list-item;
  list-style: disc;
  list-style-type: lower-latin;
}

/* line 76, ../sass/_page.sass */
.pict-b0 {
  margin-left: 47px;
  text-indent: -119988px;
}

/* line 80, ../sass/_page.sass */
nav {
  position: absolute;
  left: 50%;
  right: 50%;
  width: 200px;
  z-index: 5;
  margin: 5px 0 0 -100px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  float: left;
}
/* line 90, ../sass/_page.sass */
nav a {
  font-weight: bold;
  width: 200px;
  height: 80px;
  border-radius: 10px;
  color: #ffefdf;
  background-color: #cc3b3b;
  box-shadow: inset 0 -5px 0 #ffdbd1;
  padding-top: 20px;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* line 101, ../sass/_page.sass */
nav a:hover {
  box-shadow: inset 0 -195px 0 #ffdbd1, 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: #330000;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@-webkit-keyframes tada {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
