/*
         <p style="" id="bverosenimg">
                         <a href="/IMG/BVE/Index/20220923_Route.png" target="_blank" style="text-decoration:none;">
                         <img src="/IMG/BVE/Index/20220923_Route.png"  alt="ＢＶＥ　日本線の全体路線図" style=""/>
                         </a>
                     </p>

*/
p#bverosenimg {
    text-align: center;
}

    p#bverosenimg a {
        text-align: center;
        text-decoration: none;
    }

        p#bverosenimg a:focus {
            text-decoration: none;
        }

        p#bverosenimg a:visited {
            text-decoration: none;
        }

        p#bverosenimg a img {
            max-width: 100%;
            height: auto;
        }

table {
    margin: auto;
    height: 150px;
    
}

thead {
    height: 40px;
}

table#station {
    border-collapse: collapse;
}

td#strname {
    width: 50px;
}

td#line {
    width: 70px;
}
tbody td{
    width:110px;
    text-align:center;
}
