﻿.btn-map{
    color: #595757;
    background-color: transparent;
    border: solid 1px #595757;
    outline-color: transparent;
}

.btn-map:hover {
    color: #595757;
}

.btn-map[aria-expanded="true"] {
    color: #595757;
    font-weight: bold;
    background-color: rgba(255,255,255,0.1);
}

.absolute-right {
    position: absolute;
    right: 0;
}

.table-map{
    background-color: rgba(255,255,255,0.1);
}

.th-map {
    font-size: 20px;
    font-weight: bold;
}

.td-selected {
    color: white;
    background-color: rgba(0,0,0,0.2); /* 黒色で透明度20% */
}

.text-left-margin-auto {
    /*display: table;*/
    width:55%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding: 0;
}

@media (min-width: 376px) {
    .line-ev{
        flex-wrap: wrap;
    }
}

@media (max-width: 375px) {
    .line-m, .line-s, .line-l {
        flex-wrap: wrap;
    }
}

/*@media (max-width: 340px) {
    .line-m, .line-s, .line-l {
        flex-wrap: wrap;
    }
}*/