@charset "utf-8";
li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: circle;
}
dt{
	font-weight:bold;
	margin-bottom:5px;
}
dd{
	margin-bottom:10px;
}

