/* モーダル コンテンツエリア */
#modal-error-main {
  display:none;
  position:fixed;
  overflow:auto;
  z-index:3;
}
 
/* S 障-1731-0128 */
/* ヘッダーエラーモーダル コンテンツエリア */
#modal-error-header {
  display:none;
  position:fixed;
  overflow:auto;
  z-index:3;
}

/* E 障-1731-0128 */
/* モーダル 背景エリア */
#modal-error-bg {
  display:none;
  width:100%;
  height:100%;
  background-color:#000000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
  position:fixed;
  top:0;
  left:0;
  z-index:2;
}

/* モーダル 背景スクロールバー固定 */
.modal-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
