article {
}


/* table */
article table {
	width:840px;
	border-collapse: collapse;
	font-size:75%;
}
article table th {
	border-bottom: solid 2px #2E3049;
	padding: 10px 0 10px 0;
	vertical-align: top;
	line-height: 1.8;
	width: 200px;
}
article table td {
	border-bottom:  solid 2px #CFD0D6;
	padding: 10px 0;
	vertical-align: top;
	line-height: 1.8;
	padding-left: 15px;
}

article table td strong {
	line-height: 2.0;
}

article table th.space {
	width: 160px;
	height:50px;
	border-bottom:  none;
}
article table td.space {
	height:50px;
	border-bottom:  none;
}


