@charset "UTF-8";
html,
body,
.warraper {
  height: 100%;
}

main {
  height: calc(100% - 402px);
  min-height: 100px;
}

.warraper {
  position: relative;
}

/*  ローディング
------------------------------------------------------------*/
.progress_dialog {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
