
/* オーバレイ表示 */
.overlayDiv {
  height: 650px;
  width: 75%;
  overflow-y: scroll;
  background-color: white;
  margin: auto;
  padding: 10px;
  font-size: 0.8em;
}

.overlayDivEle {
  height: 200px;
  width: 60%;
  background-color: white;
  margin: auto;
  padding: 10px;
  font-size: 0.8em;
}

.overlayTable {
  margin-left: 10px;
 
}


#overlayContainer {
  display: none;
  width: 100%;
  height:100%;
  /* text-align: center; */
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.7);
}

#overlayContainerEle {
  display: none;
  width: 100%;
  height:100%;
  /* text-align: center; */
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.7);
}



.overlayCloseButtonDiv {
  height: 40px;
  width:75%;
  background-color: white;
  margin:auto;
  padding: 10px;
  text-align: right;
}


.overlayCloseButtonDivEle {
  height: 40px;
  width:60%;
  background-color: white;
  margin:auto;
  padding: 10px;
  text-align: right;
}

.overlayCloseButton {
  color: red;
  margin-right: 3px;
}