@charset "UTF-8";

#modal-content {
  width: 600px;
  height: 400px;
  left: 10px;
  top: 10px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}

#modal-ipad-image {
  width: 99%;
  height: 99%;  
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/*
 * オフライン通知エリア
 */
#offline-modal-content {
  margin-top: 5px;
  display: none;
  padding: 10px 20px;
  color: #dd0900;
  background-color: #fbefee;
  border: 1px solid #dd0900;
  border-radius: 3px;
  font-size: 90%;
  position: fixed;
  z-index: 2;
}
