/*
 * main.css
 * copyright (c) HCC 2014
 */

/* main tags */
html,
body {
    font-family: arial, helvetica, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* overflow: hidden !important; */
    background-color: #FFFFFF;

}

#mapBody {
    position: fixed !important;

}

/* loading */
#loading {
    width: 100%;
    height: 100%;
    padding-top: 10em;
    text-align: center;
    cursor: wait;
}

/* container */
.container-fluid {
}

.scrollbox::-webkit-scrollbar-button {
    display: none;
}


.table {
    /* margin-bottom: 5em; */
}

#findPanel {
    /*
        padding-bottom: 5em;
        margin-bottom: 5em;
    */
}

/*　mainMap */
#mainMap {
    border: 1px solid #333333;
    width: 100%;
    height: 100%;
}

/* subPanel */
#subPanel {
    overflow: auto;
    /*padding-top: 10px;*/
    border: 1px solid #333333;
    width: 100%;
    /* height: 100%; */
    /* padding-bottom: 4em; */
    background-color: var(--slate-700);
    color: var(--slate-300);
}

#areaMap {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    width: 160px;
    height: 200px;
    /*z-index: 100;*/
    border: 1px solid white;
}
/*
@media (hover: none) and (pointer: coarse){
    #areaMap {
        position: absolute;
        right: 0.5em;
        bottom: 5.5em; !* 4.5em * 1.5 *!
        width: 160px;
        height: 200px;
        !*z-index: 100;*!
        border: 1px solid white;
    }
}
*/

a.external-link {
    color: var(--slate-100);
    text-decoration-line: none;
}
a.external-link:hover {
    color: var(--slate-100);
    text-decoration-line: none;
}
a.external-link:active {
    color: var(--slate-100);
    text-decoration-line: none;
}

.overTable {
    margin-bottom: 2em;
    background-color: var(--slate-800);
    color: var(--slate-300);
}
.overTable > tr.findlist-header > th.head {
    background-color: var(--slate-600);
    color: var(--slate-100);
}


/* for Popup */
#popup-content {
    width: 340px !important;
}

.search_list {
    cursor: pointer;
}

table.popup {
    /*background-color: #fcfcfc;*/
    background-color: var(--slate-600);
    /*margin: 2px 2px 2px 2px;*/
    margin: 0;
    width: 100%;
}

td.popup {
    white-space: nowrap;
    /*border: 1px solid #c0c0c0;*/
    border: 1px solid var(--slate-500);
    /*background-color: #FFFDFB;*/
    /*font-size:90%; */
    padding: 0px 5px 0px 5px;
    /*width: 100%;*/
    /* white-space:normal;  */
    white-space: normal;
    background-color: var(--slate-700);
    color: var(--slate-200);
}

td.popup_null {
    white-space: nowrap;
    border: 1px solid #c0c0c0;
    text-align: left;
}

td.popup_img {
    white-space: nowrap;
    padding: 0px 4px 0px 2px;
}

th.popup {
    /*font-weight:bold;*/
    white-space: nowrap;
    /*border: 1px solid #c0c0c0;*/
    border: 1px solid var(--slate-500);
    /*background-color:#F1FFC8;*/
    color: var(--slate-100);
    background-color: /*#F1FFC8*/ var(--slate-600);
    font-weight: normal;
    /*padding-right:1em;*/
    /* font-size:90%; */
    vertical-align: top;
    /*width: 150px;*/
    padding: 0px 2px 0px 2px;
}

th.popup_title {
    font-weight: bold;
    /* white-space:nowrap;  */
    /*border:1px solid #c0c0c0;*/
    /*background-color:#F1FFC8;*/
    /*padding-right:1em;*/
    font-size: 100%;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    background-color: var(--slate-500);
    color: var(--slate-50);
}

/* for SubPanel */
table.SubPanel {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    margin: 1% 1% 1% 1%;
    width: 98%;
}

th.SubPanel {
    background-color: #F5DEB3;
    border: 1px solid #c0c0c0;
    padding: 2px 2px 2px 2px;
}


td.SubPanel {
    /*padding: 2px 2px 2px 2px;*/
    margon: 0;
    padding: 1px;
    background-color: var(--slate-500);
}

.divLegend {
    padding-bottom: 3em;
}

