@charset "UTF-8";

/**
 * #content
 */
#content table.module th {
	color:#333;
	background: #f6f6f6;
	white-space: normal;
}
#content table.module th,
#content table.module td {
	border-width: 2px;
	padding: 25px;
	line-height: 1.4;
}
#content table.module tr th:nth-of-type(1) {
	width: 210px;
}
#content table.module tr th:nth-last-of-type(1) {
	border-right: none;
}
#content table.module + p {
	margin-top: 1em;
}
#content .procedure-list {
	font-weight: normal;
}
#content .procedure-list li {
	list-style: circle inside;
	margin-left: 0.25em;
}
#content .procedure-list li + li {
	margin-top: 0.5em;
}
@media only screen and (max-width:767px) {
	#content table.module th {
		white-space:normal;
	}
	#content table.module th,
	#content table.module td {
		padding: 12px;
	}
}