@import 'http://event.goldengame.com.tw/adv/footer/footer.css';
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 74, ../sass/_normalize.scss */
body {
  margin: 0; 
  font-family: myFont, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
  font-size: 15pt;
  line-height: 1.6em;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 205, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 209, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../sass/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 317, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 361, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/_normalize.scss */
table {
  width:100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
  padding-bottom:1em;
  padding: 10px;
  margin:1em auto 0 auto;
    line-height: 30px; }
tbody {
  width:400px;
  }
    table th {
  background: #420e0c;
  text-align: center;
  color: #ffce9a;
  font-size: 15px;
  border: 1px solid #8f706f;
  text-shadow: rgba(255, 199, 139, 0.3) 1px 1px 1px;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(10%, #420e0c), color-stop(50%, #4b100e), color-stop(90%, #420e0c));
  background-image: -webkit-linear-gradient(top left, #420e0c 10%, #4b100e 50%, #420e0c 90%);
  background-image: -moz-linear-gradient(top left, #420e0c 10%, #4b100e 50%, #420e0c 90%);
  background-image: -o-linear-gradient(top left, #420e0c 10%, #4b100e 50%, #420e0c 90%);
  background-image: linear-gradient(top left, #420e0c 10%, #4b100e 50%, #420e0c 90%);
}

    table td {
  background: #ffc281;
  font-size: 15px;
  text-align: center;
  border: 1px solid #8f706f;
  padding: 0 10px;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(10%, #ffc281), color-stop(50%, #ffc78b), color-stop(90%, #ffc281));
  background-image: -webkit-linear-gradient(top left, #ffc281 10%, #ffc78b 50%, #ffc281 90%);
  background-image: -moz-linear-gradient(top left, #ffc281 10%, #ffc78b 50%, #ffc281 90%);
  background-image: -o-linear-gradient(top left, #ffc281 10%, #ffc78b 50%, #ffc281 90%);
  background-image: linear-gradient(top left, #ffc281 10%, #ffc78b 50%, #ffc281 90%);
}
      table td img {
  margin: 0 0 0 20px;
  float:left;
       }
/* line 17, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/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, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/*table {
  border-collapse: collapse;
  border-spacing: 0; }*/

/* line 28, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, F:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 9, ../sass/_mix.scss */
.clear {
  clear: both; }

/* line 13, ../sass/_mix.scss */
.mid, .in, .wrap .in1, .wrap .in2, .wrap .in3, .wrap .in4, .wrap, .wrap > header, .footerBar, .number2, .number2 div, .money div {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/*
::selection {
  background:rgba(255,255,255,0);
}
*/
/* line 18, ../sass/screen.scss */
body {
  background: white url(../images/bbg.jpg) center top repeat;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
  font-size: 13pt;
  line-height: 1.4em; }

/* line 1, ../sass/_index.scss */
#bg {
  background: url(../images/bg.jpg) center top no-repeat;
  width: 100%;
  height: 750px;
  position: absolute;
  top: 0; }

/* line 8, ../sass/_index.scss */
#logo {
  display: block;
  width: 164px;
  height: 78px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 9px;
  left: 50%;
  margin: 0 0 0 -479px; }

/* line 15, ../sass/_index.scss */
#title {
  display: block;
  width: 515px;
  height: 276px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 114px;
  left: 50%;
  margin: 0 0 0 -486px; }



/* line 30, ../sass/_index.scss */
.wrap {
  display: block;
  padding: 50px 0 0 0;
  top: 735px;
  width: 820px; }
  /* line 36, ../sass/_index.scss */
/*  .wrap > header {
    display: block;
    width: 565px;
    height: 80px;
    background: url(../images/title.png) no-repeat;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 35px;*/
    /*&.t1 {background-position: 0 0;}
    &.t2 {background-position: 0 -80px;}
    &.t3 {background-position: 0 -80px*2;}
    &.t4 {background-position: 0 -80px*3;}*/ }
    /* line 49, ../sass/_index.scss */
    .wrap > header.t1 {
      background-position: 0 0px; }
    /* line 49, ../sass/_index.scss */
    .wrap > header.t2 {
      background-position: 0 -80px; }
    /* line 49, ../sass/_index.scss */
    .wrap > header.t3 {
      background-position: 0 -160px; }
    /* line 49, ../sass/_index.scss */
    .wrap > header.t4 {
      background-position: 0 -240px; }
  /* line 52, ../sass/_index.scss */
  .wrap .in1 {
    height: 2600px; }
  /* line 56, ../sass/_index.scss */
  .wrap .in2 {
    height: 1800px;}
  /* line 61, ../sass/_index.scss */
  .wrap .in3 {
    height: 1900px;}
    /* line 61, ../sass/_index.scss */
  .wrap .in4 {
    height: 1200px;}
    /* line 61, ../sass/_index.scss */
  .wrap .in5 {
    height: 2800px;}
    /* line 61, ../sass/_index.scss */
  .wrap .in6 {
    height: 1500px;}
    /* line 61, ../sass/_index.scss */
  .wrap .in7 {
    height: 800px;}
    /* line 61, ../sass/_index.scss */
  .wrap .in8 {
    height: 800px;}


/* line 1, ../sass/_nav.scss */
.nav a {
  display: block;
  width: 180px;
  height: 61px;
  cursor: pointer;
  background: #EEE;
  background: url(../images/btn.png) no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  z-index: 9999; }
  /* line 12, ../sass/_nav.scss */
  .nav a.a1 {
    position: absolute;
    top: 679px;
    left: 58%;
    margin: 0 0 0 -600px;
    background-position: 0px 0; }
    /* line 15, ../sass/_nav.scss */
    .nav a.a1:hover {
      background-position: 0px 1px;
      -webkit-transition: background-position 0.05s;
      -moz-transition: background-position 0.05s;
      -o-transition: background-position 0.05s;
      transition: background-position 0.05s; }
    /* line 19, ../sass/_nav.scss */
    .nav a.a1.current {
      background-position: 0px -61px; }
      /* line 21, ../sass/_nav.scss */
      .nav a.a1.current:hover {
        background-position: 0px -60px;
        -webkit-transition: background-position 0.05s;
        -moz-transition: background-position 0.05s;
        -o-transition: background-position 0.05s;
        transition: background-position 0.05s; }
  /* line 27, ../sass/_nav.scss */
  .nav a.a2 {
    position: absolute;
    top: 679px;
    left: 58%;
    margin: 0 0 0 -420px;
    background-position: -180px 0; }
    /* line 30, ../sass/_nav.scss */
    .nav a.a2:hover {
      background-position: -180px 1px;
      -webkit-transition: background-position 0.05s;
      -moz-transition: background-position 0.05s;
      -o-transition: background-position 0.05s;
      transition: background-position 0.05s; }
    /* line 34, ../sass/_nav.scss */
    .nav a.a2.current {
      background-position: -180px -61px; }
      /* line 36, ../sass/_nav.scss */
      .nav a.a2.current:hover {
        background-position: -180px -60px;
        -webkit-transition: background-position 0.05s;
        -moz-transition: background-position 0.05s;
        -o-transition: background-position 0.05s;
        transition: background-position 0.05s; }
  /* line 42, ../sass/_nav.scss */
  .nav a.a3 {
    position: absolute;
    top: 679px;
    left: 58%;
    margin: 0 0 0 -240px;
    background-position: -360px 0; }
    /* line 45, ../sass/_nav.scss */
    .nav a.a3:hover {
      background-position: -360px 1px;
      -webkit-transition: background-position 0.05s;
      -moz-transition: background-position 0.05s;
      -o-transition: background-position 0.05s;
      transition: background-position 0.05s; }
    /* line 49, ../sass/_nav.scss */
    .nav a.a3.current {
      background-position: -360px -61px; }
      /* line 51, ../sass/_nav.scss */
      .nav a.a3.current:hover {
        background-position: -360px -60px;
        -webkit-transition: background-position 0.05s;
        -moz-transition: background-position 0.05s;
        -o-transition: background-position 0.05s;
        transition: background-position 0.05s; }
  /* line 42, ../sass/_nav.scss */
  .nav a.a4 {
    position: absolute;
    top: 679px;
    left: 58%;
    margin: 0 0 0 -60px;
    background-position: -540px 0; }
    /* line 45, ../sass/_nav.scss */
    .nav a.a4:hover {
      background-position: -540px 1px;
      -webkit-transition: background-position 0.05s;
      -moz-transition: background-position 0.05s;
      -o-transition: background-position 0.05s;
      transition: background-position 0.05s; }
    /* line 49, ../sass/_nav.scss */
    .nav a.a4.current {
      background-position: -540px -61px; }
      /* line 51, ../sass/_nav.scss */
      .nav a.a4.current:hover {
        background-position: -540px -60px;
        -webkit-transition: background-position 0.05s;
        -moz-transition: background-position 0.05s;
        -o-transition: background-position 0.05s;
        transition: background-position 0.05s; }
  /* line 42, ../sass/_nav.scss */
  .nav a.a5 {
    position: absolute;
    top: 679px;
    left: 58%;
    margin: 0 0 0 120px;
    background-position: -720px 0; }
    /* line 45, ../sass/_nav.scss */
    .nav a.a5:hover {
      background-position: -720px 1px;
      -webkit-transition: background-position 0.05s;
      -moz-transition: background-position 0.05s;
      -o-transition: background-position 0.05s;
      transition: background-position 0.05s; }
    /* line 49, ../sass/_nav.scss */
    .nav a.a5.current {
      background-position: -720px -61px; }
      /* line 51, ../sass/_nav.scss */
      .nav a.a5.current:hover {
        background-position: -720px -60px;
        -webkit-transition: background-position 0.05s;
        -moz-transition: background-position 0.05s;
        -o-transition: background-position 0.05s;
        transition: background-position 0.05s; }


/* line 1, ../sass/_footer.scss */
p.design {
  position: absolute;
  width: 100%;
  font-size: 0.7em;
  line-height: 0.7em;
  color: #600077;
  color: transparent;
  top: 1500px;
  text-align: center;
  *font-size: 0 !important;
  *text-indent: -9999px !important; }
  /* line 12, ../sass/_footer.scss */
  p.design::selection {
    color: #fff; }

/* line 17, ../sass/_footer.scss */
.footerBar {
  z-index: 800;
  top: 1400px;
  margin-top: 100px; }

/* line 24, ../sass/_footer.scss */
#iframe > div {
  width: 925px; }

/* line 78, ../sass/_index.scss */
.spbs {
  position: fixed;
  display: block;
  background: url(../images/title.png) 0 -240px no-repeat;
  width: 565px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -282.5px; }

/* line 88, ../sass/_index.scss */
.pls_la {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/pls_la.png?1381914036');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 71px;
  height: 53px;
  position: absolute;
  top: 262px;
  left: 50%;
  margin: 0 0 0 414px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 60; }
  /* line 95, ../sass/_index.scss */
  .pls_la.yeahhey {
    position: absolute;
    top: 272px;
    left: 50%;
    margin: 0 0 0 420px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

/* line 101, ../sass/_index.scss */
.handDown {
  position: absolute;
  top: 21px;
  left: 50%;
  margin: 0 0 0 86px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 0;
  cursor: pointer; }

/* line 107, ../sass/_index.scss */
.number2 {
  position: relative;
  margin-top: 33px;
  display: block;
  width: 275px;
  height: 43px;
  background: none;
  z-index: 0;
  overflow: hidden; }
  /* line 118, ../sass/_index.scss */
  .number2 div {
    width: 275px;
    height: 172px;
    background: url(../images/number.png) center top no-repeat;
    margin-top: 0px;
    top: -86px;
    z-index: -1; }

/* line 128, ../sass/_index.scss */
.play {
  display: block;
  width: 225px;
  height: 338px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin: 0 0 0 295px;
  cursor: pointer;
  z-index: 999; }

/* line 136, ../sass/_index.scss */
.money {
  position: absolute;
  width: 100%;
  height: 750px;
  overflow: hidden;
  top: 0; }
  /* line 142, ../sass/_index.scss */
  .money div {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/money.png?1381914036');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 1776px;
    height: 842px;
    top: -845px; }

/* line 148, ../sass/_index.scss */
#bu {
  position: absolute;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/bu.png?1381914032');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 361px;
  height: 108px;
  position: absolute;
  top: -300px;
  left: 50%;
  margin: 0 0 0 95px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }


article section > strong {
  color: #810505;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 34px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-left: 5px solid #810505;
}

article section > p span {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    background: #cc3366;
    margin: 10px 0;
    color: #ffff66;
    font-weight: bold;
    line-height: 30px;
    padding: 6px 26px;
    cursor: default;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

article section > ul {
    list-style-type:decimal;
    padding-left: 20px;
    padding-bottom: 20px;
}

.img_padding {
    padding: 10px;
}

.box_case01 {  
  width: 48%;
  float:left;
}

.box_case02 {  
  width: 48%;
  float:right;
}
.clear {
  clear:both;
}