table.Legend {
    background-color: #ffffff;
    border: none !important;
    /* margin: 1% 1% 1% 1%; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
}

#legend_contents_depth {
    margin: 1% 1% 1% 1%;
    width: 98%;
}

#second_panel_name {
    padding-left: 0.5rem;
    font-size: 0.8rem;
    font-weight: bold;
}

/* for layer_switcher */
.lwTbl {
    /* margin:16px 0; */
    /* table-layout:fixed; */
    width: 100%;
}

.lwTbl table {
    margin: 10px 10px 0 0;
    overflow: scroll;
}

.lwTbl tr {
    padding: 5px 10px 5px 10px;
    /*cursor: pointer;*/
    border: 1px #aaaaaa solid;
    vertical-align: center;
    background-color: #FFFDFB;
}

.lwTbl tr.top {
    /* display: block; */
    border-width: 2;
    color: #800000;
    background: #F5DEB3;
}

.lwTbl tr.head {
    padding: 5px 10px 5px 10px;
    /*cursor: pointer;*/
    /* border:1px #444444 solid; */
    vertical-align: center;
    color: var(--slate-200);
    background-color: /*#F1FFC8*/ var(--slate-600);
}
.lwTbl tr.head th {
    color: var(--slate-200);
    background-color: /*#F1FFC8*/ var(--slate-600);
}
.lwTbl tr.head td {
    color: var(--slate-200);
    background-color: /*#F1FFC8*/ var(--slate-600);
}

.lwTbl th {
    width: 5%;
    padding: 2px 2px 2px 2px;
    background-color: var(--slate-800);
}

.lwTbl td.img {
    width: 5%;
    padding: 2px 2px 2px 2px;
    background-color: var(--slate-800);
}

.lwTbl td.disp {
    padding: 5px 10px 5px 10px;
    background-color: var(--slate-800);
}

/* for trac */
.tracTbl {
    margin: 16px 0;
    width: 100%;
    table-layout: fixed;
}

.tracTbl table {
    margin: 10px 10px 0 0;
    overflow: scroll;
}

.tracTbl tr {
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: 1px #aaaaaa solid;
    vertical-align: center;
    background-color: #FFFDFB;
}

.tracTbl tr.top {
    /* display: block; */
    border-width: 2;
    color: #800000;
    background: #F5DEB3;
}

.tracTbl tr.head {
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    /* border:1px #444444 solid; */
    vertical-align: center;
    background-color: #F1FFC8;
}

.tracTbl th {
    width: 5%;
    padding: 2px 2px 2px 2px;

}

.tracTbl td.img {
    width: 5%;
    padding: 2px 2px 2px 2px;
}

.tracTbl td.disp {
    padding: 5px 10px 5px 10px;
}

.hinantitle {
    font-weight: bold;
    white-space: nowrap;
    font-size: 120%;
    vertical-align: top;
    padding: 0em 5px 0em 5px;
}

.hinandesc {
    font-weight: bold;
    white-space: nowrap;
    font-size: 90%;
    vertical-align: top;
    padding: 0em 5px 0em 5px;
}


.off1 {
    width: 2em;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.off2 {
    width: 14em;
    white-space: wrap;
    text-align: left;
    cursor: pointer;
}

.off3 {
    width: 10em;
    white-space: wrap;
    text-align: left;
    cursor: pointer;
}

.off4 {
    width: 6em;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
}

.off5 {
    width: 8em;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
}

.off6 {
    width: 8em;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
}

.off7 {
    width: 6em;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
}

.off8 {
    width: 6em;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
}

.off9 {
    width: 12em;
    white-space: wrap;
    text-align: left;
    cursor: pointer;
}


.marusu_shitei {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #0d7a60;
    font-size: 14px;
    color: white;
    display: inline-block;
}
.figure_filledsquare {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #334155;
    font-size: 14px;
    color: #f8fafc;
    display: inline-block;
}
.figure_outlinecircle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #334155;
    line-height: 24px;
    text-align: center;
    background: #f8fafc;
    font-size: 14px;
    color: #334155;
    display: inline-block;
}
.figure_filledcircle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #334155;
    font-size: 14px;
    color: #f8fafc;
    display: inline-block;
}

.popup .marusu_shitei {
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
}

.popup .marusu_ichiji {
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
}

/*対応災害*/
.saigai_tbl {
    background: #ffffff;
}

#dummy {
    display: none;
}

#infoHinanjoShitei,
#infoHinanjoIchiji {
    display: none;
}

#infoHinanjoShitei li,
#infoHinanjoIchiji li {
    list-style: none;
}

#infoKome1,
#infoKome2 {
    display: none;
}


#titleText {
    padding-left: 1em;
    font-size: 1.3em;
    font-weight: bold;
}

@media (max-width: 767px) {
    #titleText {
        /*    font-size: 12px !important; */
        font-size: 1.0em;
    }
}
@media (max-width: 374px) {
    #titleText {
        /*    font-size: 12px !important; */
        padding-left: 0.3em;
        padding-right: 0.3em;
        margin-right: 0.3em;
        font-size: 0.9em;
    }
}

.legendCellCenter {
    text-align: center !important;
}

.legendCellLeft {
    text-align: left !important;
}
.legendTitle {
    color: var(--slate-300);
    background-color: var(--slate-800);
}

/* 以下は印刷画面に必要 */

._basicCotainer {
    position: absolute;
    z-index: 999999;
    background: #ffffff;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
    overflow: auto;
}

._printMapPanel {
    border: 1px solid #555555;
    background: #000000;
    margin-top: 3px;
    margin-left: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* 2022/03/04 */
    position: relative;
}

span.print-title {
    margin-left: 1em;
    font-weight: bold;
    font-size: 1.2em;
}

.print_btn {
    margin: 1em;
}

@media print {
    .no_print {
        display: none;
    }

    .dummy {
        display: none;
    }

}

@media screen {
    .only_print {
        display: none;
    }
}

@media print {
    @page {
        size: auto !important;
    }
}
