﻿.category-page .list {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

    .category-page .list:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 7px;
        left: 4px;
        width: 1px;
        bottom: 20px;
        background-color: #E5E5E5;
    }

.category-page .motif-header .title a {
    font-size: 40px;
}

.category-page .more-wrap .left .list .time-wrap {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.time-wrap {
    position: relative;
    z-index: 3;
    min-height: 18px;
    margin-bottom: 10px;
}

    .time-wrap:before {
        content: "";
        width: 9px;
        height: 9px;
        background-color: #ED1C24;
        position: absolute;
        z-index: 4;
        left: -30px;
        top: 7px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .time-wrap span {
        color: #525252;
        font-size: 14px;
    }