@charset "shift_jis";
body{line-height: 130%; background-color:#FFFFEC;
}
.dropdown {
  display: flex;
  
}

.menu {
  width: 100px;
  text-align: center;
}
.menu2 {
  width: 500px;
  text-align: left;
  
}

.menu-title {
  background: #700000;
  color: #ffffff; 
}
.menu-title  > a{
 background: #700000;
  color: #ffffff;
  font-size:1.0em;
  line-height:1.5;
}

a{
line-height:1.5;
font-weight: bold;
font-size:1.0em;
}
p{
font-size:1.0em;
line-height:1.5;
font-weight: bold;
}
input{
font-size:1.0em;
line-height:1.5;
font-weight: bold;
margin: 5px 5px 5px 5px;
}
select{
font-size:1.0em;
line-height:1.5;
font-weight: bold;
margin: 10px 10px 10px 10px;
}