@charset "UTF-8";
/* CSS Document */

.listfix {
	list-style-type: square;
	padding-left:10px;
	padding-right:10px;
}

.sublistfix {
	list-style-type: circle;
	padding-left:10px;
	padding-right:10px;
}