@charset "utf-8";

dl.contentBox {
	min-width: 200px;
	max-width: 40em;
	margin: 1em auto;
	padding: 0.1em 1em 1em;
	border-radius: 2em;
	box-shadow: 6px 6px 8px rgba( 0, 0, 0, 0.2 );
	text-align: left;
	font-size: 80%;
	line-height: 1.5;
}

dt.ver {
	margin: 1em 0;
	font-weight: bold;
}

dd, dl.contentBox li {
	margin-left: 2em;
}

dl.contentBox ul {
	margin: 0.5em 0;
}

.cor, .mod {
	text-indent: -1em;
}

.cor:before {
	font-family: monospace;
	content: '− ';
}

.mod:before {
	font-family: monospace;
	content: '+ ';
}

.category {
	display: none;
	visibility: hidden;
}

dl.contentBox li {
	list-style-type: disc !important;
	text-indent: 0;
}
