
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
}

table, th, td {
  width: auto !important;
}

a {
	color:#03a;
	text-decoration:none;
}
a:hover {
	color: #e36a5c;
	text-decoration:underline;
}
ul {
  list-style: none;
}
li{
  list-style:none;
}


th {
   width: 1em;
   white-space: nowrap;
}
