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

.fixedBnrWrap {
	position: fixed;
	right: 0;
	bottom: 25%;
	width: auto;
	max-width: 88px;
    z-index: 20;
}

.fixedBnrWrap a {
	display: block;
}

.fixedBnrWrap a:hover {
	opacity: .9;
}

.fixedBnr01 {
}

.fixedBnr02 {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.fixedBnrWrap {
		top: auto;
		bottom: 16%;
		width: 16vw;
	}
}</pre></body></html>