@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: 14px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 80px;
}

.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-bottom: 20px;
}

#sec1 hr {
		margin-top: 0px;
	margin-bottom: 0px;
}

#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: 30px;
	font-size: 13px;
}
#sec1 tr {
}

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