body {
  font-family:  Meiryo,sans-serif;
  background-color: rgba(250, 255, 196, 1);
}

td,fieldset {
  background-color: rgba(255, 255, 255, 1);
}

h1,h2,th,td,input,legend,label,textarea {
  font-size: 50px;
}

textarea {
  width : 900px;
}

input[type="radio"] {
  transform:scale(3.0);
}

input[type="checkbox"] {
  transform:scale(3.0);
}

.buttonStyled {
  border: 0;
  height: 200px;
  width : 250px;

  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.buttonStyled:hover {
  background-color: rgba(0, 255, 255, 1);
}

.buttonstyled:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.buttonStyled2 {
  border: 0;
  height: 150px;
  width : 300px;

  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.buttonStyled2:hover {
  background-color: rgba(0, 255, 255, 1);
}

.buttonstyled2:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
