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

/*
Theme Name: Makoto Shinkai Works
File : /css/about.css
Uses : このサイトについて:ページスタイル
*/

/* section#aboutArea
============================================================*/
#aboutArea {
	width: 840px;
	margin: 0 auto;
	padding-top: 40px;
}

@media only screen and (max-width: 767px) {

/* section#aboutArea
============================================================*/
#aboutArea {
	width: 100%;
	padding-top: 12px;
}

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