#Contents article section ul.nav_category {
    display: none;
}
#Contents article section ul li {
    width: calc((100% - 10px) / 2);
}
#Contents article section ul li:nth-child(2n) {
    margin-right: 0;
}