@charset "UTF-8";

body {
  position: relative; }
.sn-modOverlayBottom {
  width: 100%;
  height: 70px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
 }
 .sn-modOverlayBottom[style^="background"] a {
     display: block;
 }
  .sn-modOverlayBottom .sn-modOverlayBottom__inner {
    display: block;
    width: 100%;
    min-width: 950px;
    height: 70px;
    position: relative;
    margin: 0 auto; }
    .sn-modOverlayBottom .sn-modOverlayBottom__inner .adImg {
      position: relative;
      display: block;
      text-align: center;
      z-index: 1; }
      .sn-modOverlayBottom .sn-modOverlayBottom__inner .adImg img {
        width: 950px;
        margin: 0 auto;
        vertical-align: bottom; }
  .sn-modOverlayBottom .sn-modOverlayBottom__button {
    display: block;
    position: absolute;
    top: 6px;
    right: -900px;
    left: 0;
    margin: 4px auto 0 auto;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: url(https://s.yimg.jp/images/sports/app/video/promo_sportsnavi/pc/images/bg_clear.gif) repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999; }
  .sn-modOverlayBottom{
    display: none;
  }
  .sn-modOverlayBottom.show{
    display: block;
    z-index: 1;
  }
  .sn-modOverlayBottom.hide {
    opacity: 0;
    height: 0;
    -webkit-animation: fadeout 0.5s 1;
            animation: fadeout 0.5s 1; }
@-webkit-keyframes fadeout {
  0% {
    opacity: 100;
    height: 70px; }
  99% {
    height: 70px; }
  100% {
    opacity: 0;
    height: 0; } }

@keyframes fadeout {
  0% {
    opacity: 100;
    height: 70px; }
  99% {
    height: 70px; }
  100% {
    opacity: 0;
    height: 0; } }
