@charset "Shift_JIS";

.contents {
	margin-bottom: 50px;
	text-align: left;
	line-height: 1.5;
}
.contents table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
.contents .title {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.contents .intro {
	font-size: 14px;
	margin-bottom: 30px;
}
.contents ol li {
	margin-bottom: 10px;
	font-size: 14px;
}
.contents ol li .mokuhyo {
	border: 1px solid #333;
	padding: 10px;
	margin: 10px 0;
	background: #d7eee1;
}
.contents ol li .taisaku {
	margin-bottom: 30px;
}
.contents ol li .taisaku dd {
	margin-left: 20px;
}

.contents .date {
	font-size: 12px;
	text-align: right;
}
.contents .table {
	margin-bottom: 20px;
}
.contents .table caption {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.contents .table th,
.contents .table td {
	padding: 4px;
	border:1px solid #aaa;
	font-size: 10px;
	line-height: 1.2;
}
.contents .table th {
	background-color: #d7eee1;
}
.contents .table thead th {
	background-color: #b3e0c7;
}
.contents.section1 .title {
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}