@charset "utf-8";
pre {
	width: 100%;
	max-width: 1024px;
	font-size: 1.4em;
	word-break: break-word;
	white-space: pre-wrap;
	border: 2px solid #dae0e5;
	border-radius: 10px;
	padding: 10px;
	line-height: 180%;
	margin: 60px 0 100px 0;
}