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

.section {
	margin-bottom: -40px;
}

div.entry02 {
	border: #fff;
}

h3 {
	margin-left: 5px;
	margin-bottom: 10px;
}

h4 {
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
}

div.section h4 {
	padding-top: 0;
}

div#main_contents p {
	margin-bottom: 20px;
}

div#sub_contents h3 {
	margin-bottom: -1px;
}

ol {
	padding-left: 50px;
	list-style-type: decimal;
}
	</pre></body></html>