@charset "utf-8";

#article {
	margin-bottom: 200px;
}
#article table {
	margin-top: 20px;
	width: 760px;
}
#article table th {
	background: #e5f2fa;
	padding: 0 0 0 30px;
	width: 178px;
	border: 1px solid #d5e3ec;
	font-weight: normal;
}
#article table td {
	padding: 15px 0 15px 33px;
	border: 1px solid #d5e3ec;
}
p.right {
	text-align: right;
}
p.mt20 {
	margin-top: 20px;
}