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

.article {
	width: 100%;
}

img {
    max-width: 100%;
    height: auto;
	padding: 2%;
}

p{
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	font-family: "微軟正黑體", 'Noto Sans', sans-serif;
}
.pink {
	color: #F36;
}
.blue {
	color: #06F;
}
.title {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
	line-height: 1.5em;
}
</pre></body></html>