#visual {
	height: 200px;
	background-image: url(../images/top/visual.jpg);
	background-size: cover;
	position: relative;
	z-index: 10;
}

#visual h2 {
	margin-top: 40px;
	margin-left: 0px;
}
#visual .visTxt {
	margin-top: 40px;
	margin-left: 155px;
}

section h3 {
	font-size: 20px;
	font-weight: normal;
}
section h4 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #999;
}
table {
	margin: 20px auto;
	border-collapse: separate;
	border-spacing: 10px;
}
table tr td {
	background-color: #000;
}
table tr .nBc {
	background-color: #F6F6F6;
}




.lt {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
.rt {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
