#center_base {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
}

#center1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#center2 {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 330px;
}

#center3 {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 550px;
}

html {
    height: 100%;
}

body {
    color: #000000;
    font-size: 9pt;
    /* moritemp font-family:ＭＳ Ｐゴシック;*/
    height: 90%;
}

form {
    height: 100%;
    margin: 0;
    padding: 0;
}

table {
    color: #000000;
    font-size: 9pt;
    /* moritemp font-family:ＭＳ Ｐゴシック; */
}

table.def {
    border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

.def td {
    border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    padding: 0.3em 1em;
}

.def td.head {
    background-color: #dce9ff;
}

td.def {
    border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    padding: 0.3em 1em;
}

table.child {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

.child td {
    border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    padding: 0.3em 1em;
}

.child td.head {
    background-color: #F0F8FF;
}

table.agency {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

.agency td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0;
}

.def td.noline {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0.3em 1em;
}

.def td.noline2 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0;
}

.def td.noline3 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #663300;
    padding: 0.3em 1em;
}

table.info_bk {
    border-top: 10px double #FF6347;
    border-left: 10px double #FF6347;
    border-right: 10px double #FF6347;
    border-bottom: 10px double #FF6347;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

table.hikkoshi {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

.hikkoshi td {
    border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    padding: 0;
}

td.input_head {
    text-align: left;
    background-color: #dce9ff;
    font-size: 8pt;
    /* moritemp font-family: ＭＳ Ｐゴシック;*/
    font-weight: bold;
}

input.button {
    width: 150px;
}

/* moritemp */
input.button_print {
    width: 150px;
}

.comment {
    color: Blue;
    font-size: 9pt;
    /* moritemp font-family: ＭＳ Ｐゴシック;*/
    font-weight: bold;
}

.annotation {
    /* color: Red; */
    font-size: 9pt;
    /* moritemp font-family: ＭＳ Ｐゴシック;*/
    font-weight: bold;
}

input, select, textarea {
    /* 2014.01.05 UPD START BT14-010-193 井上 */
    font-size: 1em;
    /*font-size: 8pt;*/
    /* 2014.01.05 UPD END   BT14-010-193 井上 */
    /* moritemp font-family: ＭＳ Ｐゴシック;*/
}

@media screen and (min-width : 320px) and (max-width : 1024px) {
    /* 2014.01.15 UPD START BT14-010-262 井上 */
    a.button_print {
        display: none !important;
    }
    /* 2014.01.15 UPD START BT14-010-262 井上 */
}

@media print {
    body {
        zoom: 97%;
    }

    input {
        display: none;
    }
}

/* 2014.12.26 ADD START BT14-010-146 井上 */
@media screen and (max-device-width: 800px) {
    /*-----------------------------------*/
    /*--　      モバイルページ         --*/
    /*-----------------------------------*/

    #center3 {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 90%;
    }
}
/* 2014.12.26 ADD END   BT14-010-146 井上 */

/* 2024.06.04 ADD START BT24-001-G300050 BISテキ禹 */
/*========================================
all_bnr
========================================*/
.all_banner {
    position: fixed;
    bottom: 10px;
    z-index: 100;
}

.all_banner_open {
    position: absolute;
    right: 0;
    top: -28px;
}

.all_banner_close {
    position: fixed;
    bottom: 10px;
    z-index: 50;
}

@media (max-width: 450px) {
    .all_banner {
        max-width: 90%;
        margin: 0 auto;
    }

    .all_banner img {
        width: 100%;
        height: auto;
    }

    .all_banner_close {
        max-width: 90%;
        margin: 0 auto;
    }

    .all_banner_close img {
        width: 100%;
        height: auto;
    }
}
/* 2024.06.04 ADD END   BT24-001-G300050 BISテキ禹 */