body {
    background-color: #e9e9e9;
    text-align: center;
}

@media screen and (max-width: 959px) {
    body {
        font-size: 9px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 9px !important;
    }
}

#wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    text-align: left;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
}

#header {
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
}

#contents {
    position: relative;
    text-align: center;
}

h1 {
    position: relative;
    padding: 1em 0;
    margin-top: 10px;
    color: #555;
}

h1::before,
h1::after {
    /*margin-top: 10px;*/
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
}

h1::before {
    margin-top: 10px;
    top: 0;
    border-top: 2px solid #0024ff;
    border-bottom: 1px solid #5e71e5;
}

h1::after {
    margin-bottom: 10px;
    bottom: 0;
    border-top: 1px solid #5e71e5;
    border-bottom: 2px solid #0024ff;
}

h2 {
    position: relative;
    padding: 0 .5em .5em 1.7em;
    border-bottom: 1px solid #5e71e5;
    text-align: left;
    /*width: 50%;*/
    width: 75%;
    margin-left: 10px;
}

h2::after {
    position: absolute;
    top: .4em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #5e71e5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

H3 {
    padding: 20px 0px 0px 10px;
    text-align: left;
}

H4 {
    padding: 20px 0px 0px 10px;
    text-align: left;
}

H5 {
    padding: 20px 0px 0px 10px;
}

li {
    padding: 7px;
}

ul.env li {
    padding: 2px;
}

#pankuzu {
    position: relative;
    text-align: left;
    padding-left: 10px;
}

#msg1 {
    position: relative;
    text-align: left;
    padding: 0px 15px 20px 20px;
}

#border {
    position: relative;
    border: double black;
    /*width:700px;*/
    width: 75%;
    padding: 0px 30px 0px 30px;
    margin: 0 auto;
}

.index {
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ftsl01 {
    font-size: 16px;
}

.ftsl02 {
    font-size: 16px;
}

.ftsl03 {
    text-align: left;
}

.ftsl04 {
    font-size: 16px;
    text-align: left;
}

.ftsl-disk {
    text-align: left;
    list-style-type: disc
}

/*<同意ボタン>*/
.chkboxAgree {
    display: none;
}

.chkboxAgree+label {
    border-radius: 5px;
    background: #aaa;
    color: #000;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
}

.chkboxAgree:checked+label {
    background-color: #7fbfff;
}

/*</同意ボタン>*/
/*<非同意ボタン>*/
.btnDisagreeStyle {
    border-radius: 5px;
    background: #aaa;
    color: #000;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
    height: 50px;
}

.btnDisagreeStyle:hover {
    background: #b10a0a;
    color: #fff;
}

.btnDisagreeStyle:disabled {
    background: #eee;
    color: #888;
}

/*</非同意ボタン>*/
/*<操作ボックス>*/
.ope_msg {
    position: relative;
    text-align: center;
    padding: 15px 15px 20px 20px;
    border-bottom: #5e71e5 dashed 1px;
    color: #2008b1;
    /* -moz-user-select: none; */
    /* -webkit-user-select: none; */
    /* -ms-user-select: none; */
}

.ope_block {
    margin: 0 auto;
    /* 中央寄せ */
    margin-top: 13px;
    overflow: hidden;
    width: 95%;
    border: #5e71e5 solid 2px;
}

/*</操作ボックス>*/
/*<地図選択>*/
#frm_content_selectmap {
    height: auto;
}

.selectmap_ro {
    display: none;
}

.selectmap_ro+label {
    color: #000;
    background-color: #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
}

.selectmap_ro:checked+label {
    color: #000;
    background-color: #7fbfff;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.tbl_selectmap {
    overflow: scroll;
    background-color: #fff;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 5px;
    /* width: 100%; */
}

.tbl_selectmap table {
    box-sizing: border-box;
    width: 100%;
    border-spacing: 0;
}

.tbl_selectmap th {
    white-space: nowrap;
    height: 35px;
    background: #2008b1;
    border: solid 2px #ccc;
    color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 300;
}

.tbl_selectmap td {
    white-space: nowrap;
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}

.ul_selectmap li {
    padding: 0 0;
    font-size: 13px;
}

/*</地図選択>*/
.btnShow {
    color: #000;
    font-size: 15px;
    border: none;
    background-color: #7fbfff;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.3);
    user-select: none;
}

.btnShow:hover {
    background: #2008b1;
    color: #ffffff;
}

.btnShow:disabled {
    background: #eee;
    color: #888;
}

/*****************************************************************************
<msgbox> 
******************************************************************************/
.btnInfoStyle {
    border-radius: 5px;
    background: #0398e2;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.btnInfoStyle:hover {
    background: #eee;
    color: #00f;
}

.msg_content {
    position: relative;
    height: 190px;
    width: auto;
    padding: 10px;
    font-size: 1.2em;
    background: #f5f5f5;
    word-wrap: break-word;
}

/*****************************************************************************
</msgbox> 
******************************************************************************/
/*******************************************************************************
*<jspanel override>
*******************************************************************************/
.jsPanel-content {
    overflow-x: auto !important;
}

/*******************************************************************************
*</jspanel override>
*******************************************************************************/
.btnPDFStyle {
    border-radius: 5px;
    background: #B30B00;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.btnPDFStyle:hover {
    background: #d8d8d8;
    color: #f00;
}

.btnWarningStyle {
    border-radius: 5px;
    background: #f58019;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.btnWarningStyle:hover {
    background: #d8d8d8;
    color: #f00;
}

/*----------------------------------------------- */
/*----------------------------------------------- */