<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 */
a.go_story {
font-family: 'Noto Sans JP', sans-serif;
	display: block;
	width: 50%;
	margin: 2% auto;
	padding: 1rem 0;
	text-align: center;
	background-color: #e5007f;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	border: none;
	}
img {
margin-top: 1%;
}

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