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


@import "common.css";



/*========================================*
* Print Customize
*========================================*/
body{
	background: none;
}
#header{
	display: none;
}
#navigation{
	display: none;
}
#footer{
	display: none;
}
#contents{
	margin: 0;
}
</pre></body></html>