/*基本指定*/
body {
  background: white; top center repeat-y;
  margin: 0; padding: 0;

}



/*フォーム*/

.toiawase {
  margin: 0px 0px;
  font-size: 10px;
}

.toiawase p {
  font-size: 13px;
  font-weight:bold;
  text-align: left;
  color: #000000;
  margin: 5px 5px 5px 10px;
}

.toiawase h1 {
  font-size: 14px;
  text-align: center;
  color: black;
  margin-bottom: 10px;
}

#sex {
     font-size: 15px;
}