/* greeting.html*/
.greeting .main img{
    margin-left: 0;
    margin-bottom: 20px;
}

/* history.html */
.history th {
    background: none;
    font-weight: normal;
}

.history td::before {
    content: "◎";
}

/* director.html */
.bgBlack .officer th {
    background: #666;
}

.officer .tbl_item col {
    width: 245px;
}

/* number.html */
.staff .tbl_head {
    width: auto;
}
.staff thead th, .ward thead th {
    background: #9ee1e8;
}

.bgBlack .staff thead th, .bgBlack .ward thead th {
    color: #333;
}

.staff tfoot th, .staff tfoot td {
    background: #f5f5f5;
}

.bgBlack .staff tfoot th, .bgBlack .staff tfoot td {
    background: #666;
}

.staff tbody th, .ward tbody th {
    background: none;
    font-weight: normal;
}

.staff th:last-child, .staff td:last-child {
    text-align: right;
}

.staff small {
    margin-left: 1em;
}

.staff small::before, .staff small::after {
    display: none;
}

/* premise.html */
.structure{
    font-size: 0.75em;
    margin-bottom: 20px;
}
.structure dt,
.structure dd{
    display: inline;
}
.structure dd::before{
    content: "〈";
}
.structure dd::after{
    content: "〉";
}

.ward{
    border: none;
}
.ward col {
    width: 20%;
}

.ward th, .word td {
    white-space: nowrap;
}

.ward td:nth-last-child(-n+3) {
    text-align: right;
}

/*.ward .total th,
.ward .total td ,*/
.ward .subtotal th,
.ward .subtotal td {
    background: #f5f5f5;
    font-weight: bold;
}

/*.bgBlack .ward .total th,
.bgBlack .ward .total td ,*/
.bgBlack .ward .subtotal th,
.bgBlack .ward .subtotal td {
    background: #666;
}
.ward tfoot td{
    border: none;
}
.ward dt,
.ward dd{
    display: inline;
}
.ward dt::after{
    content: "=";
}

/* sickbed.html */
.sickbed table{
    border: none;
}
.sickbed .tbl_head{
    width: 40%;
}
.sickbed thead th{
    background: #9ee1e8;
}
.bgBlack.sickbed thead th{
    color: #333;
}
.sickbed tbody th{
    background: #f5f5f5;
}
.bgBlack.sickbed tbody th{
    background: #333;
}
.sickbed tfoot td{
    border: none;
}
.sickbed tfoot p{
    font-size: 1em;
}

/* approve.html*/
.approve .tbl_head{
    width: 75%;
}
.approve thead th{
    background: #9ee1e8;
}
.bgBlack.approve thead th{
    color: #333;
}

/* shikinteikyo.html */
.fund table, .fund th, .fund td {
    border: none;
    background: none;
}

.fund {
    counter-reset: my-counter;
}

.fund caption {
    line-height: 1.3;
    padding-left: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.fund caption::before {
    display: block;
    float: left;
    content: counter(my-counter)"";
    counter-increment: my-counter;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: -1.4em;
}

.fund th {
    padding: 5px 0;
    width: 40%;
    font-weight: normal;
}
.fund th::before {
    content: "・";
}
.fund .other th{
    width: 70%;
}
.fund td {
    padding: 5px 0 5px 2em;
    width: 30%;
}
.fund tfoot td{
    width: auto;
    padding-left: 0;
}
.fund table dt {
    float: left;
    margin-right: 2em;
}
.fund .breakdown dt::before{
    content: "※";
}
.fund table dd {
    float: right;
}
.fund .breakdown dd{
    float: left;
}
/*.fund .breakdown .list{
    width: ;
}*/

/* result.html */
.result thead th{
    text-align: center;
}
.result tbody th{
    background: none;
    width: 80%;
}
.result tbody td{
    width: 20%;
    text-align: right;
}
.result .detail{
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #e0e0e0;
    margin-left: -20px;
    margin-right: -20px;
}
.result th .detail{
    text-indent: 1em;
}
.result small:first-of-type{
    margin-top: 10px;
}
.result small:last-of-type{
    padding-bottom: 0;
}
.result .detail::before,
.result .detail::after{
    content: "";
}
/* disease.html */
.disease thead th{
    text-align: center;
}
.disease tbody th{
    background: none;
    width: 70%;
    font-weight: normal;
}
.disease tbody td{
    width: 30%;
    text-align: center;
}
.disease .detail{
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #e0e0e0;
    margin-left: -20px;
    margin-right: -20px;
}
.disease th .detail{
    text-indent: 1em;
}
.disease small:first-of-type{
    margin-top: 10px;
}
.disease small:last-of-type{
    padding-bottom: 0;
}
.disease .detail::before,
.disease .detail::after{
    content: "";
}

/* other.html */
.other thead th{
    background: #9ee1e8;
}
.bgBlack.other thead th{
    color: #333;
}
.other tbody th{
    width: 25%;
}

/* area.html*/
.area table,
.area tfoot td{
    border: none;
}
.area thead th{
    background: #9ee1e8;
}
.bgBlack.area thead th{
    color: #333;
}
.area tfoot .list{
    font-size: 1em;
}
.area tfoot .list>li {
    padding-left: 2.4em;
}

.area tfoot .list>li::before {
    margin-left: -2.4em;
}
.area tfoot .list>li::before {
    content: "注"counter(my-counter)"）";
}
