@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

body {
  padding-left: 5vw;
  padding-right: 5vw;

  font-family: 'Noto Sans JP', sans-serif;
}

.title {
  font-family: 'Roboto Slab', serif;
  font-size: 5em;
}

table {
  border: solid 1px #888888;
  border-spacing: 0px;
}

td,th {
  border: solid 1px #888888;
  list-style-type: none;
  padding: 4px;
}
th {
  background-color: #f8f8f8;
}

#form {
  border: solid 2px #888888;
  padding: 4px;
  padding-left: 1.25em;
  padding-right: 1.25em;

  font-size: 1.25em;
}

td, th {
  white-space: nowrap;
}

td.do, th.do {
  width:73vw;
}

td.priority, th.priority {
  width:7vw;
}

td.date, th.date {
  width:10vw;
}

td.control, th.control {
  width:10vw;

  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

textarea {
  font-size: 1.5em;
  width: 100%;
}

button {
  font-size: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}

select {
  font-size: 1em;
}

.right {
  text-align: right;
}
