﻿/*レスポンシブ*/
body {
  width: 100%;
  font-family: "メイリオ";
}


form, table, tbody {
  width: 95%;
  font-size: 40px;
}

form {
  margin-left: auto;
  margin-right: auto;
}


tr.column td {
  background-color: #fff;
  height: 50px;
}

input[type="text"], input[type="file"], textarea, select {
  width: 100%;
}

input[type="text"] {
  height:40px;
  font-size: 30px;
}

input[type="file"] {
  font-size: 25px;
}

input[type="reset"], input[type="submit"] {
  font-size: 40px;
}

select {
  font-size: 40px;
}
/*その他*/
.center {
  text-align: center;
}