@charset "UTF-8";
/* CSS Document */

#sec1 {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 5px;
	overflow:hidden;
	text-align: left;
}

#sec1 p {
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 50px;
}

#sec1 h1 {
	padding-bottom: 60px;
}
.sec2 {
	width: 876px;
	border: 52px solid rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	background: rgba(247,244,232,1);
	text-align: left;
	margin-top: 80px;
	margin-bottom: 20px;
}

#sec1 hr {
	margin: 0px 50px;
}
#sec1 a {
	display: inline;
}
.caption {
	font-size: 12px;
}
#sec1 h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#sec1 h2:nth-child(1) {
	margin-top: 40px;
}
#sec1 table {
	background: rgba(255,255,255,1);
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	border: thin dashed rgba(204,204,204,1);
	margin-bottom: 40px;
	line-height: 60px;
	font-size: 14px;
}
#sec1 tr {
}

#sec1 tr:nth-child(odd) {
	background: rgba(234,231,220,1);
}
#sec1 th,#sec1 td {
	padding-left: 10px;
	height: 60px;
}
#sec1 th {
	padding-left: 30px;
	font-weight: bold;
	width: 100px;
	text-align: left;
}
