/* common.cssからの移植 */
.related-term-list-wrapper .block_list_subcategor {
    margin-top: 26px;
    background: #999;
}

.related-term-list-wrapper .block_list_subcategor ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.related-term-list-wrapper .block_list_subcategor ul li {
    display: table-cell;
    border-left: 2px solid #fff;
}

.related-term-list-wrapper .block_list_subcategor ul li a {
    display: block;
    padding: 9px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    width: 100%;
}

.related-term-list-wrapper .block_list_subcategor ul li a:hover {
    background: #b7b7b7;
}

.related-term-list-wrapper .block_list_subcategor ul li:first-child a {
    border: none;
}

/* style.cssからの移植 */
.related-term-list-wrapper .block_list_subcategor {
    background: #fff;
}

.related-term-list-wrapper .block_list_subcategor ul {
    text-align: center;
    margin-bottom: 30px;
}

.related-term-list-wrapper .block_list_subcategor ul li {
    background: #eee;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.related-term-list-wrapper .block_list_subcategor ul li a {
    color: #333;
    font-size: 11px;
    padding: 6px 14px;
}

.related-term-list-wrapper .block_list_subcategor ul li a:hover {
    color: #999;
    background: #eee;
    border-radius: 6px;
}
