@charset "UTF-8";

/* コントローラボタンの配置 */
.ol-zoom {
	top: 0.5em;
	left: unset;
	right: 0.5em;
}

.ol-zoom,
.ol-zoom button {
	cursor: pointer;
}

.ol-full-screen {
	position: absolute;
	top: 80px;
	right: 0.5em;
}

.ol-full-screen,
.ol-full-screen button {
	cursor: pointer;
}

.layer-switcher {
	top: 8.5em !important;
}

.ol-unselectable .layer label,
.ol-unselectable .layer input {
	cursor: pointer;
}

.ol-control button {
	color: rgba(35, 177, 247, 0.78);
	font-size: 1.24em;
	background-color: #ffffff;
}

.ol-full-screen-false {
	position: relative;
	background-image: none !important;
	overflow: inherit;
	text-indent: 0;
	color: transparent !important;
	font: normal normal normal 14px/1 FontAwesome;
}

.ol-full-screen-false::before {
	content: "\f07d";
	color: rgba(35, 177, 247, 0.78);
	font-size: 0.9em;
	vertical-align: sub;
	position: absolute;
	left: 0.53em;
	transform: rotate(45deg)
}

/* Map Full Screen */
.map:-moz-full-screen {
	width: 100%;
	height: 100% !important;
}

.map:-webkit-full-screen {
	width: 100%;
	height: 100% !important;
}

.map:-ms-fullscreen {
	width: 100%;
	height: 100% !important;
}

.map:fullscreen {
	width: 100%;
	height: 100% !important;
}

/** IE11対応 */
_:-ms-lang(x)::-ms-backdrop,
.ol-zoom {
	left: auto !important;
}

/* ol attributions view */
.ol-attribution li {
	display: inline-block;
	text-align: start;
	font-size: 10px;
}