body {
    /** ページ全体の背景色 **/
    background-color: #000000;

    /** ページ全体の背景画像（登録されている場合） **/
    background-image:url(https://er-static.s3.amazonaws.com/uploads/eventlists/fb07e123238d7b406711f6d57e4700edd6b3c051.png);
}

.splogos {
    display: block;
    padding: 20px 20px 0 20px;
    border-top:1px #c9c9c9 solid;
    margin: 20px -22px 0 -22px !important;
  }
  .splogos li {
    display: block;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    list-style: none;
  }
  .splogos li:last-child {
    margin-right: 0;
  }
  .splogos li a {
    display: block;
  }
  .splogos li a img {
    width: 174px;
    height: auto;
  }  
  @media only screen and (max-width: 460px) {
    #bsmovie {
      width: 100% !important;
      overflow: hidden !important;
    }
  }

  #bs_block {
  display: block !important;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#bs_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}