.leaflet-container
{
	cursor:default;
}

.selectedpoint_label {

	white-space:nowrap;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #ffffff 0px 0px 4px;
	cursor:default;

}


.jihoku_label {

	white-space:nowrap;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
	cursor:default;

}

.disp2gamen_1
{
	background-image: url("../image/disp2gamen_1.png");
	background-repeat: no-repeat;
	background-position: left 50%;

}


.disp2gamen_2
{
	background-image: url("../image/disp2gamen_2.png");
	background-repeat: no-repeat;
	background-position: left 50%;
}



.search_zureki tr th.asc
{

	background-image: url("../image/order_asc.png");
	background-repeat: no-repeat;
	background-position: right 50%;
}

.search_zureki tr th.desc
{
	background-image: url("../image/order_desc.png");
	background-repeat: no-repeat;
	background-position: right 50%;
}

/*2019.12.18 JCT add sta*/
img.leaflet-image-layer.leaflet-zoom-animated
{
	transform-origin: 50% 50% !important;
}
]/*2019.12.18 JCT add end*/
