@charset "UTF-8";

.category__navigation-item a {
    flex-direction: column;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0.6rem;
    color: #444;
    font-weight: bold;
    justify-content: center;
    padding-bottom: 10px;
}

.top_info_box {
    display: block;
    flex-wrap: wrap;
    padding: 0 30px;
}

.iScrollHorizontalScrollbar > .iScrollIndicator {
    background: #004eff!important;
    border: none;
    height: 5px;
    width: 32px;
    border-radius: 7px;
}

#content_book .book-info__item--one-column {
    width: calc(100% / 6 - 20px);
    margin: 0 20px 20px 0;
}

.shopInfoBox .shopQr{
    display:none;
}
#footer #footerInn .footerInnL {
    float: left;
    width: auto;
}




