/*
	行頭に※マークを付与するスタイル
*/
.annotation:before {
	content: "※ ";
}
/* ぶら下げインデント */
.comment-hangingIndent {
	margin-left: -1.5em;
	text-indent: 1.5em;
}
/* ぶら下げインデント */
.annotationHangingIndent {
	display: block;
	margin: 0 0 0 1.5em;
	text-indent: -1.5em;
}