header {
    width: 100%;
    min-width: 1200px;
}

input[type="checkbox"] {
    transform: scale(1.3);
    text-align: center;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
    border-left: 5px gray solid;
    padding-left: 10px;
    /*margin-top: 10px;*/
}

ul {
    margin-bottom: 0px;
}

.must {
    color: tomato;
    font-weight: bold;
    margin-left: 5px;
}

.text-muted {
    font-size: 0.8rem;
}

.side-area {
    width: 200px;
}

.main-area {
    width: auto;
    margin-right: 10px;
}

.main-area_2 {
    width: 1700px;
}

.col-head {
    width: 210px;
}

.col-amount {
    width: 130px;
}

.table-scroll {
    width: 1600px;
    /*overflow-x: scroll;*/
    height: 400px;
    font-size: 0.8em;
}

.table-scroll-vertical {
    height: 530px;
    overflow: scroll;
    font-size: 0.8em;
}

.table-subsidy-scroll-vertical {
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 0.8em;
    width: 1750px;
}

.table-nonscroll {
    width: 800px;
}

.btn-font-sm {
    font-size: 0.8em;
}

.amount-result {
    color: tomato;
}

.enter-cell {
    background-color: lightgoldenrodyellow;
}

.bg-finished {
    background-color: lightgrey;
}

.bg-target {
    background-color: #ffffb7;
}


/* 交付申請の通知希望日アラート用 */

.bg-3w-ago {
    background-color: #ffffb7;
}

.bg-2w-ago {
    background-color: #ffdbb7;
}

.bg-1w-ago {
    background-color: #ffb7b7;
}

/* 事業基本計画書一覧 */
.table-plan-scroll-vertical {
    font-size: 0.8em;
    max-height: calc(100vh - 220px);
    width: calc(100vw - 300px);
    overflow: scroll;
}
.fixed-table-plans {
    width: 1160px;
    table-layout: fixed;
    margin: 0;
}

/* 交付申請情報一覧 */
.table-project-scroll-vertical {
    font-size: 0.8em;
    max-height: calc(100vh - 250px);
    width: calc(100vw - 300px);
    overflow: scroll;
}
.fixed-table-subsidys {
    width: 1700px;
    table-layout: fixed;
    margin: 0;
}
/* 申請者、総括班 */
.fixed-table-apps-1 {
    width: 2665px;
    table-layout: fixed;
    margin: 0;
}

/* 執行状況一覧 */
.table-execs-container{
    height: calc(100vh - 350px);
}
/* 総括上段 */
.table-execs-scroll-vertical {
    font-size: 0.8em;
    max-height: 75%;
    width: calc(100vw - 300px);
    overflow: scroll;
}
.fixed-table-execs-total-1 {
    width: 2900px;
    table-layout: fixed;
    margin: 0;
}

/* 総括下段 */
.table-execs-total-2-scroll-vertical {
    font-size: 0.8em;
    width: calc(100vw - 300px);
    height: auto;
    overflow-x: scroll;
}
.fixed-table-execs-total-2 {
    width: 2300px;
    table-layout: fixed;
    margin: 0;
}

/* 個別 */
.table-execs-details-scroll-vertical {
    font-size: 0.8em;
    max-height: calc(100vh - 280px);
    width: calc(100vw - 300px);
    overflow: scroll;
}
.fixed-table-execs-details {
    width: 4000px;
    table-layout: fixed;
    margin: 0;
}

/* 施工状況 */
.table-constructs-container {
    height: calc(100vh - 300px);
}
.table-constructs-scroll-vertical {
    font-size: 0.8em;
    max-height: 55%;
    width: calc(100vw - 300px);
    overflow: scroll;
}
.table-constructs-summary-scroll-vertical {
    font-size: 0.8em;
    width: calc(100vw - 300px);
    height: auto;
    overflow-x: scroll;
}
.fixed-table_consts {
    width: 5100px;
    table-layout: fixed;
    margin: 0;
}
.fixed-table_consts-summary {
    width: 3500px;
    table-layout: fixed;
    margin: 0;
}

