@charset "utf-8";

body {
    background-color: #EEE;
}
.h20-container {
    background-color: #FFF;
    padding: 20px;
}
.header-wrapper {
    background: #284198;
    padding: 20px 0;
    text-align: center;
}
h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
}
h2, h3 {
    font-weight: bold;
}

.h20-region-select {
    min-width: 8em;
}
.h20-switch {
    font-size: 1.0em;
    line-height: 1.5em;
    padding-top: 0.8em;
    padding-bottom: 0.7em;
}
.h20-switch > img {
    width: 120px;
    margin-top: 0.5em;
}
.h20-text {
    font-size: 1.1em;
    line-height: 1.4em;
}
.h20-footer {
    background: #284198;
    color: #fff;

    padding: 18px 0;
    text-align: center;
}
.h20-footer-heat20 {
    font-size: 20px;
    font-weight: bold;
}
.h20-footer-copy {
    margin-top: 0.5em;
}

.h20-column > .uk-alert {
    font-size: 120%;
}
.h20-column > .uk-alert > span {
    font-size: 150%;
}

.h20-region-area {
    width:1000px;
}

.h20-modal-back {
    float:right;
    color: inherit;
    text-transform: none;
    margin: -10px 10px 0 0;
    border: none;
    overflow: visible;
    padding: 0;
    background: transparent;
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}

.h20-modal-back:hover,
.h20-modal-back:focus {
    opacity: 0.5;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* 
.result_table th {
    background-color: #07d;
    color: white;
}
.input_table th {
    background-color: #07d;
    color: white;
} */

.result_table th {
    background-color: #07d !important;
    color: white !important;
    text-align: center;
}

.result_table td {
    text-align: center;
}

.input_table {
    table-layout: fixed;
}

.input_table th {
    background-color: #ebebeb85 !important;
    /* color: white !important; */
    border: 1px solid #ddd
}

.input_table th.actual {
    background-color: #3cb371 !important;
}

.input_table td {
    padding-left: 15px !important;
    border: 1px solid #ddd
}

.data_table td {
    vertical-align: middle;
}

.no-print {
    display: block;
}

.print-only {
    display: none;
}

.data_table th, .data_table td {
    border: 1px solid #ddd !important;
}

/* オートフィルを使用して入力したときにテキストボックスが青いままになるのを防止するためのスタイル */
.uk-form input[type="text"]:focus {
    background: white !important;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
