@charset "utf-8";

@import url('module/RouteTable.css');

span.passInfoText
{
	font-size: 16pt;
	font-weight: bold;
}

#conts a.mapApproachVehicleLink
{
	text-decoration: none;
}

#conts div.mapApproachVehicleDiv
{
	background-image: url("../../../images/sp/button_mapview_font_off.png");
	background-repeat: no-repeat;
	background-size: 120px 30px;
	width: 120px;
	height: 30px;
	border-style: none;
	border-width: 0px;
	border-radius: 6px;
	font-size: 12pt;
	font-family: MS Pゴシック;
	padding: 3px 8px 3px 8px;
	color: #FFFFFF;
}

.resultPassBus
{
	min-height: 110px;
	display: flex;
}

div.resultPassBusText{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    width: 100%;
}

#occupancyStatusIcon{
  vertical-align: middle;
  height: 36px;
}

.annotation
{
	color: #d90404;
}

/* 乗降停留所のアイコン */
#conts span.setStop
{
    background-color: #567AFC;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    right: 10px;
}