@charset "UTF-8";
.marker {
	width: 5%;
	height: 5%;
	min-width: 40px;
	min-height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-camera-yellow {
	background-image: url(./image/marker/yellow.svg);
}
.img-camera-green {
	background-image: url(./image/marker/green.svg);
}
.img-camera-red {
	background-image: url(./image/marker/red.svg);
}