@charset "utf-8";

h5 {
	font-size: 100%;
}
h5 span {
	color: #00b259;
}


.txt01 {
	margin-bottom:30px;
}
.red {
	color: #ff6666;
}


.imgbox {
	margin-bottom:30px;
}
.imgbox img {
	display: none;
}
.imgbox.img1 {
	background: url(../images/forty/img01.gif) 0 0 no-repeat;
	background-size: 100%;
	width: 100%;
	height: 233px;
}
.imgbox.img2 {
	background: url(../images/forty/img02.gif) 0 0 no-repeat;
	background-size: 100%;
	width: 100%;
	height: 256px;
}
.imgbox.img3 {
	background: url(../images/forty/img03.gif) 0 0 no-repeat;
	background-size: 100%;
	width: 100%;
	height: 107px;
}



#mainContainer table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border:#b2b2b2 1px solid;
}
#mainContainer table th {
	background: #f2f0e2;
	padding:10px 15px;
	border-bottom:#b2b2b2 1px solid;
}
#mainContainer table td {
	padding:12px 15px;
	border-bottom:#999 2px dotted;
}
#mainContainer table tr:last-child td {
	border-bottom:#b2b2b2 1px solid;
}
#mainContainer table th,
#mainContainer table td {
	border-right:#b2b2b2 1px solid;
}



#mainContainer #tab1 {
	margin-top:15px;
}
#mainContainer #tab1 th:first-child {
	background: #e9f4f6;
	width: 24%;
	text-align: left;
}
#mainContainer #tab1 th {
	width: 38%;
}

#mainContainer #tab2 {
	margin-bottom: 30px;
}
#mainContainer #tab2 th:first-child {
	width: 24%;
	text-align: left;
}


.comment {
	text-indent: -1em;
	padding-left: 1em;
}












