#book {
    background: #fff;
}

#book #bookMain {
    display: none;
    background: #222;
}

#book #bookMain .block {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

#book #bookMain .block #page {
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

#book #bookMain .block #page li {
    width: 100%;
    line-height: 0;
    text-align: center;
}

#book #bookMain .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;
}

#book .pace {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    width: 200px;
    height: 5px;
    margin: auto;
    overflow: hidden;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #ee2b38; /* ローディングバーの色 */
}

#book .pace .pace-progress {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2000;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 100%;
    background: #ee2b38; /* ローディングバーの枠の色 */
    transform: translate3d(0, 0, 0);
}

#book .pace.pace-inactive {
    display: none;
}

#book #bookMain .bnr-bottom {
    background: #fff;
}

#book #bookMain .bnr-bottom ul {
    width: 67.7%;
    padding: 40px 0;
    margin: 0 auto;
    list-style: none;
}

#book #bookMain .bnr-bottom ul li {
    width: 80%;
    margin: 0 auto;
}

#book #bookMain .bnr-bottom ul li a {
    display: block;
    cursor: pointer;
}

#book #bookMain .bnr-bottom ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: opacity .1s;
}

#book #bookMain .bnr-bottom ul li a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: .65;
}

#book #bookMain .bnr-bottom ul li img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    #book #bookMain .block ul li img {
        width: 100% !important;
        height: auto;
    }

    #book #bookMain .bnr-bottom ul {
        width: 90%;
        padding: 20px 0;
    }

    #book #bookMain .bnr-bottom ul {
        width: 90%;
        padding: 20px 0;
    }

    #book #bookMain .bnr-bottom ul li {
        width: 80%;
    }
}