* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  word-break: break-all;
}
/*  */
h1.head {
  background: #005;
  color: #fff;
  padding: 5% 0;
  font-size: 20px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.sousoku {
  font-size: 18px;
  font-weight: bold;
}

p {
  padding: 2% 20px;
}

.title {
  box-sizing: border-box;
  font-weight: bold;
  border-bottom: 3px solid #005;
  width: 96%;
  margin: 0 auto;
}

table {
  width: 95%;
  margin: 4% auto;
  font-size: 32px;
}

th {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1% 0;
  font-size: 13px;
}

td {
  border: 1px solid #ccc;
  padding: 2%;
  font-size: 13px;
}

table ul {
  list-style: none;
  text-decoration: none;
}

.a1 span {
  font-weight: bold;
}

a,
.MsoCommentText {
  font-size: 32px;
}

a.link {
  font-size: 20px;
}
