﻿/*分頁設定*/
.css_PageList {
    margin: 24px 0;
}

    .css_PageList span span {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity = 65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

    .css_PageList A, .css_PageList a:link, .css_PageList a:visited, .css_PageList a:active {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .css_PageList A:hover {
            background-color: #e1241e;
        }
