#main-area {
    padding: 10px 10px;
}

#list-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

#list-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}

#list-style {
    margin: 17px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#list-total {
    font-size: 13px;
    width: calc(100% - 70px);
    text-align: left;
}

#list-view-cnt {
    position: relative;
    width: 70px;
    text-align: center;
}

#list-view-cnt:after {
    content: "∨";
    position: absolute;
    top: 5px;
    right: 10px;
}

#list-view-cnt>select {
    width: 100%;
    height: 33px;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #efefef;
    border-radius: 0;
    outline: none;
    padding: 0 5px;
    background-color: #fff;
}

#list-table {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    word-break: break-word;
    border-collapse: collapse;
}

#list-tr-name-box {

}

#list-tr-name-box th {
    border-top-color: #333;
    border-bottom-color: #f2f2f2;
    color: #4e4e4e;
    height: 40px;
    padding: 2px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

tbody td {
    height: 28px;
    padding: 10px 7px;
    border-bottom: 1px solid #eee;
}

.list-td-no {
    color: #555;
    text-align: center;
    font-size: 12px;
    width: 7%;
    font-weight: 400;
}

.list-td-title {
    text-align: left;
    width: 48%;
}

.list-td-title>a {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.list-td-name {
    color: #555;
    text-align: left;
    font-size: 14px;
    width: 18%;
    font-weight: 400;
}

.list-td-date {
    color: #555;
    text-align: center;
    font-size: 14px;
    width: 20%;
    font-weight: 400;
}

.list-td-hit {
    color: #555;
    text-align: center;
    font-size: 14px;
    width: 7%;
    font-weight: 400;
}

.list-mobile {
    display: none;
}

#no-search {
    text-align: center;
}

#list-bottom-box {
    margin-top: 30px;
    text-align: right;
}

#list-button-btn-post {
    height: 33px;
    padding: 6px 13px;
    font-size: 13px;
    color: #777;
    border: none;
    border: 1px solid rgba(4, 163, 255, 0.7);
}

.paging-container {
    margin-top: 50px;
    text-align: center;
}

.paging-container ul li {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    cursor: pointer;
}

.paging-container ul li#table1_next {
    display: none;
}

.paging-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    background-color: rgba(4, 163, 255, 0.7);
}

.paging-container ul li a:-webkit-any-link {
    color: rgba(4, 163, 255, 0.7);
    background-color: #fff;
}

.paging-container ul li.first a,
.paging-container ul li.text a {
    color: rgba(4, 163, 255, 0.7);
    background-color: #fff;
}


@media ( max-width: 768px ) {
    footer {
        margin-top: 100px;
    }

    #main-area {
        padding: 0;
    }
    
    #list-top {
        padding-bottom: 0;
        display: flex;
        align-items: center;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    
    #list-title {
        margin-left: 10px;
        display: block;
        width: calc(100% - 70px);
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
    }
    
    #list-style {
        margin: 0;
        align-items: center;
    }
    
    #list-total {
        display: none;
    }

    #list-view-cnt {
        margin-right: 10px;
    }
    
    #list-view-cnt:after {
        top: 8px;
        font-size: 11px;
    }

    #list-tr-name-box {
        display: none;
    }
    
    tbody td {
        height: auto;
        padding: 10px 7px;
        border-bottom: 1px solid #eee;
    }
    
    .list-td-no {
        display: none;
    }
    
    .list-td-title {
        display: none;
    }
    
    .list-td-title>a {
        display: none;
    }
    
    .list-td-name {
        display: none;
    }
    
    .list-td-date {
        display: none;
    }
    
    .list-td-hit {
        display: none;
    }

    .list-mobile {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-mobile-top {
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
    }

    .list-mobile-title {
        width: calc(100% - 35px);
        font-weight: 400;
        font-size: 0.95em;
        color: #111;
    }

    .list-mobile-comment {
        margin-left: 10px;
        width: 25px;
        text-align: center;
        line-height: auto;
        background-color: rgba(245, 245, 245, 0.838);
        border-radius: 5px;
    }

    .list-mobile-middle {
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
    }

    .list-mobile-name {
        font-size: 0.75em;
        font-weight: 400;
        color: rgb(172, 172, 172);
    }

    .list-mobile-hit {
        margin-left: 13px;
        font-size: 0.75em;
        font-weight: 400;
        color: rgb(172, 172, 172);
    }

    .list-mobile-bottom {
        margin-top: 2px;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
    }

    .list-mobile-date {
        font-size: 0.75em;
        font-weight: 400;
        color: rgb(172, 172, 172);
    }
    
    #list-bottom-box {
        display: none;
    }
    
    .paging-container {
        margin-top: 20px;
        text-align: center;
    }
}