@charset "utf-8";
/* CSS Document */


/* dl */
article dl {
	break-inside: avoid;
}
article dl:nth-of-type(n+2) dt {
	margin-top: 8px;
}
article dl dd {
	margin-left: 20px;
}
