/*
 *  rakuen / main.scss / main.css
 *  compass mode
 *  version --- 4.1
 *  author  --- coreframe, inc.
 *  updated --- 2014/03/05
 *
 */
/* line 17, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/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, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/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, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/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, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/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 21, ../sass/main.scss */
body {
  background-color: #000; }

/* line 24, ../sass/main.scss */
.contents {
  display: none; }

/* line 27, ../sass/main.scss */
#FRAME {
  background-image: url("../images/bg_countdown.jpg");
  background-position: top center;
  background-repeat: no-repeat; }

/* line 32, ../sass/main.scss */
#INLINE_FRAME {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

/* line 37, ../sass/main.scss */
#COUNTDOWN {
  width: 1000px;
  height: 674px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /*
  font-family: 'Exo 2', sans-serif;
  font-weight: 100;
  font-size: 60px;
  */
  /*
  #LINK{
  	background-color: rgba(255,255,255,0.9);
  	color:#000;
  	padding:20px;
  	width:600px;
  	margin:0 auto;
  }*/ }
  /* line 49, ../sass/main.scss */
  #COUNTDOWN span {
    display: inline-block;
    width: 80px;
    overflow: visible; }
  /* line 54, ../sass/main.scss */
  #COUNTDOWN img {
    margin-top: 200px; }

/* line 66, ../sass/main.scss */
#MOVIE {
  text-align: center;
  width: 1000px;
  height: 240px; }
  /* line 70, ../sass/main.scss */
  #MOVIE div {
    display: inline-block;
    margin: 0 40px; }

/* line 75, ../sass/main.scss */
#TEXT {
  background-image: url("../images/text.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 253px;
  margin: 0 auto; }

/* line 82, ../sass/main.scss */
#COPYRIGHT {
  background-image: url("../images/copyright.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 70px;
  margin: 0 auto; }

/* line 89, ../sass/main.scss */
#SNS {
  position: absolute;
  bottom: 15px;
  right: 0px; }
  /* line 93, ../sass/main.scss */
  #SNS div {
    float: right;
    display: block;
    margin-left: 5px; }
