@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;
	text-align: center;
	vertical-align: middle;
}
#content table.module th:nth-last-child(1) {
	border-right-width: 0px;
}

#content table.module tr th:nth-of-type(1) {
	width: 150px;
}

#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;
}

.remark {
	margin-top: 20px;
}
#content table.reduction-table1 {
	font-weight: 700;
}
#content table.reduction-table1 td{
	text-align: left;
}
@media only screen and (max-width:767px) {
	#content table.module th {
		white-space:normal;
	}
	#content table.module th,
	#content table.module td {
		padding: 12px;
	}

	#content table.module tr th:nth-of-type(1) {
		width: 50px;
	}
}