@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 tr th:nth-of-type(1) {
	width: 10px;
}
#content table.module tr th:nth-of-type(2),
#content table.module2 tr th:nth-of-type(2)
{
	width: 100px;
}

#content table.module tr th:nth-last-of-type(1) {
	border-right: none;
}
#content table.module tr td:nth-child(3) {
	text-align: left;
}

#content table.module2 tr th:nth-of-type(3)
{
	width: 140px;
}
#content table.module2 tr td:nth-child(3) {
	text-align: center;
}
#content table.module2 tr td:nth-child(4) {
	text-align: left;
}
#content table.module + p {
	margin-top: 1em;
}

#content table.green-table thead th {
	vertical-align: middle;
}
#content table.green-table1 tr td:nth-child(2) {
	width: 140px;
	background: #f6f6f6;
}
#content table.green-table1 tr td:nth-child(3) {
	width: 170px;
}
#content table.green-table1 tr td:nth-child(4) {
	text-align: left;
}
#content table.green-table1 th, #content table.green-table1 td {
	padding: 25px 12px;
}

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

	#content table.green-table1 {
		min-width: 756px;
	}
	#content table.module2 {
		min-width: 650px;
	}
}