#shutter-inner{
  position: absolute;
  top: 695px;
}
#btn-shutter{
  width: 600px;
  height: 50px;
}

#frame-inner{
  position: absolute;
  top: 750px;
}
#frame-inner h2{
  margin-bottom: 3px;
}
#framelist{
  list-style: none;
  padding-left: 0px;
}
#framelist li{
  display: inline;
  cursor: pointer;
  margin-right: 5px;
}


/*---------------------------------------*/
/* ダイアログ                            */
/*---------------------------------------*/
#dialog-outer{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog{
  display: none;
  border: 3px solid gray;
  background-color: white;
  margin: 100px;
  padding: 10px;
}

#dialog-result{
  width:650px;
}
#dialog-result-close{
  cursor: pointer;
}
#dialog-result-dl{
  width: 650px;
  height: 60px;
}

#dialog-nowloading{
  width: 400px;
  height: 120px;
  font-size: 48px;
  text-align: center;
  padding-top: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: lightseagreen;
}
