@charset "utf-8";

/*------------------*/
.contentL h2 {
	margin: 32px 0 0 0;
}

.contentL h3 {
	margin: 26px 0 0 0;
}
.contentL p.txt {
	margin: 9px 0 0 0;
}

.contentL table {
	margin: 36px 0 0 0;
	border-top: 1px solid #dbd0cc;
}

.contentL table th {
	width: 129px;
	border-bottom: 1px solid #dbd0cc;
	font-weight: normal;
	padding: .8em 0;
	text-align: left;
}

.contentL table td {
	border-bottom: 1px solid #dbd0cc;
	padding: .8em 0;
	text-align: left;
}
.contentL table td a {
	text-decoration: underline;
}
.contentL table td a:hover {
	text-decoration: none;
}

/*------------------*/
.contentL #box {
	margin: 26px 0 20px 0;
}
.contentL #box p {
	margin: 0 0 12px 0;
}








