html,body {
	height: 100%;
}
body {
	margin: 0;
}
#map {
	width: 100%;
	height: 100%;
}

.yamanote {
	stroke: #7BAB4F;
	fill: #7BAB4F;
}
.sobu {
	stroke: #FDBC00;
	fill: #FDBC00;
}
.chuo {
	stroke: #CA6840;
	fill: #CA6840;
}
.keihintohoku {
	stroke: #00B2E5;
	fill: #00B2E5;
}
.line {
	stroke-width: 4;
	fill: none;
}
.car-box {
	stroke: none;
    pointer-events: all;
    cursor: pointer;
}
.car-tracking-mark {
	stroke-width: 2;
	fill: none;
 }
.station-mark {
	stroke: black;
	stroke-width: 2;
	fill: white;
}
.station-label-back {
	stroke: white;
	stroke-width: 4;
	fill: none;
}
.subpath {
	display: none;
}

.easy-button-button {
	padding-left: 6px;
	padding-right: 6px;
}

/* For development
.leaflet-container.crosshair-cursor-enabled {
	cursor:crosshair;
}
*/
