/* idは「#」 classは「.」*/

/* 特徴 */
p.features span{
	color:white;
	background:black;
	padding:3px;
}

/* コンテンツへのリンク */
div.anchor2{
	display: flex;
	width:100%;
	border-left:2px solid #989898;
}

div.anchor2 a{
	flex: 1;
	text-align: center;
	border-right: 2px solid #989898;
	padding: 5px;
}

/* コンテンツ */
div#contents p{
	text-indent: 1em;	/* 行頭のスペース */
	margin-top:0px;
	margin-bottom:0px;
}

div#contents h2{
	margin-top:10px;
	margin-bottom:5px;
}
div#contents h3{
	margin-top:6px;
	margin-bottom:0px;
}

/* 注釈 */
ul.note{
	list-style-type: none;	/* デフォルトのマーカーを非表示 */
}
ul.note li{
	margin-top:0px;
	margin-bottom:0px;
	font-size:80%;
}
div#header div.description ul.note li:nth-child(1)::marker {
	content:'*1 ';
}
div#header div.description ul.note li:nth-child(2)::marker {
	content:'*2 ';
}
div#header div.description ul.note li:nth-child(3)::marker {
	content:'*3 ';
}
div#contents ul.note li:nth-child(1)::marker {
	content:'*4 ';
}
