@charset "utf-8";

.is-wrapper {
	max-width: 500px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.75;
}
.is-wrapper h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
}
.is-wrapper h3 {
	font-size: 1.25em;
	color: #f30;
	margin: 1em 0;
}
.is-wrapper .red {
	color: #f30;
}
.is-wrapper p,
.is-wrapper ul {
	margin: 1em 0;
}
.is-wrapper ul {
	list-style-type: disc;
	padding: 0 0 0 1.75em;
}
