@charset "UTF-8";

.category-follow-box .thumbnail {
    width: 50px;
    float: left;
}
.category-follow-box .thumbnail img {
    width: 100%;
}
.category-follow-box .info {
    margin-left: 65px;
    position: relative;
    margin-top: 6px;
}
.category-follow-box .info > :last-child {
    margin-top: 3px;
    font-size: 11px;
    color: #6d84b4;
}
.category-follow-box .cat-name {
    font-weight: bold;
    color: #dd0000;
    font-size: 14px;
    margin-left: 2px;
}
.category-follow-box .LHV2-follow-switcher {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}