<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.wide_map_main_div{
	overflow:hidden;
	height:0;
	position:relative;
}

.wide_map_main_div &gt; img{
	position:absolute;
	top:0;
	left:0;
	z-index:88;
}

.wide_button{
	position:absolute;
	width:20px;
	height:20px;
	border:1px solid #000;
	background:#fff;
	text-align:center;
}

#wide_mask img{
	position:absolute;
}</pre></body></html>