@charset "utf-8";

#article table {
	margin-top: 40px;
	width: 760px;
}
#article table th {
	background: #e5f2fa;
	width: 95px;
	text-align: center;
	padding: 15px 0 0 0;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #d5e3ec;
}
#article table td {
	padding: 15px 20px 15px 33px;
	vertical-align: top;
	border: 1px solid #d5e3ec;
}
#article table td.special {
	padding: 15px 25px 15px 0;
	text-align: right;
	width: 205px;
	border-left: none;
}
#article table td.none {
	border-right: none;
	padding: 15px 0 15px 33px;
}