<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.l_header{
	display:none;
}
.l_mainArea{
	margin-bottom:0;
}
.l_contentsArea:after{
	content:' ';
}
.donkiHeader__logo img {
    margin: 0;
    vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
	.l_header{
		display:block;
	}
	body {
		height: auto;
	}
	.donkiHeader{
		display:none;
	}
	.l_mainArea {
		margin-bottom:0 !important;
	}
}</pre></body></html>