@charset "UTF-8";
/* line 5, ../scss/countdown.scss */
body {
  background: #e1e1e1; }
  /* line 8, ../scss/countdown.scss */
  body #countdown {
    margin-top: 100px; }
    /* line 11, ../scss/countdown.scss */
    body #countdown #wrapper_container {
      width: 960px;
      margin: 0 auto;
      padding-bottom: 60px;
      background: #fff; }
      /* line 17, ../scss/countdown.scss */
      body #countdown #wrapper_container h2 {
        height: 250px;
        background: url(../img/countdown/top_img01.jpg) no-repeat top center;
        text-indent: -9999px; }
      /* line 23, ../scss/countdown.scss */
      body #countdown #wrapper_container .c01 {
        min-height: 220px;
        margin: 48px 0 40px 0;
        padding-left: 80px;
        background: url(../img/countdown/cnt_img01.jpg) 560px 0 no-repeat; }
        /* line 29, ../scss/countdown.scss */
        body #countdown #wrapper_container .c01 p {
          width: 450px;
          font-size: 14px;
          line-height: 25px; }
