@charset "utf-8";

.section dl abbr {
	padding-right: 7px;
	font-size: 200%;
	font-weight: bold;
}

.section dl dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
}

.section dl dt abbr { color: #00a63b; }

.section dl dd { margin-bottom: 20px; }

.section dl dd abbr { color: #c90101; }