@charset "utf-8";
/* CSS Document */

.p_page a {
position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
}

.p_page span {
position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
}

.p_page a:hover {
    color: #fff;
    border-color: #e10b0b;
    cursor: pointer;
    text-decoration: none;
    background-color: #e10b0b;
}

.p_page a.page-num-current {
    text-decoration: none;
    background-color: #e10b0b;
    color: #fff;
    border-color: #e10b0b;
}

