table {
	border-collapse: collapse;
	width: auto;
}

caption {
/*  padding: 0.5em;  文字周りの余白 */
  padding: 1px 3px;
  color: #ffffff; /* 文字色 */
  font-weight: bold; /* 太字に */
  background: #333333; /* 背景色 */
}

thead tr {
	border-bottom: 2px #000000 solid;
}

tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

th, td {
	padding: 1px 3px;
	border: 1px #ffffff solid;
}
