#page_title {
	background: url('../images/shisetsukijun/bg_h2.webp') no-repeat top center;
	background-size: 100% auto;
}

#contents h3{
	margin: 20px 0;
}

#contents h4{
	font-size: 20px;
	margin: 40px 0 20px;
}

#contents h5{
	font-size: 18px;
	padding: 3px 10px;
	border-radius: 6px;
	background-color: #ddd;
	margin: 20px 0;
}

#contents h6{
	font-size: 18px;
	margin: 20px 0;
}

#contents section p{
	margin: 20px 5px;
}

#contents section ul,
#contents section ol{
	margin: 20px 0 20px 40px;
	color: #444;
}

#contents section ul li,
#contents section ol li{
	margin: 10px 0;
}

#contents section table{
	width: 100%;
	margin: 20px 0;
}

#contents section table th,
#contents section table td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}

#contents section table tbody tr:first-child th{
	background: #eee;
}

#contents section table tbody tr td:last-child{
	text-align: right;
}