﻿
body {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#loading {
    display: none;
}

#loading {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -30px;
}

.frm {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}

.header {
    height: 60px;
    background-color: #0000FF;
    text-align: center;
}

    .header h1 {
        line-height: 60px;
        color: #FFFFFF;
        font-family: 'MS Mincho';
    }

.MainMenu {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    margin-top: 50px;
}

#list {
    text-align: left;
    font-family: 'MS Mincho';
    font-size: 22px;
    list-style-type: circle;
}

    #list li {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

.footer {
    border-top: 1px solid #0000FF;
    width: 98%;
    margin: 0 auto;
}

.sub_header {
    font-family: 'MS Mincho';
    font-size: 16px;
    height: 30px;
    margin: 0 auto;
}
.dic_InfoDataTable {
    font-size: 16px;
    height: 30px;
    margin: 0 auto;
}
.h2 {
    line-height: 30px;
}

.h3 {
    line-height: 30px;
}

.cond {
    width: 70%;
    margin: 0 auto;
    margin-top: 8px;
    margin-right: 170px;
}
.infometion_Disp_Dv01 {
    width: 70%;
    margin: 0 auto;
    margin-top: 8px;
    
}
.cond_table {
    width: 100%;
}

    .cond_table tr {
        height: 30px;
    }

.cond_header_row {
    width: 300px;
    text-align: left;
    background-color: #87CEFA;
}

.cond_header_row2 {
    width: 30px;
    background-color: #87CEFA;
}

#nen_list {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

    #nen_list p {
        font-family: Meiryo;
        font-size: 20px;
    }

#T1 {
    margin: 0 auto;
    text-align: left;
}

#Tab_Data {
    border-collapse: separate;
    /*margin:0 auto;  
    border-spacing:200px 100px;*/
    text-align: left;
}

.Th1 {
    font-family: Meiryo;
    font-size: 20px;
    text-align: left;
    border-collapse: separate;
    border-spacing: 200px;
    background-color: lightyellow;
    margin: 10px;
}

.Td1 {
    border-collapse: separate;
    border-spacing: 200px 100px;
    text-align: left;
    background-color: whitesmoke;
    font-size: 19px;
}

.Td2 {
    border-collapse: separate;
    border-spacing: 200px 100px;
    text-align: left;
    background-color: white;
    font-size: 19px;
}

#page {
    text-align: right;
    margin-right: 50px;
    font-size: 26px;
}



.ErrMsg {
    width: 600px;
    background-color: aqua;
    height: 60px;
    margin: 0 auto;
    text-align: left;
}

    .ErrMsg p {
        font-family: Meiryo;
        font-size: 20px;
    }

.page2 {
    text-align: right;
}

#KenList {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    overflow: auto;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

    #page-top a {
        background: #666;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

        #page-top a:hover {
            text-decoration: none;
            background: #999;
        }

#link {
    height: 20px;
    width: 400px;
    position: absolute;
    right: 18px;
    top: 85px;
    /*text-align:right;*/
}

#prev, #next {
    color: red;
    cursor: pointer;
}

#cnt, #page_cnt {
    font-family: Meiryo;
    font-size: 18px;
    margin-left: 50px;
}

#_page {
    font-family: Meiryo;
    font-size: 22px;
}

#list1, #list2, #list3 {
    text-decoration: underline;
}

.left{
    text-align:left
}
.fileinfodata_lbl{
    text-align:left;
    width:100%;
    height:100%;
    font-size:16px;
}
.bunruiseleItem_txt {
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 20px;
}
.bunrui_list {
    text-align: center;
    width: 100%;
    height:500px;
    font-size:20px
}
.hylink_h{
    color:blue;
}
.fram_t {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fram_main {
    border: none;
    height: 100%;
    width: 100%;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}
#overlay {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
/*透明なdivで画面全体を覆う*/
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: #fff;*/
    background-color:aquamarine;
    opacity: 0.7;
    cursor: wait;
    z-index: 100000;
}
.overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.7;
    z-index: 2147483647;
    justify-content: center;
    align-items: center;
    /*transform: translate(50%, 50%);*/
}
.overlay3 {
    text-align: center;
    background: #f08080;
    width: 300px;
    height: 300px;
    position: absolute;
    /*top: 0;
    left: 0;*/
    /*bottom: 0px;
    right: 0px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.4s ease;
    /*transform: translateY(100%);*/
    /*transform: translate(200%, 200%);*/
    /*display: flex;
    justify-content: center;*/
}
.image_01 {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: translate(50%, 50%);*/
}
.wait_text {
    position: absolute;
    left: 48.5%;
    top: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
}