﻿.ShowMainArea {
    padding-left: 20px;
}

    .ShowMainArea .title {
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 25px;
        color: #000;
        padding: 10px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .ShowMainArea .infobox {
        height: 50px;
        border-bottom: dashed 1px #e8e7e7;
        padding: 5px;
        margin: 20px;
        position: relative;
    }

        .ShowMainArea .infobox .dot {
            width: 8px;
            height: 8px;
            display: inline-block;
            margin-right: 10px;
        }

        .ShowMainArea .infobox a {
            color: #000;
            font-size: 18px;
            text-decoration: none;
        }

        .ShowMainArea .infobox .date {
            position: absolute;
            right: 0;
            width: 100px;
            display: inline-block;
            text-align: right;
            color: #000;
            font-size: 18px;
            margin-right: 10px;
        }

    .ShowMainArea .pages {
        width: 95%;
        padding: 10px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 120px;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .ShowMainArea .pages span {
            display: inline-block;
            width: 28px;
            height: 28px;
        }

        .ShowMainArea .pages a {
            display: inline-block;
            margin-right: 10px;
            width: 28px;
            height: 28px;
            color: #000;
            font-size: 14px;
            text-decoration: none;
            border: 1px solid #5c9bf1;
            line-height: 28px;
            /*background-color: #5c9bf1;*/
            text-align: center;
            border-radius: 50%;
        }

        .ShowMainArea .pages .currentPage {
            border: 1px solid #e40bda;
        }
