﻿header {
    background: #0071bc;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #FFFFFF;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

/* 新ホームページ用tables
----------------------------------------------------------*/
/*調整CSS_FORCE日永*/


table, caption, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    border-collapse: collapse;
}

table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.odd {
    background-color: #f6f6f6;
}

table.GairaiTable tr.odd td.GairaiTable-Gozen-Doctor-td,
table.GairaiTable tr.odd td.GairaiTable-Gogo-Doctor-td {
    border-left: 1px solid #fff;
    border-bottom: 2px solid #fff;
}



.even {
}


table.GairaiTable {
    width: 98%;
    margin: 5% auto;
    font-size: 0.8rem;
}

    table.GairaiTable td {
        width: 12.5%;
        text-align: center;
        padding: 2% 0;
    }

        table.GairaiTable td.GairaiTable-Date-td,
        table.GairaiTable td.GairaiTable-Shinryouka-td {
            background-color: #760018;
            color: #fff;
            padding: 0;
        }


        table.GairaiTable td.GairaiTable-Gozen-td,
        table.GairaiTable td.GairaiTable-Gogo-td {
            color: #760018;
            font-weight: bold;
        }

        table.GairaiTable td.GairaiTable-Gozen-td,
        table.GairaiTable td.GairaiTable-Shinryouka-td {
            border-bottom: 2px solid #f5f5f5;
        }

    table.GairaiTable tr.odd td.GairaiTable-Gozen-td {
        border-bottom: 2px solid #fff;
    }


    table.GairaiTable td.GairaiTable-Gogo-td {
        border-bottom: 2px solid #f5f5f5;
    }


    table.GairaiTable td.GairaiTable-Gozen-Doctor-td,
    table.GairaiTable td.GairaiTable-Gogo-Doctor-td {
        border-left: 1px solid #f5f5f5;
        border-bottom: 2px solid #f5f5f5;
    }


GairaiTable-Gozen-Rinji-td,
.GairaiTable-Gogo-Rinji-td {
    background-color: #ffe;
    color: #0026ff;
}

table.ChangeList {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    table.ChangeList th:first-child {
        border-radius: 5px 0 0 0;
    }

    table.ChangeList th:last-child {
        border-radius: 0 5px 0 0;
        border-right: 1px solid #3c6690;
    }

    table.ChangeList th {
        text-align: center;
        color: white;
        background: linear-gradient(#829ebc,#225588);
        border-left: 1px solid #3c6690;
        border-top: 1px solid #3c6690;
        border-bottom: 1px solid #3c6690;
        box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
        width: 25%;
        padding: 10px 0;
    }

    table.ChangeList td {
        text-align: center;
        border-left: 1px solid #a8b7c5;
        border-bottom: 1px solid #a8b7c5;
        border-top: none;
        box-shadow: 0px -3px 5px 1px #eee inset;
        width: 25%;
        padding: 10px 0;
    }

        table.ChangeList td:last-child {
            border-right: 1px solid #a8b7c5;
        }

    table.ChangeList tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    table.ChangeList tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

input {
    max-width: 90%;
    height: 2em;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
}

    input:focus {
        -webkit-box-shadow: 0px 0px 5px #55ccff;
        box-shadow: 0px 0px 5px #55ccff;
        border: 1px solid #55ccff;
        background: #ffffff;
    }

    input::after {
        content: "▼";
    }
.ChangeList {
    width: 100%;
    table-layout: fixed;
}