.leaflet-container {
    background: rgba(0, 0, 0, 0);
}

.marker--standby {
    width: 20px !important;
    height: 20px !important;
    margin: -10px !important;
    border-radius: 50%;
    border: 3px solid #fdfdfd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    background-color: rgb(14, 170, 0);
    z-index: 500 !important;
}

.marker--standby:hover {
    background-color: rgb(21, 255, 0);
    width: 24px !important;
    height: 24px !important;
    margin: -12px !important;
}

.marker--danger {
    width: 20px !important;
    height: 20px !important;
    margin: -10px !important;
    border-radius: 50%;
    border: 3px solid #fdfdfd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    background-color: #c43;
    z-index: 500 !important;
}

.marker--danger:hover {
    background-color: #f00;
    width: 24px !important;
    height: 24px !important;
    margin: -12px !important;

}

.marker__label {
    width: 300px;
    font-size: 18px;
    pointer-events: none !important;
    font-weight: bold;
    color: #000;
    animation: sample2Anime 1s linear infinite alternate;
}

.marker__label:hover {
    font-size: 20px;
}

@keyframes sample2Anime {
    0% {
        text-shadow: 2px 2px 1px #fff,
            -2px 2px 1px #fff,
            2px -2px 1px #fff,
            -2px -2px 1px #fff,
            2px 0px 1px #fff,
            0px 2px 1px #fff,
            -2px 0px 1px #fff,
            0px -2px 1px #fff;
    }

    100% {
        text-shadow: 2px 2px 1px rgb(255, 255, 255, 0.5),
            -2px 2px 1px rgb(255, 255, 255, 0.5),
            2px -2px 1px rgb(255, 255, 255, 0.5),
            -2px -2px 1px rgb(255, 255, 255, 0.5),
            2px 0px 1px rgb(255, 255, 255, 0.5),
            0px 2px 1px rgb(255, 255, 255, 0.5),
            -2px 0px 1px rgb(255, 255, 255, 0.5),
            0px -2px 1px rgb(255, 255, 255, 0.5);
    }
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    font-size: 16px;
    user-select: none;
    font-family: "Noto Sans Japanese", sans-serif;
}

.fullscreen {
    position: fixed;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 8px;
}

.backicon {
    font-size: 64px;
}

#map {
    width: 100%;
    height: 100%;
    border: solid 1px rgba(0, 184, 255, 1);
}

.backmenu {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.devchange {
    padding: 8px;
    margin-top: 16px;
    font-size: 16px;
}

.mapchange {
    font-size: 48px;
}

.infobox__msg tr:hover {
    /*background: rgba(0, 184, 255, 0.1);*/
    background: rgba(143, 248, 252, 0.6);
    color: #000;
}

.infobox__msg table {
    border-collapse: collapse;
}

.linetable {
    font-size: 13px;
    color: #fff;
    background: rgba(0, 184, 255, 0.3);
}

.linetable table {
    width: 100%;
    border-collapse: collapse;
}

.linetable td,
th {
    border: solid 1px rgba(143, 248, 252, 0.6);
    padding: 4px;
}

.linetable th {
    font-size: 13px;
    font-weight: 100;
    background: rgba(0, 0, 0, 0.4);
}

.linetable td {
    font-size: 20px;
    font-weight: 100;
    text-align: right;
}

.linetable .linetable_linename {
    text-align: left;
}

.linetable .linetable_linekind {
    text-align: left;
}

.linetable .linetable_linestatus {
    text-align: center;
    font-size: 14px;
}

.linetable .linetable_link {
    text-align: center;
}

.linetable .linetable_linestatus__success {
    background: rgba(0, 255, 0, 0.3);
}

.linetable .linetable_linestatus__danger {
    background: rgba(255, 0, 0, 0.3);
}

.linetable tr:hover {
    background: rgba(143, 248, 252, 0.6);
    color: #000;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.linetable tr th {
    pointer-events: none;
}

.linkbtn {
    font-size: 12px;
    padding: 5px;
    background: rgba(255, 166, 0, 0.5);
    border-bottom: solid 1px #ffa600;
    color: #fff;
    font-weight: bold;
}

.linkbtn:hover {
    background: rgba(255, 166, 0, 0.8);
    border-bottom: solid 1px #ff0;
    color: #000;
}

.screen_title__title {
    font-size: 13px;
    color: #fff;
}

.frame {
    margin-top: 16px;
}

.card {
    border: solid 1px rgba(0, 184, 255, 0.2);
    background: rgba(0, 184, 255, 0.4);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 25%);
}

.card_header {
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 13px;
}

.card_body {
    padding: 0.5rem 1rem;
    color: #fff;
}

.infobox__msg {
    overflow: auto;
    height: 150px;
    padding-right: 10px;
    color: #fff;
}

.infobox__message_area {
    width: 100%;
}

.infobox__message_area_title {
    font-size: 15px;
    padding: 4px;
}

.infobox__message_area_body {
    font-size: 18px;
    padding: 8px;
}

.infobox__icon_area1 {
    width: 30px;
    color: rgb(219, 143, 1);
    padding-left: 8px;
    padding-right: 8px;
}

.infobox__icon_area2 {
    width: 30px;
    padding-left: 8px;
    padding-right: 8px;
    color: #0f0;
}

.linetable {
    min-width: 1550px;
}

.linetable td {
    padding: 24px 8px;
}

.scrollarea {
    overflow: auto;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 25%);
}

.process_body:hover {
    background: rgba(143, 248, 252, 0.6);
    color: #000;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.yoko {
    display: flex;
}

.imagebox {
    width: 200px;
    height: 109px;
    margin: 0px 8px;
    border: solid 1px #000;
    border-radius: 4px;
    border: solid 1px rgba(0, 184, 255, 1);
}

.brandimg {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.koutei {
    padding: 16px;
    width: 100%;
}

.work {
    color: #fff;
}

.statmark {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #aaa;
}

.statmark--success {
    background-color: #0f0;
}

.statmark--alert {
    background-color: #f00;
}

.card_header--danger {
    background: rgba(239, 15, 15, 0.8);
}

.card--danger {
    border: solid 1px rgba(239, 15, 15, 1);
}

.backicon {
    color: rgb(219, 143, 1);
}

.backicon:hover {
    color: rgba(255, 166, 0, 0.5);
}

.linkicon {
    color: rgb(219, 143, 1);
}

.linkicon:hover {
    color: rgba(255, 166, 0, 0.5);
}


.errmessage {
    color: rgb(253, 234, 0);
}

.bgscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.bgscreen__img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/main_img04s.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}