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

/* line 14, style.scss */
img {
  vertical-align: bottom;
}

/* line 18, style.scss */
#contents {
  width: 100%;
  background: #000 url(../img/bg.jpg) center repeat-x;
  height: 490px;
  margin: 0 auto;
  border-top: 8px solid;
  border-bottom: 8px solid;
  border-color: #c40000;
}
/* line 26, style.scss */
#contents #contents_inner {
  width: 980px;
  margin: 0 auto;
}

/* line 32, style.scss */
#contents2 {
  width: 980px;
  height: auto;
  margin: 0 auto;
}
/* line 37, style.scss */
#contents2 #copy {
  margin-top: -114px;
}
/* line 43, style.scss */
#contents2 #box .slide {
  margin-top: 14px;
}
/* line 46, style.scss */
#contents2 #box .slide li {
  float: left;
  margin: 0 0 8px 9px;
}
/* line 53, style.scss */
#contents2 #box .bar {
  width: 100%;
  height: 7px;
  background: #ff0000;
  text-align: center;
  margin: 10px auto;
}

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