#Contents h2 {
	margin: 30px 0 20px;	
}
#Contents h2 span,
#Contents li span {
	margin: 0 0 0 10px;
	color: #999;
}
#Contents h2 span::before,
#Contents li span::before {
	content: '（ ';
}
#Contents h2 span::after,
#Contents li span::after {
	content: ' ）';
}

#Contents h3 {
	margin: 20px 0 10px;
	font-size: 
}

#Contents p {
	line-height: 1.8em;
}
#Contents ul {
	position: relative;
	list-style:square inside;
}
#Contents ul li {
	margin: 0 0 5px 5px;
}