/* 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 17, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/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, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/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, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/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 17, ../sass/screen.scss */
body {
  background-color: #c2d84e; }

/* line 21, ../sass/screen.scss */
img {
  max-width: 100%;
  max-height: 100%; }

/* line 26, ../sass/screen.scss */
.wrapper {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  background: #f8f4cf;
  background-image: url(../images/bg.png);
  background-position: center; }

/* line 35, ../sass/screen.scss */
.banner {
  text-align: center;
  position: relative; }
  /* line 38, ../sass/screen.scss */
  .banner .readmoo-logo {
    position: absolute;
    left: 50px;
    top: 20px; }
  /* line 43, ../sass/screen.scss */
  .banner span {
    position: absolute;
    left: -9999px; }

/* line 49, ../sass/screen.scss */
.logos {
  margin: 10px 0;
  text-align: center; }

/* line 54, ../sass/screen.scss */
.content {
  text-align: center;
  letter-spacing: 10px;
  position: relative; }
  /* line 58, ../sass/screen.scss */
  .content > [class^=step0] {
    display: inline-block;
    border-radius: 5px;
    width: 30%;
    background: white;
    box-shadow: 2px 2px 3px #ccc;
    padding: 20px 0;
    vertical-align: top; }
    /* line 67, ../sass/screen.scss */
    .content > [class^=step0] p {
      text-align: left;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 1.6em;
      padding: 0 10px; }
  /* line 75, ../sass/screen.scss */
  .content .content-title {
    position: relative;
    margin-top: 50px; }
  /* line 79, ../sass/screen.scss */
  .content .corner {
    position: absolute;
    left: 10px;
    top: -60px; }
  /* line 84, ../sass/screen.scss */
  .content .title {
    text-align: center; }
  /* line 87, ../sass/screen.scss */
  .content .img {
    text-align: center; }

/* line 92, ../sass/screen.scss */
table {
  border: 1px solid #ccc;
  width: 90%; }
  /* line 95, ../sass/screen.scss */
  table th {
    font-weight: bold;
    text-align: center;
    background: #c2d84e;
    color: white; }
  /* line 101, ../sass/screen.scss */
  table tr {
    border-bottom: 1px solid #ccc; }
  /* line 104, ../sass/screen.scss */
  table td {
    border-right: 1px solid #ccc;
    height: 32px;
    padding: 5px; }
    /* line 108, ../sass/screen.scss */
    table td:last-child {
      text-align: center; }

/* line 115, ../sass/screen.scss */
.introduction {
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  letter-spacing: 0;
  width: calc(90% + 20px);
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 5px;
  margin: auto;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6em;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 120, ../sass/screen.scss */
  .introduction > section.span2 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 49%;
    vertical-align: top; }
  /* line 125, ../sass/screen.scss */
  .introduction > section strong {
    color: #e63178;
    font-weight: bold; }
  /* line 130, ../sass/screen.scss */
  .introduction h1 {
    font-size: 24px;
    line-height: 44px;
    color: #e63178; }
  /* line 135, ../sass/screen.scss */
  .introduction .tips {
    background: #c2d84e; }
    /* line 137, ../sass/screen.scss */
    .introduction .tips p {
      padding: 0 10px; }
    /* line 140, ../sass/screen.scss */
    .introduction .tips p + p {
      margin: 10px 0; }
    /* line 143, ../sass/screen.scss */
    .introduction .tips .btn {
      display: block;
      background: #f8f4cf;
      margin: 10px;
      text-align: center;
      text-decoration: none;
      color: #333; }
  /* line 152, ../sass/screen.scss */
  .introduction .tips-title {
    background: #8a9d23;
    color: white;
    padding: 10px;
    margin-bottom: 10px; }
  /* line 159, ../sass/screen.scss */
  .introduction ol {
    line-height: 30px; }
    /* line 161, ../sass/screen.scss */
    .introduction ol li {
      margin: 10px 0;
      list-style: decimal inside; }

/* line 178, ../sass/screen.scss */
.second-draw {
  background: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.6em;
  padding: 10px;
  color: #8a9d23; }
  /* line 185, ../sass/screen.scss */
  .second-draw strong {
    color: #e63178;
    font-weight: bold; }

/* line 191, ../sass/screen.scss */
.curtain {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }

/* line 201, ../sass/screen.scss */
.modal {
  position: fixed;
  display: none;
  top: 5%;
  left: 50%;
  width: 50%;
  height: 90%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-left: -25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #c2d84e;
  border-radius: 8px; }
  /* line 214, ../sass/screen.scss */
  .modal .modal-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fcfcfc;
    color: #8a9d23;
    padding: 5px;
    cursor: pointer;
    line-height: 1.2em;
    height: 1.2em;
    width: 1.2em;
    border-radius: 20px;
    font-weight: bold;
    border: 3px solid #c2d84e; }
  /* line 229, ../sass/screen.scss */
  .modal .modal-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    text-align: left;
    line-height: 1.5em;
    padding: 10px; }
