<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for SmartPhone */
@media print, screen and (max-width:767px) {

#main {
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#main .bg {
	width:100%;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:auto 100px;
	min-height:100px;
	overflow:hidden; position:relative;
}


}

/* for PC&amp;TABLET */
@media print, screen and (min-width: 768px) {

#main {
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#main .bg {
	width:100%;
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:100px;
	overflow:hidden; position:relative;
}

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