/* 内示一覧 */
.table-unofficial-container{
    height: calc(100vh - 250px);
}
.table-unofficial-scroll-vertical {
    font-size: 0.8em;
    height: 75%;
    width: calc(100vw - 300px);
    overflow: scroll;
}
.table-unofficial-summary-scroll-vertical {
    font-size: 0.8em;
    width: calc(100vw - 300px);
    height: auto;
    overflow-x: scroll;
}
.fixed-table-unofficials {
    width: 2900px;
    table-layout: fixed;
    margin: 0;
}
.fixed-table-unofficials-summary {
    width: 1405px;
    table-layout: fixed;
    margin: 0;
}


.fixed-table-separage-total {
    width: 1000px;
    table-layout: fixed;
}

.error {
    color: tomato;
    font-weight: bold;
    font-size: 0.8em;
}

.col-w2 {
    width: 40px;
}

.col-w4 {
    width: 65px;
}

.col-w5 {
    width: 85px;
}

.col-w8 {
    width: 120px;
}

.col-w10 {
    width: 150px;
}

.col-w15 {
    width: 210px;
}

.col-w20 {
    width: 320px;
}

.col-w-amount {
    width: 110px;
}

.col-w2-amount {
    width: 110px;
}


/* amount4つ分の幅 */

.col-w-amountx4 {
    width: 440px;
}


/* 内示表取込エラー */

.col-error {
    background-color: #ffb7b7;
}

.col-fixed {
    background-color: gainsboro;
}


/*表 タイトル行と指定列の固定*/

.table-fixed01,
.table-fixed02 {
    position: sticky;
    top: 0;
    left: 0;
    color: #fff;
    background: #17a2b8;
}

.table-fixed01-col,
.table-fixed02-col {
    position: sticky;
    top: 0;
    left: 0;
    /*color: #000;*/
    background: #EEEEEE;
}

.table-fixed02-col-construct {
    position: sticky;
    left: 0;
    /*color: #000;*/
    background: #EEEEEE;
}

.table>thead>tr>th {
    border-collapse: collapse;
    border: 1px solid #333;
}

.table>tbody>tr>td {
    border-collapse: collapse;
    border: 1px solid #333;
    width: 110
}

.table-fixed01 {
    z-index: 3;
}

.table-fixed02 {
    z-index: 2;
}

.table-fixed01-col {
    z-index: 3;
}

.table-fixed02-col {
    z-index: 2;
}

.table-fixed02-col-construct {
    z-index: 2;
}

.top-h1 {
    top: 28.0px;
}

.top-h2 {
    top: 57.0px;
}

.exec-top-h2 {
    top: 56.0px;
}

.top-minus {
    top: -3px;
}

.top-h41half {
    top: 41.5px;
}

.construct-top-h1 {
    top: 43px;
}

.construct-top-h2 {
    top: 74px;
}

.top-h70 {
    top: 70px;
}

.top-h70half {
    top: 71.5px;
}

.left-w1 {
    left: 40px;
}

.left-w150 {
    left: 150px;
}

.left-w148 {
    left: 148px;
}

.left-w85 {
    left: 85px;
}

.left-w125 {
    left: 125px;
}

.left-w85half {
    left: 85.5px;
}

.left-w65 {
    left: 65px;
}

.left-w217 {
    left: 217px;
}

.left-w338 {
    left: 336px;
}

.left-w423 {
    left: 423px;
}

.left-w574 {
    left: 574px;
}

.left-w83 {
    left: 83px;
}

.left-w120 {
    left: 120px;
}

.left-w200 {
    left: 200px;
}

.left-w205 {
    left: 205px;
}

.left-w235 {
    left: 235px;
}

.left-w320 {
    left: 320px;
}

