aside .veu_postList {
    margin-bottom: 0;
}
/* コラム 人気記事 */ 
/* 順位カウンタをリセットする記述 */
#vkexunit_post_list-02 ul {
    counter-reset: wpp-ranking;
}
/* 順位を表示する記述１ */
#vkexunit_post_list-02 a.img {
    position: relative;
    display: block;
}
/* 順位を表示する記述２ */
#vkexunit_post_list-02 a.img:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    color:#fff;
    background: #b48c51;
    font-weight:bold;
    font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 20px;
}
.tab_item {
    width: calc(100%/2);
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    transition: all .2s ease;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}
.tab_item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    border-top: 1px solid #333;
    left: 0;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
}
#week:checked ~ #week_content,
#month:checked ~ #month_content {
    display: block;
}
.tabs input:checked + .tab_item {
    font-weight: 700;
    color: #000;
}
.tabs input:checked + .tab_item::before {
    border-top: 2px solid #333;
}
/* コラム */

.month_archive h2 {
    display: none;
}
.column_more_widget a.btn {
    display: block;
    background: #fff;
    color: #000;
}
.column_more_widget a.btn:hover {
    opacity: .6;
    color: #000 !important;
}

aside .searchform {
    display: flex;
    margin-top: 10px;
}
aside .searchform .form-control {
    margin-bottom: 0;
    margin-right: 5px;
}
aside .searchform .btn {
    width: 5em;
    color: #fff !important;
    padding: 0;

}

