<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/profile.css
Uses : プロフィール:ページスタイル
*/

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

#profileArea .clearfix img.fltL {
	width: 220px;
	height: auto;
}

/*----------------------------------------
div.entry
----------------------------------------*/
#profileArea .clearfix .entry {
	width: 590px;
	float: right;
}

#profileArea .entry img {
	margin-top: 0;
}

#profileArea .entry a.blank img {
	margin-bottom: 3px;
}

#profileArea .entry.awards {
	margin-top: 50px;
}

#profileArea .entry dl {
	margin-top: 15px;
}
#profileArea .entry dt {
	width: 75px;
	float: left;
}
#profileArea .entry dd {
	margin-left: 75px;
}

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

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

#profileArea .clearfix img.fltL {
	width: 60%;
	height: auto;
	margin: 0 auto;
	display: block;
	float: none;
}

/*----------------------------------------
div.entry
----------------------------------------*/
#profileArea .clearfix .entry {
	width: 100%;
	margin-top: 10px;
	float: none;
}

#profileArea .entry &gt; img {
	width: 170px;
	height: auto;
}

#profileArea .entry a.blank img {
	width: 200px;
	height: auto;
}

#profileArea .entry.awards {
	margin-top: 30px;
}

#profileArea .entry dl {
	margin-top: 0;
	line-height: 1.5;
}
#profileArea .entry dt {
	width: auto;
	float: none;
	margin-top: 10px;
}
#profileArea .entry dd {
	margin-left: 0;
}

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