@charset "utf-8";
@import url("search.css");



/* region for Record Overwrite */

    div#record {
        text-align: center;
        margin: 30px auto;
        float: none;
        clear: both;
    }

/* end region */



/* region for Pager Overwrite */

    div.pager {
        text-align: left;
        width: 960px;
        margin: 10px auto;
    }
    div.pager ul li {
        border: 1px solid #cbcbcb;
        display: inline-block;
    }
    div.pager ul li a {
        text-decoration: none;
        padding: 5px 10px;
        display: inline-block;
    }
    div.pager ul li a:hover {
        background: #eeeeee;
    }
    div.pager ul li a.active {
        background: #cbcbcb;
    }

/* end region */



    div#table {
        width: 960px;
        margin: 0 auto;
        text-align: center;
    }
    div#table ul {
        list-style: none;
        margin: 20px auto;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    div#table ul li {
        width: calc((100% / 4) - 10px);
        margin: 5px 0 5px 0;
    }

    table.actual {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
        background: #f5f5f5;
    }

    table.actual caption {
        border: 1px solid #cbcbcb;
        text-align: left;
        font-size: 85%;
        padding: 3px;
    }

    table.actual tr.img {
        background: #ffffff;
    }

    table.actual th,
    table.actual td {
        border: 1px solid #cbcbcb;
        padding: 3px;
        font-size: 85%;
    }

    table.actual th {
        background: #008200;
        width: 99px;
        color: #f0fff0;
    }
