@charset "utf-8";
/* CSS Document */
table{
	border-collapse:collapse;
	width:619px;
	margin:5px;
	border:1px solid #6c6c6c;
}
th,td{padding:0.1em 1em;
	border:1px solid #6c6c6c;
	}
thead{background:#000;}
th{
	font-weight:400;
	color:#fff;
	line-height:28px;
}