@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 2px;
	line-height: 2;
	text-align: center;
	vertical-align:middle;
}

#content table.module thead th {
	color:#fff;
	background: #50612a;
	white-space: normal;
}
.td-title {
	color:#333;
	background: #f6f6f6;
	white-space: normal;
	font-weight: 700;
}

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

#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;
}
.employess-table1 {
	margin-bottom: 40px;
}

.remark {
	margin-top: 20px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
#content table.employess-table thead{
	border: solid 2px #506129;
}
#content table.employess-table tbody{
	border: solid 2px #dedfdf;
}

#content table.employess-table4 tr th:nth-of-type(1) {
	width: 150px;
}
#content table.employess-table6 tr th,
#content table.employess-table7 tr th,
#content table.employess-table8 tr th
{
	width: 33%;
}

#content table.employess-table4 tr td {
	text-align: left;
}
.society-site {
	margin-right: 15px;
}
p.table-title {
	margin-top: 0;
}

p.table-title2 {
	margin-top: 20px;
}

#content table.widthtype1 thead tr th { width: 20%;}
#content table.widthtype1 tbody tr td { width: 10%;}

#content table.widthtype1-1 thead tr th { width: 16%;}
#content table.widthtype1-1 tbody tr td { width: 8%;}

#content table.widthtype2 thead tr th { width: 20%;}
#content table.widthtype2 tbody tr th:nth-of-type(1) { width: 10%;}

#content table.widthtype2-2 thead tr th:nth-of-type(1) { width: 25%;}
#content table.widthtype2-2 thead tr th:nth-of-type(2) { width: 25%;}
#content table.widthtype2-2 thead tr th:nth-of-type(3) { width: 25%;}
#content table.widthtype2-2 thead tr th:nth-of-type(4) { width: 25%;}

#content table.widthtype2-2-1 thead tr th:nth-of-type(1) { width: 20%;}
#content table.widthtype2-2-1 thead tr th:nth-of-type(2) { width: 20%;}
#content table.widthtype2-2-1 thead tr th:nth-of-type(3) { width: 20%;}
#content table.widthtype2-2-1 thead tr th:nth-of-type(4) { width: 20%;}
#content table.widthtype2-2-1 thead tr th:nth-of-type(4) { width: 20%;}

#content table.widthtype2-3 thead tr th:nth-of-type(1) { width: 20%;}
#content table.widthtype2-3 thead tr th:nth-of-type(2) { width: 40%;}
#content table.widthtype2-3 thead tr th:nth-of-type(3) { width: 40%;}

#content table.widthtype3 thead tr th { width: 25%;}
#content table.widthtype4 thead tr th { width: 50%;}


#content table.widthtype4-1 thead tr th:nth-of-type(1),
#content table.widthtype4-1 tbody tr th:nth-of-type(1) { width: 20%;}
#content table.widthtype4-1 thead tr th { width: 16%;}

#content table.widthtype4-2 thead tr th:nth-of-type(1),
#content table.widthtype4-2 tbody tr th:nth-of-type(1) { width: 20%;}
#content table.widthtype4-2 thead tr th { width: 13.3%;}


.text_img_l {
	margin-top: 0;
	margin-bottom: 1.5em;
}

p.text-title {
	font-weight: 700;
	margin-bottom: 10px;
}
@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: auto;
	}
}