<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 宕囨槑涓や細鍒楄〃椤�
 * date:2021-03-12
 * author: wppei;
 */

.list-box {
    padding: 5px 10px;
}

.list-box li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
}

.list-con {
    position: relative;
    display: block;
    margin-right: 150px;
    padding-left: 7px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-con:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.list-con:hover {
    color: #c80000;
    text-decoration: underline;
}

.list-con:hover::before {
    background-color: #c80000;
}

.list-time {
    width: 150px;
    text-align: right;
    color: #555;
}

.pager {
    margin: 30px 0 50px 0;
}

.m-pagination-page&gt;li.active&gt;a {
    border-color: #c80000;
    background-color: #c80000;
}

.m-pagination-page&gt;li:hover&gt;a,
.m-pagination-group&gt;button:hover {
    border-color: #c80000;
}

.m-pagination-info&gt;span {
    color: #c80000;
}</pre></body></html>