@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Lato:wght@700&family=M+PLUS+1p&family=Noto+Sans+JP:wght@600&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  max-width: 1200px;
  margin: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
}

a.file {
  color: #0000FF;
  text-decoration: none;
}

a.file:hover {
  text-decoration: underline;
}
