  @charset "UTF-8";

.bgStyle01 .inner dl {
	padding:16px 20px 0 20px;
}
.bgStyle01 .inner dt {
	font-weight:bold;
}
.bgStyle01 .inner dd {
	padding:0 0 15px 0;
}

/* 	Clearfix Property
---------------------------------------------------------- */
.contentsNavi ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}
.contentsNavi ul {
	zoom: 1;
}

/* Link underline property */
.tableStyle01full .pdfLink a {
	text-decoration: none;
}
.tableStyle01full .pdfLink a:hover {
	text-decoration: underline;
}