/* CSS Document */

 /* --------------------------------
     text
-------------------------------- */
#contents h1{
	padding-left:0;
}
#contents p {
	margin-left: 0.5rem;
	margin-bottom: 0.8rem;
	font-weight: bold;
}
#contents ul {
	margin-bottom: 1rem;
	padding-left: 2.5em;
}
#contents li {
	list-style-type: disc;
	margin-bottom: 0.5rem;
	padding:0 10px 0 0;
	color:#057ed8;
}