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


#float {
	position: absolute;
	right: 20px;
	top: 135px;
	width: 240px;
	height: 112px;
}

#float, #floatArea {
	z-index: 9999;
	width: 240px;
	height: 112px;
}

#floatArea {
	position: relative;
	left: 0px;
	top: 0px;
}

#floatBtArea {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: auto;
}

#floatBtCloseArea {
	position: absolute;
	right: 0px;
	top: 0px;
}








</pre></body></html>