body{
    font-family: "Helvetica","ヒラノギ丸ゴ ProN";
}
.top{
    border:1px solid black ;
    padding :3px ;
}
.bottom{
    display:flex ;
}
.left{
    flex:4 ;
    border:1px solid black ;
    padding :3px ;
}
.right{
    flex:1 ;
    border:1px solid black ;
    padding :3px ;
    overflow-y: auto;
    line-height: 1.0;
}
button.from_repository{
    height: 50px;
    width:90px;
    background-color: antiquewhite;
}
button.save_settei{
    height: 80px;
    width:180px;
    background-color: rgb(155, 248, 209);
}
p.agency_name{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
    margin-bottom: 1px ;
    display: block;
}
p.route_list{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
    margin-bottom: 1px ;
    display: block;
}
button.on{
    background-color: aqua;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 0px ;
}
button.off{
    background-color: darkgrey;
    font-weight: ligher;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 0px ;
}
p.route_list{
    margin: 1px 0;
    font-size: smaller;
    margin-top: 0px;
    margin-bottom: 0px ;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.0;    
}
p.credit{
    font-size: smaller;
}
.rl_up{
    background-color: rgb(242, 245, 36);
}
.rl_down{
    background-color: rgb(239, 167, 33);
}
td.omoji{
    font-size: larger ;
}
td.komoji{
    font-size: smaller;
}
td.pref_list{
    font-size: smaller;
    vertical-align: top;
}
.stopname{
    font-size: smaller;
    color : #0000A0 ;
}
.str_icon{
    font-size: 12px;
	color: black;
	background: rgba(255,255,255,0.7);
    
    
    padding: 0px 0px;
	white-space: nowrap;
}
.str_icon2{
    font-size: 15px;
	color: black;
	background: white;
    border: solid 1px gray;
	border-radius: 3px;
	padding: 0px 3px;
	white-space: nowrap;
}
.modal1{
    display: none;
    position: fixed;
    z-index: 1;
    left: 200px;
    top: 150px;
    height: 160px;
    width: 400px;
    overflow: auto;
    background-color: rgba(220,220,220,0.5);    
}
.modal2{
    display: none;
    position: fixed;
    z-index: 1;
    left: 50px;
    top: 120px;
    height: 750px;
    width: 1600px;
    overflow: auto;
    background-color: rgba(146, 236, 236, 0.5);    
}
.stop_size_waku{
    font-size: x-large;
    width: 30px ;
    text-align: center;
}
.line_weight_waku{
    font-size: x-large;
    width: 30px ;
    text-align: center;
}
.close{
    text-align: center;
}
table.settei{
    margin: auto;
}
table{
    border-collapse:collapse ;
}
table tr.gyou{
    border: 2px #0000aa solid;
}
#map{
    opacity: 1;
}
.feed_list{
    width: 700px;
    vertical-align: top;
}
select.feed_list{
    width: 700px;
}
.please_wait{
    display: none;
    position: fixed;
    z-index: 1;
    left: 300px;
    top: 300px;
    height: 100px;
    width: 400px;
    vertical-align: middle;
    text-align: center;
    overflow: auto;
    background-color: rgba(233, 245, 141, 0.5);    
}
