body .content a{
    color:#333;
}
body .content a:hover{
    text-decoration: underline;

}

body .content h2 a{
    color:unset;

}

body .the__category{
    display:none;

}

body .content .archiveScode-rank .archiveScode__item:before{
    display:none;
}

body .content div.archiveScode{
    margin-top:unset;
    border-top:0;

}

/*TOP画面のsidebarの検索はいらない*/
aside.widget.widget-side.widget_fit_search_refine_class{
    display:none;
}