@charset "UTF-8";

main section.container {
	width: 640px;
	font-size: 0.8rem;
}

dl dt {
	border-bottom: 2px solid #0097ce;
	margin-bottom: 0.6rem;
}
dl dd {
	margin-bottom: 1rem;
}
dl dd ul {
	list-style-type: disc;
	padding-left: 1.5em;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 959px) {
	main section.container { width: 100%; }
}
