@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: 10px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
#content table.module tr th:nth-child(1),
#content table.module tr td:nth-child(1){
	border-left-width: 0px;
}

#content table.module tr th:last-child,
#content table.module tr td:last-child {
	border-right-width: 0px;
}

#content table.module2 tr td.text-left{
	text-align: left;
}


#content table.module tr td.has-left-borde {
	border-left-width: 2px;
}

#content table.module3 tr td,
#content table.module4 tr td:last-child
{
	text-align: left;
}

.nowrap {
	white-space:nowrap;
}

/*#content table.module1 tr th:nth-of-type(1) {*/
/*	width: 40%;*/
/*}*/

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

#procedure1 p{
	margin-bottom: 40px;
}
.remark {
	margin-top: 20px;
}

.left {
	float: left;
	width: calc(70% - 20px);
}
.right {
	float: right;
	width: 30%;
}
#procedure1 p.table-title3 {
	margin-bottom: 10px;
}
#procedure1 p.table-title3 span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.f14 {
	font-size: 14px;
}
@media only screen and (max-width:767px) {
	#content table.module th {
		white-space:normal;
	}
	#content table.module th,
	#content table.module td {
		padding: 12px;
	}
	.left,
	.right {
		width: 100%;
		float: none;
		display: block;
	}
	.right {
		text-align: center;
	}
	.right img {
		width: 50%;
	}
	#content .table-wrap table {
		min-width: 766px;
	}
}