@charset "utf-8";
@import url("search.css");

input[type='checkbox'],
input[type='radio'] {
    zoom: 1.4;
}

    div#global_navigation {
        margin: 0;
    }

    /* region for Areas */

    div#layer {
        width: 100%;
        height: 100%;
        background: #333;
        position: fixed;
        z-index: 1000000;
        opacity:0.7;
        filter:alpha(opacity=70);
        display: none;
    }

    div#areas_gwrapper {
        width: 100%;
        height: 100%;

        display: none;

        position: absolute;
        z-index: 1000001;
    }

    div#areas_dwrapper {
        width: 100%;
        height: 100%;

        display: table;
    }

    div#areas_wrapper {
        text-align: center;
        vertical-align: top;

        display: table-cell;
    }

    div#areas {
        text-align: left;

        border: 3px solid #d5d5d5;
        border-radius: 15px;

        background: #fff;
        margin: 50px;
        padding: 20px 10px 10px 10px;
    }

    div#areas h3 {
        /* text-indent: 1em; */
        border-bottom: 1px solid #d5d5d5;
        text-align: center;
        font-size: 1.2rem;
        margin: 0 0 10px 0;
        background: rgba(0,0,255,0.1);
        padding: 10px 0 10px 0;
        font-weight: bold;
    }
    div#areas ul.area_list {
        list-style: none;
        margin: 20px auto;
    }
    div#areas ul.area_list li {
        white-space: nowrap;
        width: 250px;
        display: inline-block;
    }
    div#areas ul.area_list li a {
        color: #333;
        text-decoration: none;

        border-radius: 5px;
        padding: 10px 25px;
        display: block;
    }
    div#areas ul.area_list li a span.link {
        color: #0000ff;
        text-decoration: underline;
    }
    div#areas ul.area_list li a:hover {
        background: #f5f5f5;
    }

    /* end region areas */



    div#contents {
        width: 100%;

        margin: 0 auto;
        padding: 0;

        position: relative;
    }

    div#column_1st {
        width: calc(20% - 2px);
        margin: 20px 0;
        padding-bottom: 20px;
    }
    div#column_1st dl {
        margin-bottom: 0;
    }

    div#column_1st dl dt
    {
        color: #000080;
        font-weight: bold;
        text-indent: 33px;
        line-height: 30px;

        width: auto;
        height: 33px;

        border-top: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;

        background: url("../images/titlebar_background.gif") left top no-repeat;
    }

/* region for No JavaScript Message */

    div.jserr {
        font-weight: bold;
        color: #ffffff;
        text-align: center;

        padding: 10px;

        background: #ff6347;
    }

/* end region */



/* region for display records count */

    div#table_in_map_wrapper {
        width: calc(100% - 40px);
        margin: 10px 20px;
        display: table;
    }

    div#rec {
        font-size: 140%;
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
    div#rec span {
        font-size: 120%;
        font-weight: bold;
        color: #0066cc;
        margin: 0 3px;
    }

/* end region */



/* region for アイコンの説明 */

    div.info {
        line-height: 2em;
        margin: 0 20px;
        padding: 10px 0;
        display: table-cell;
        vertical-align: middle;
    }
    div.info img {
        margin-right: 3px;
        vertical-align: middle;
    }

/* end region */



/* region for 説明・注意書き */

    div.information {
        font-size: 85%;
        padding: 10px 20px;
    }

/* end region */



/* region for Map */

    div#map_wrapper {
        width: calc(80% - 2px);
        min-width: 800px;

        border: 1px solid #aaaaaa;

        margin: 20px 0;

        position: relative;

        float: right;
    }

    div#map_title {

        color: #ffffff;
        font-weight: bold;

        background: linear-gradient(rgba(0, 102, 255, 1), rgba(153, 204, 255, 1));

        width: 782px;

        padding: 10px;

        position: relative;
        left: -1px;
        top: -1px;
    }

    div#map {
        height: 600px;

        margin: 0 20px 20px 20px;
        padding: 0;

        border: 1px solid #d5d5d5;
    }

    div.cnt {
        border: 2px solid #cccccc;
        border-radius: 30px;
        background: #ffffff;
        padding: 0 7px;
    }

/* end region */



/* region for dataList */

    dd#data {
        width: 860px;
        margin: 0 auto;
    }

    div.detail a {
        text-decoration: none;
    }


/* end region */



    div.seiyaku {
        padding: 10px 10px 100px 10px;
        background: #cccccc;
    }
    div.seiyaku ul {
        margin: 0 30px;
    }

    .ndata_table {
        width: 860px;
    }
