<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#floater {
	background: none;
	width: 300px;
	height:80px;
	position: absolute;
	right: 20px;
	bottom:300px;
	margin-top:200px;
	z-index:100000;
}
.deleteme {
	cursor: pointer;
	position: absolute;
	bottom: 92px;
	right: 2px;
	z-index:100;
}
.deleteme, x:-moz-any-link, x:default  { top: 2px;}
.deleteme { top: 2px; }

#floaterA a{
	display: block;
	position: absolute;
	top: 1px;
	width: 300px;
	height: 80px;
	z-index: 100;
}

/*
#floaterA img{
	display:none;
}
*/

@media screen and (max-width:999px) {
	.float_pc {
		display:none;
	}
}
@media screen and (min-width:1000px) and (max-width:1920px) {
	.float_sp {
		display:none;
	}
}
</pre></body></html>