.left-w300 {
    left: 300px;
}

.left-w420 {
    left: 420px;
}

.left-w505 {
    left: 505px;
}

.left-w655 {
    left: 655px;
}

.table-cell-underline {
    color: #555555;
    text-decoration: underline double #555555;
}

col.example2 {
    visibility: collapse;
}

.hide {
    /*visibility: collapse*/
    display: none
}

.indicate {
    /*visibility: collapse*/
    display: ""
}

a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
}

a.btn--orange:hover {
    margin-top: 3px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}

a.btn--blue {
    color: #fff;
    background-color: #5D99FF;
    border-bottom: 5px solid #4689FF;
}

a.btn--blue:hover {
    margin-top: 3px;
    color: #fff;
    background: #5D99FF;
    border-bottom: 2px solid #4689FF;
}

a.btn--green {
    color: #fff;
    background-color: #00DD00;
    border-bottom: 5px solid #00662d;
}

a.btn--green:hover {
    margin-top: 3px;
    color: #fff;
    background: #00DD00;
    border-bottom: 2px solid #00662d;
}

a.btn--gray {
    color: #fff;
    background-color: #EEEEEE;
    border-bottom: 5px solid #CCCCCC;
}

a.btn--gray:hover {
    margin-top: 3px;
    color: #fff;
    background: #EEEEEE;
    border-bottom: 2px solid #CCCCCC;
}

a.btn--yellow {
    color: #000;
    background-color: #FFFFAA;
    border-bottom: 5px solid #FFFF00;
}

a.btn--yellow:hover {
    margin-top: 3px;
    color: #000;
    background: #FFFFAA;
    border-bottom: 2px solid #FFFF00;
}

a.btn--purple {
    color: #000;
    background-color: #DCC2FF;
    border-bottom: 5px solid #9057FF;
}

a.btn--purple:hover {
    margin-top: 3px;
    color: #000;
    background: #DCC2FF;
    border-bottom: 2px solid #9057FF;
}

input.btn--orange {
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
}

input.btn--orange:hover {
    margin-top: 3px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}

input.btn--blue {
    color: #fff;
    background-color: #4689FF;
    border-bottom: 5px solid #005FFF;
}

input.btn--blue:hover {
    margin-top: 3px;
    color: #fff;
    background: #4689FF;
    border-bottom: 2px solid #005FFF;
}

input.btn--green {
    color: #fff;
    background-color: #00DD00;
    border-bottom: 5px solid #00662d;
}

input.btn--green:hover {
    margin-top: 3px;
    color: #fff;
    background: #00DD00;
    border-bottom: 2px solid #00662d;
}

input.btn--gray {
    color: #fff;
    background-color: #EEEEEE;
    border-bottom: 5px solid #888888;
}

input.btn--gray:hover {
    margin-top: 3px;
    color: #fff;
    background: #EEEEEE;
    border-bottom: 2px solid #888888;
}

input.btn--yellow {
    color: #000;
    background-color: #FFFFAA;
    border-bottom: 5px solid #FFFF00;
}

input.btn--yellow:hover {
    margin-top: 3px;
    color: #000;
    background: #FFFFAA;
    border-bottom: 2px solid #FFFF00;
}

input.btn--purple {
    color: #000;
    background-color: #DCC2FF;
    border-bottom: 5px solid #9057FF;
}

input.btn--purple:hover {
    margin-top: 3px;
    color: #000;
    background: #DCC2FF;
    border-bottom: 2px solid #9057FF;
}

/* 小さい画面でタイトルのフォントサイズを縮小 */
@media (max-width: 1550px) {
    .navbar-brand {
      font-size: 1rem;
    }
}
@media (max-width: 1320px) {
    .navbar-brand {
      font-size: 0.8rem;
    }
}

/* 数値入力 IEでクリアボタンを出さない */
input[type=tel]::-ms-clear {
    display: none;
}
