@charset "utf-8";
.botenparent .boten{position: relative;}
.botenparent.kuromaru .boten:after{
	position: absolute;
	content: "●";
	text-indent: 2em;
	overflow: hidden;
	display: block;
	background: currentcolor;
	border-radius: 1em;
	/* 目安：文字の1/4の大きさ デフォルトは0.25em */
	width: 0.25em;
	height: 0.25em;
	/* 目安：(1-<width>)/2 デフォルトは(1-0.25)/2=0.375 */
	left: 0.375em;
	top: -0.375em;
}
.botenparent.goma .boten:after{
	position: absolute;
	left:0.25em;
	top:-0.8em;
	font-size: 0.65em;
	line-height: 1.0;
	content:"﹅";
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3", "YuMincho","游明朝","MS Mincho","ＭＳ 明朝",serif;
}
