@charset "utf-8";

/*-------------------------------------
REPORT
---------------------------------------*/
div.section h4{
	margin: 0 0 8px;
}

div.section p.imgCenter{
	text-align: center;
}
div.section p.imgCenter img{
	margin: 0 15px 5px;
}

div.section p.photoTitle {
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
	font-weight: bold;
}

div.section .reportList li {
	margin: 7px 0;
	margin-left: 1em;
	text-indent: -1em;
}

div.section .reportList li li {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: disc;
	text-indent: 0;
}

div.section .disc01 {
	margin-bottom: 1em;
	padding-left: 1em;
}
div.section .disc01 li {
	list-style-type:disc;
	padding-bottom: 1em;
}

div.section .disc02 {
	margin-bottom: 2em;
}
div.section .disc02 li {
	list-style-type:lower-alpha;
}


