@charset "UTF-8";
/* CSS Document */

section {
	margin: 0 auto 20px auto;
	padding: 20px 0 10px 0;
	width: 90%;
	border-bottom: 1px solid #ccc;
}
section#sec03 {
	border: none;
}
h1 {
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
h1 span {
	border-bottom: 2px solid #333;
}
h2 {
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
h2 span {
	border-bottom: 2px solid #333;
}
.rightTxt {
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
	line-height:  18px;
}
.leftTxt {
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height:  24px;
}
dt {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
dd {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}
p {
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 28px;
}

