#Contents table {
	margin-bottom: 20px;
}
#Contents th,
#Contents td {
	vertical-align: middle;
}
#Contents .letter th,
#Contents .letter td {
	text-align: center;
}
#Contents .letter {
	box-sizing: border-box;
	margin-top: 30px;
	padding: 30px;
	max-width: 1000px;
	background-color: #f4f4f4;
}
#Contents .letter h5 {
	font-size: 110%;
	margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
	
	#Contents table.spTable th,
	#Contents table.spTable td {
		display: table-cell;
		vertical-align: middle;
	}
	#Contents table.spTable th {
		line-height: 1.25;
	}

}

#Contents table th.target {
	background: #556;
	color: #fff;
}

#Contents dl {
	overflow: hidden;
}
#Contents dl dt {
	float: left;
	font-weight: bold;
    width: 275px;
}
/*#Contents dl dd {
	margin-left: 5em;
}*/
#Contents dl dd dl dt {
	float: none;
	font-weight: normal;
}
#Contents dl dd dl dd {
	margin-left: 0;
}

.section h5 {
    font-weight: bold;
    color: #005eaf;
    margin-top: 20px;
}

.red {
    color: #ff0000;
    font-weight: bold;
    text-decoration : underline;
}