@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
  background-color: #FFF;
  color: #FFF;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
  line-height: 1.5;
}

a { text-decoration: underline; outline:none; }
a:link    { color: #C00; }
a:visited  { color: #C00; }
a:hover    { color: #f99; }
a:active  { color: #f99; }

#container {
  background:url(../image/bg_body.jpg) no-repeat top center fixed;
  min-width: 972px;
  position: relative;
}

#wrapper {
  margin: 0 auto;
  width: 972px;
}

#footer {
  margin: 0 auto;
  width: 972px;
  min-height: 130px;
  background: url(../image/bg_footer.jpg) no-repeat top left;
  text-align: center;
  padding: 0 0 30px 0;
}

#footer #bnr {
  padding: 25px 0 0px 540px;
  position: relative;
}

#footer #bnr li {
  float: left;
  padding: 0 5px 0 0;
}

#footer #bnr li#bn_876tv {
  float: none;
  position: absolute;
  left:528px;
  top: 75px;
}

#bng_bnr {
  padding: 50px 0 0 123px;
}

#notice {
  color: #000;
  font-size: 15px;
}
#notice h1 {
  padding: 5px 0;
  margin-bottom: 20px;
  color: #FFF;
  background: #0F1D33;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#notice h2 {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  color: #0F1D33;
  font-weight: bold;
}
#notice p {
  padding: 10px 20px;
}
#notice .img {
  padding: 10px 0;
  text-align: center;
}
#notice #inner2 {
  margin: 20px 0;
}
#notice .add {
  font-size: 13px;
}

.btnCol,.infoCol {
    background: url(../image/bg_movie.jpg) repeat-y;
}
.btnCol {
  padding: 0 77px;
}
#btn-app a,#btn-chrome a {
    width: 390px;
    height: 88px;
    display: block;
    text-indent: -9999px;
}
#btn-app a {
    background: url(../image/btn_dl_app.png) no-repeat;
    float: left;
}
#btn-chrome a {
    background: url(../image/btn_dl_chrome.png) no-repeat;
    float: right;
}
#btn-app a:hover,#btn-chrome a:hover {
    background-position: 0 -88px;
}

#btn-andapp {
  padding: 10px 0 28px;
}

#btn-andapp a {
  display: block;
    background: url(../image/andapp/btn_and_app.png) no-repeat top;
  width: 637px;
  margin:0 auto;
  height: 88px;
  text-indent: -9999px;
}
#btn-andapp a:hover {
  background: url(../image/andapp/btn_and_app.png) no-repeat bottom;
}


.infoCol {
  padding: 30px 40px;
  color: #000;
}
.infoCol h4 {
  font-weight: bold;
}
.infoCol p {
  padding: 10px 0;
}
#btn-method {
  padding-top:20px;
  text-align: center;
}

/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.fl-l { float: left; }
.fl-r { float: right; }
