.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

ul#elemnavi {
    /* position: relative; */
    width: 302px;
    overflow: hidden;
    margin: 10px 0px -1px 0px;
    padding: 0px;
    /* border-top:solid 1px black; */
    z-index: 2;
    background: #fff;
}

#elemnavi li {
    background: #fff;
    display: inline;
    float: left;
    width: 150px;
    border-style: solid;
    border-color: darkgray;
    border-width: 0px 0px 1px 0px;
}

/* #elemnavi li:first-child{
    border-left-width: 1px;
}

#elemnavi li:last-child{
    border-right-width: 1px;
} */


#elemnavi li:last-child {
    /* border-right-width:1px; */
}

#elemnavi li>span {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color:black !important;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

#elemnavi li>span:hover {
    cursor: pointer;
    background: darkgray;
    color: white;
}

#elemnavi li.select {
    background: rgb(200,200,200);
    /* border-color: gray; */
    border-width: 1px 1px 0px 1px;
}

img#img_map {
    width: 600px;
    z-index: 0;
    border: solid 1px rgb(200,200,200);
    border-radius: 2px;
}

#img_caption{
    width: 600px;
    font-size: 85%;
}
/* 
area:hover {
    cursor: pointer;
} */

#wrap_map {
    position:relative;
}
/* 電文 */
#telegram_show {
    margin-top: 15px;
    font-size:110%;
}

#infotitle {
    font-size: 120%;
    font-weight: bold;
}

#telegram {
    border: lightgray solid 2px;
    /* padding: 10px; */
    width:35em;
    padding:1em 2em;
    margin-bottom:20px;
}

#explain {
    /* width:39.5em */
    width: 600px;
}

#main{
    width:700px;
}

#publishOffice, #condition2-2 {
    margin-bottom:0.8em;
}

#honbun {
    margin-bottom: 0.8em;
}

#map_show {
    display:none;
}

/* 凡例関連 */

dl {
    position: absolute;
    top:320px;
    left:430px;
}

dl>div {
    display: flex;
}

dt {
    width: 20px;
    background: none;
    padding-left: 10px;
    margin-bottom: 4px;
    margin-top: 0px;
}

dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.legend {
    /* border: 1px solid black;
    border-radius: 10px; */
    padding: 10px 5px;
    /* height: 130px; */
    margin-left: 10px;
}

.legend img{
    border: 1px solid rgb(120, 120, 120);
    margin-right: 5px;
}

#snow_leg{
    display:none;
}

.onPref {
    font-weight: bold;
    position: absolute;
    background: black;
    color:white;
    display: none;
    padding:10px;
}

/* URL変更のお知らせ */
#changeURL{
    border:1px solid black;
    padding:10px;
    margin-top:30px;
    margin-bottom:10px;
    border-radius: 5px;
    width:43em
}

#link_list{
    margin-top:30px;
}

#link_list > ul {
    margin-bottom:20px;
}

#jumpExplain{
    float: right;
    font-size: 80%;
}

.innerJump a {
    font-size: 100%;
    padding: 0.2em 0em 0.1em 1.0em;
    color: #333333;
    background-image: url(/com/images/sublink.gif);
    background-repeat: no-repeat;
}

#print_button {
    margin-left:20px;
}

@media print {

    #nheader, .breadcrumb2, .totop, #nfooter, #print_button, .toPref>input{
        display: none;
    }

    #explain {
        display:block !important
    }
}


