body {
    color: #555;
    padding: 0;
    margin: 0;
}

#busget input[type="text"],
#busget input[type="date"],
#busget input[type="time"],
#busget input[type="radio"],
#busget textarea,
#busget select {
    border: 1px solid #bfbfbf;
    outline: none;
    line-height: 1.0;
    padding: 3px;
    margin: 0;
}

#busget input[type="text"],
#busget input[type="date"],
#busget input[type="time"],
#busget textarea,
#busget select {
    border: 1px solid #bfbfbf;
}

#map {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
}

.notice {
    padding: 0;
    list-style: none;
    font-size: 85%;
    color: #888;
}

.notice li {
    padding: 2px 0 2px 18px;
    list-style: none;
    background: url(/images/icon_notice.gif) left 4px no-repeat;
}

.info_box {
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
}

.info_box .type_name {
    color: #009900;
}

.info_box .type_name::before {
    display: inline-block;
    vertical-align: bottom;
}

.info_box.busstop .type_name::before {
    content: url(/images/bg/mm.b.png);
}

.info_box.landmark .type_name::before {
    content: url(/images/bg/mm.l.png);
}

.info_box.landmark .type_name[genre="c"]::before {
    content: url(/images/bg/mm.c.png);
}

.info_box.landmark .type_name[genre="g"]::before {
    content: url(/images/bg/mm.g.png);
}

.info_box .name {
    font-size: 123%;
    color: #ff20ae;
    font-weight: bold;
}

.info_box .name_kana {
    font-size: 85%;
    color: #888888;
    padding-bottom: 5px;
}

.info_box .address {
    color: #777777;
    padding-bottom: 3px;
}

.info_box .zoom {
    cursor: pointer;
}
.info_box .zoom::before {
    content: url(/images/bg/button_zoom.png);
}

.close_black:after {
    content: "";
}

.close_black {
    content: "";
    color: #555;
    padding: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/bg/button_box_close.png) 0 0 no-repeat;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}

.close_black:hover {
    background-position: -16px 0;
}

/* edit box */

.ebox > tbody > tr > th {
    padding: 8px 25px 2px 0;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}

.ebox > tbody > tr > td {
    padding: 2px;
    white-space: nowrap;
}

#navi-route {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    top: 0;
    left: 5px;
    padding: 20px;
    background: #ffffff;
    display: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

#navi-route > table input[type="text"] {
    width: 200px;
    border: 1px solid #bfbfbf;
    margin: 2px;
    outline: none;
}

#navi-route > table input[type="text"]:focus,
#navi-route > table input[type="text"].focus {
    border: 3px solid rgb(109, 186, 242);
    margin: 0;
}

#navi-route > table > tbody > tr > th {
    padding: 2px 4px 2px 0;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}

#navi-route > table > tbody > tr > td {
    padding: 2px 0 2px 4px;
}

#navi-route > table > tbody > tr > td.button-find {
    padding: 4px 0 0 0;
    text-align: center;
}

#navi-route > table > tbody > tr > td.button-find > button {
    padding: 5px 10px;
    font-size: 1.3rem;
    width: 100%;
}

#navi-route > table > tbody > tr > td.line {
    padding: 0;
}

.button_menu_trigger {
    width: 24px;
    height: 24px;
    background: url(/images/bg/button_menu_trigger.png) center center no-repeat #FFF;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    line-height: 1.0;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #BBB;
    cursor: pointer;
}

#note-route-line {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    top: 0;
    left: 5px;
    padding: 20px;
    background: #ffffff;
    display: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    font-size: 15px;
    z-index: 1000;
}

#map-menu {
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #BABABA;
    background: #FFF;
    padding: 0;
    position: absolute;
    z-index: 2000;
    display: none;
    padding: 4px 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}

#map-menu > ol {
    padding: 0;
    list-style: none;
}

#map-menu > ol > li {
    list-style: none;
}

#map-menu > ol > li > a {
    display: block;
    padding: 7px 35px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

#map-menu > ol > li > a:hover {
    background: #4281F4;
    color: #FFF;
    text-decoration: none;
}

.map_find {
    display: none;
    background: #FFF;
    color: #555;
    padding: 20px;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    border: 1px solid #BBB;
    z-index: 1001;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    max-width: calc(100% - 44px);
}

#map-info-dialog {
    color: #FFF;
    font-size: 16px;
    border: 1px solid #333;
    background: #000;
    padding: 15px;
    position: fixed;
    z-index: 1999;
    inset: 0;
    margin: auto;
    display: none;
    opacity: 0.50;
    line-height: 100%;
    width: fit-content;
    height: fit-content;
}

@media (max-width: 900px) {
    #navi-route {
        width: calc(100% - 40px);
        top: 0;
        left: 0;
        border: none;
    }
}
