@charset "utf-8";

table{
	margin-bottom:40px;
	border: 1px solid #666;
}
th {
	background-color: #CEEDFF;
	border: 1px solid #000;
}
td {
	text-align: center;
	border: 1px solid #000;
}
.border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
}

