#maker_list a {
    width: 100%;
    height: 100%;
    color: #424242;
}

#maker_list {
    width: 750px;
    margin: auto;
    background-color: #fff;
}

#maker_list .logo_block {
    width: 115px;
    height: 65px;
    border: 1px solid #D8D8D8;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin: 5px 0;
    background-color: #fff;
}

#maker_list .logo_img {
    height: 45px;
    position: relative;
}

#maker_list .logo_block img {
    width: auto;
    height: auto;
    max-width: 85px;
    max-height: 30px;
    display: table-cell;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#maker_list .logo_name {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
}

#maker_list .scroll_caption {
    font-size: 10px;
    color: #6E6E6E;
    margin-left: 3px;
    display: none;
}

p#category_logo_label {
    font-weight: bold !important;
    font-size: 20px !important;
}

#maker_list .refine_gender {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}

#maker_list .marker_caption {
    font-size: 14px;
    color: #424242;
}

#maker_list .refine_gender a {
    color: #0021E4;
}

#iframe_category_logo {
    width: 100%;
}

#maker_list .logo_block.end {
    width: 0;
    border: 0;
}

/* 楽天 */
div.categorydescription {
    text-align: center !important;
}

@media screen and (max-width: 480px) {
    @font-face {
        font-family: arial, sans-serif;
    }

    #maker_list {
        width: 460px;
        margin: initial;
        font-family: arial, sans-serif;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    #maker_list .logo_block {
        width: 80px;
        height: 65px;
        border-radius: 3px;
        position: relative;
    }

    #maker_list .logo_block img {
        max-width: 65px;
        max-height: 25px;
    }

    #maker_list .logo_name {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 2em;
    }

    #maker_list .scroll_caption {
        display: block;
    }

    p#category_logo_label {
        font-size: 18px !important;
        margin-top: 10px;
    }

    #maker_list .logo_block.end {
        margin-right: 200px;
    }
}
