@charset "UTF-8";

#center_div{
	width:100%;
	height:auto;
    background-color:white;
    border: 0;
	padding: 5px;
    margin: 0;
    text-align: center;
    overflow-y: auto;
}

.title1 {
    display: flex;
    width: 95%;
    height: calc(2em + 6px);
    color:#fafbfc;
    background-color:#0070c0;
	border-radius: 5px;
	margin: 2px auto 2px auto;
	padding: 3px;
}

.title1 .text{
    font-weight:bold;
    font-size:1.4em;
    text-align: left;
}

.title1 .bus_logo {
    position: relative;
    width: auto;
    height: 1.7em;
    float: left;
    margin: 0.2em 0.5em;
}


.route_base {
    display:flex;
    justify-content: center;
    width: 95%;
    color:#0070c0;
    background-color:#fafbfc;
    border-top: 1px solid lightgray;
    border-right: 2px solid lightslategray;
    border-bottom: 2px solid lightslategray;
    border-left: 1px solid lightgray;
	padding: 5px 3px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
	border-radius: 5px;
}

.route_base .alert {
    position: relative;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin: auto 0.1em;
	cursor: pointer;
}

.route_base .text {
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% - 1.7em);
    min-height: 1.7em;
	padding: 1px;
    float: left;
    font-weight:bold;
    font-size:1.0em;
    text-align:center;
    vertical-align:middle;
	cursor: pointer;
}
