@charset "utf-8";
/* content */
.b1 dl dt {
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.b1 dl dd {
	margin: 0 15px 10px 25px;
	text-indent: -1em;
}
.b1 dl dd:before {
	content: "■";
}