@charset "UTF-8";
/*
こちらのファイルに、各機種用のCSSを記載してください。
以下はサンプル用のCSSとなりますので、削除して頂いて問題ありません。
*/
/* line 8, style.scss */
html, body {
  background-color: #000;
  width: 100%;
  height: 100%;
}

/* line 14, style.scss */
#contents {
  width: 100%;
  background: #000 url("../img/bg.jpg") center no-repeat;
  height: 668px;
  text-align: center;
  margin: 0 auto;
}
/* line 21, style.scss */
#contents #contents_inner {
  width: 980px;
}
/* line 24, style.scss */
#contents #contents_inner img {
  margin-left: -1px;
}

/* line 32, style.scss */
#footer_kara {
  width: 100%;
  height: 200px;
  background-color: #000;
}
/* line 37, style.scss */
#footer_kara #bannararea {
  width: 980px;
  margin: 14px auto;
}
/* line 41, style.scss */
#footer_kara #bannararea ul {
  margin-left: 4px;
}
/* line 44, style.scss */
#footer_kara #bannararea ul li {
  float: left;
  margin-right: 11px;
}
/* line 53, style.scss */
#footer_kara .copy {
  font-size: 10px;
  text-align: center;
  clear: both;
  color: #fff;
  padding-top: 10px;
}
