@charset "UTF-8";


h3 {
	margin:20px 0 8px 0;
	font-weight:bold;
	font-size:153.9%;
	color:#e60019;
	}
table {
	border-top:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	}
table th {
	text-align:center;
	background:#fbe6ef;
	white-space:nowrap;
	}
table th, table td {
	padding:5px;
	border-bottom:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	}


hr {
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #cecece;
	margin:15px 0;
	}



