/*施設予約CSS*/

/* 全体*/
body {
  padding: 0px;
  font-size:14px;
  line-height:14px;
  margin-left: 30px;

  background-color: #9966cc;

  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";

}

/* 全体ここまで*/

/*コーナータイトル*/
.title{
  font-size:36px;
  margin-top:0px;
}
/*コーナータイトルここまで*/




.db{
width:300px;
font-size: 90%;
line-height: 110%;
margin-top: 0px;
}

iframe {
  border: none;
}

.menu{
  width: 300px;
  height: 90px;
  position:absolute;
  margintop: 0px;
  top: 190px;
  left:0px;

}

.form{
  width:300px;
  height: calc(100% - 200px);
  frameborder: 0px;
  marginheight: 0px;
  marginwidth: 0px;
  margintop: 0px;
  position:absolute;
  top:250px;
  left:0px;

}

.calendar{
  width: calc(100% - 320px);
  height:100%;
  frameborder: 0px;
  marginheight: 0px;
  marginwidth: 0px;
  position:absolute;
  top: 0px;
  left:320px;
}