main> section:first-child {
	margin: 0;
}

main > section:first-child > h1 {
	text-indent: -0.5rem;
	line-height: 1.6rem;
	padding-bottom: 0.2rem;
}

main > section:first-child > h1 > img {
	width: calc(100% + 0.5rem);
}

main > section > p {
	text-indent: 1rem;
	margin: 0 0 0.5rem 0;
}

main ul {
	word-break: keep-all;
}

main h3 {
	word-break: keep-all;
}

#
table{
	margin: 1em 0 1em 2em;
	empty-cells: show;
	border-collapse:collapse;
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0 0 1px;
}
table th{
	background-color: #dddddd;
	padding: 0.25em 0.75em;
	border-style: solid;
	border-color: #666666;
	border-width: 0 1px 1px 0;
}
table td{
	padding: 0.25em 0.75em;
	border-style: solid;
	border-color: #666666;
	border-width: 0 1px 1px 0;
}
table thead{
	border: solid 2px #333333;
	background-color: #aaaaaa;
}
table tbody{
	border: solid 2px #333333;
}
table tfoot{
	border: solid 2px #333333;
}
table thead th{
	padding: 0.5em 0.75em;
}
#charge table td.num{
	text-align: right;
}
