#popup_cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 600px;
  background: rgba(0,0,0,0.5);
}
#popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  width: 640px;
  height: 434px;
  margin-left: -320px;
  margin-top: -217px;
  background: #fff;
}
#popup_close {
  float: right;
  width: 20px;
  height: 15px;
  background: url('/ev-files/x.svg') no-repeat 0 0;
  cursor: pointer;
  border: 0;
  margin-right: 5px;
  margin-top: 6px;
}

.pop_h {
  margin-bottom: 22px;
}
.pop_left {
  margin-left: 20px;
  width: 250px;
}
.pop_right {
  margin-right: 20px;
  width: 320px;
}

#popup p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.25em;
}
