@charset "utf-8";
/* CSS Document */


/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 910px;
  height: 600px;
  margin: 0;
  padding: 0;
  background-color: rgba(188,188,188,0.80);
  color: #666666;
  position:fixed;
  z-index: 101;
}

/* モーダル 背景エリア */
#modal-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 100;
}