@font-face {
  font-family: 'iwata';
  src: url('/fonts/iwata_kyokasho/IW4TD3p.ttf') format('truetype');
}
body {
  font-family: 'iwata';
}
h1	{
  letter-spacing:-1px;
};
footer {
  width:100%;
  /*
  height:20px;
  */
  border-top:solid 1px gray;
  margin-top:10px;
  padding-top:10px;
  /*
  background-color:white;
  */
  background-color:#E2F0D9;
}
/* header ------------------------------------------------------------------- */
#header {
  text-align:center;
  border-bottom:solid 1px gray;
  margin-bottom:2px;
  /*
  background-color:#E2F0D9;
  */
}
.header_m	{
  width:640px;
}
.header_lr {
  width:calc((100% - 640px)/2);
}
.btn2white {
  background-color:white;
}
.btn2black {
  background-color:black;
  border-color:black;
  color:white
}
.btn2blue {
  background-color:blue;
  border-color:blue;
  color:yellow
}
/* main --------------------------------------------------------------------- */
.main	{
  width:1024px;
  margin:0 auto;
}
/* footer ------------------------------------------------------------------- */
.ft_	{
  display:flex;
}
.ft_l	{
  width:40%;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:right;
};
.ft_r	{
  width:60%;
}
.ft_r ul	{
  margin-top:5px;
  padding-left:10px;
  list-style:none;
}
.ft_r li	{
  padding-top:5px;
}
/* -------------------------------------------------------------------------- */
hr      {
  height:auto;
}
a	{
  text-decoration:black underline;
}
a:visited	{
  color:black;
}
button {
  padding:5px;
  font-size:90%;
  border:solid 1px;
  border-radius:5px;
}
