@charset "utf-8";

/*============================================================*/



/*============================================================*/


.contentsBody{
	border:none;
}


.contentsBody h4{
	border-left: solid 10px #FE7F7F;
	border-bottom:none;
	margin-bottom: 5px;
	margin-left:-11px;
	padding-left:0.5em;
	font-size: 110%;
}


.contentsBody h4{
	font-size:140%;
	cursor:pointer;
}


.contentsBody h5{
	text-align:left;
	margin-top:1em;
}


.contentsBody .detail_contents{
	display:none;
	border-top: dotted 1px #ccc;
}


.contentsBody ul.subList{
	margin-left:2em;
}


.contentsBody ul li{
	margin-bottom:1em;
	border:dotted 1px #aaa;
	padding:10px;
}


.contentsBody ul.subList li{
	list-style:disc;
	list-style-position:outside;
	margin-left:1em;
	margin-bottom:0;
	padding:0;
	border:none;
}


.contentsBody .material{}


.contentsBody .unknown{
	background:#ff0000;
	color:#fff;
}

