@charset "Shift_JIS";

/********************************************************/

.date {
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
}

.read {
	margin-top: 30px;
	font-size: 16px;
}

.section {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 16px;
}

.section h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 5px solid #d90000;
	font-size: 20px;
	font-weight: bold;
}
.section p {
	margin-left: 10px;
}
.section ol {
	margin-left: 30px;
	list-style: decimal;
}
.section ol li {
	margin-bottom: 5px;
}

.section h3 {
	margin: 30px 0 20px;
}

.section ul {
	margin-left: 40px;
	list-style: disc;
}