@charset "UTF-8";

#comic {
    background: #fff
  }
  
  #comic #comicMain {
    background: #222;
    display: none
  }
  
  #comic #comicMain .block {
    width: 100%;
    max-width: 930px;
    margin: 0 auto
  }
  
  #comic #comicMain .block #page {
    width: 100%;
    background: #fff
  }
  
  #comic #comicMain .block #page li {
    width: 100%;
    text-align: center;
    line-height: 0
  }
  
  #comic #comicMain .block #page li img {
    width: 67.7%;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  
  #comic .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #ee2b38;
    overflow: hidden
  }
  
  #comic .pace .pace-progress {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #ee2b38
  }
  
  #comic .pace.pace-inactive {
    display: none
  }
  
  #comic #comicMain .bnr-bottom {
    background: #fff
  }
  
  #comic #comicMain .bnr-bottom ul {
    width: 67.7%;
    margin: 0 auto;
    padding: 40px 0
  }
  
  #comic #comicMain .bnr-bottom ul li {
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
  }
  
  #comic #comicMain .bnr-bottom ul li a {
    width: 100%;
    display: block;
    cursor: pointer;    
  }

  #comic #comicMain .bnr-bottom ul li a span{
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: calc(140 / 700 * 100%);
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
  }
  
  #comic #comicMain .bnr-bottom ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: opacity .1s
  }
  
  #comic #comicMain .bnr-bottom ul li a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: .65
  }
  
  .ntv-float-container{
    display: none;
  }

  @media only screen and (max-width: 600px) {
    #comic #comicMain .bnr-bottom ul {
      width: 90%;
      padding: 20px 0
    }
  }