@charset "utf-8";
table tr th {     /* 先頭行のみ */
	background-color: black;
	color: white;
}
table {
  border-collapse: collapse;
  border: solid 1px #999;
  }
table tr td , table tr th {
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border: solid 1px #999;
	font-weight: bold;
  }
.box {
  display: inline-block;
  }
.smart {
	display: none;

