h2 {
	line-height: 1.3;
	margin-bottom: 20px;
}
h2 span {
	display: block;
	text-shadow: none;
}
.com {
	line-height: 1.6;
}
dl {
	overflow: hidden;
}
dl dt {
	clear: both;
	float: left;
	margin-right: 20px;
}
dl dd {
	overflow: hidden;
	margin-bottom: 20px;
}

.youshiki+dd [data-mark] {
	padding-left: 40px;
	position: relative;
}
.youshiki+dd [data-mark]::before {
	position: absolute;
	left: 0;
	content: attr(data-mark);
}
.youshiki+dd .name[data-mark] {
	padding-left: 20px;
}
.youshiki+dd ul+.name {
	margin-top: 15px;
}

.shorui+dd ul+ul {
	margin-top: 10px;
}
