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

div.explain {
	width:100%;
	margin-bottom:30px;
}

div.explain div.left {
	float:left;
	width:210px;
	padding:15px;
	text-align:center;
}

body.bright div.explain div.left { background:url(../img/global/bright_seamless.gif); }
body.dark div.explain div.left { background:url(../img/global/dark_seamless.gif); }

div.explain div.right {
	float:right;
	width:440px;
}

.readyMob {
	min-height:158px;
	background:url(../img/global/info-mobile/mobile_image2.jpg) right top no-repeat;
}</pre></body></html>