/*
/* manage.css
*/

@charset "utf-8";

/* general */
input[type=checkbox] {
  transform: scale(1.5);
}

/* tag */
body {
  max-width: 1240px;
}

header {
  max-width: 1240px;
}

table caption {
  padding: 10px;
}

table input {
  margin: 0 5px;
  padding: 0 5px;
}

table tbody tr {
  height: 30px;
  padding: 20px;
}

table tbody tr td {
  text-align: center;
  padding: 0 5px;
}

table tfoot tr td button {
  margin: 10px 0;
}

#searchform {
  margin: 5px 0;
}

footer {
  font-size: 0.8rem;
}