﻿.frmGeoSelect {
  /* 右上仕様 */
  background-color: white;
  width: 220px;
  height: 320px;
  position: absolute;
  font-size: smaller;
  text-align: center;
  top: 10px;
  border-width: 4px;
  border-color: black;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  right: 10px;
  opacity: 1.0;
}

.minimizebutton {
  width : 20px;
  height: 22px;
}