@charset"utf-8";

.header_red{
    max-width:999999px; height:50px;
    background-color:red;
}
.header_white{
    max-width:999999px; height:20px;
    background-color:white;
    text-align:right;
}
.header_gold{
    max-width:999999px; height:10px;
    background-color:goldenrod;
}

.img_route52{
    width:150px;
}

main{
    padding:10px;
}

.flex{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content{
    max-width:320px;
    margin:5px;
}

.img1{
    max-width:320px;
}

.alpha_stopname{
	margin-left:50px
}

.red_footer{
    max-width:999999px; height:20px;
    background-color:red;
}
.white_footer{
    max-width:999999px; height:5px;
    background-color:white;
}
.red_footer2{
    max-width:999999px; height:50px;
    background-color:red;
    color:white;
    text-align:center;
}