@charset "utf-8";
/* CSS Document */
#contents {
  z-index: 0;
  font-size: 84px;
}
.page-txt {
  margin: 0px 0 0;
  height: 2000px;
}
/*
#modal-open {
  color: #ff0000;
}
*/
/* モーダル 翻字 */
#modal-main {
  display: none;
  width: 96px;
  /*height: 128px;*/ 
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0); /*#ffffff;*/
  color: #ff0000;
  position:fixed;
  z-index: 4;
}
/* モーダル 翻字選択 */
#modal-bg {
  display:none;
  width:128px;
  /*height:128px;*/
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0); 
  position:fixed;
  /*top:0;
  left:0;*/
  z-index: 3;
}
/* モーダル 翻字消去 */
#modal-btn {
  display:none;
  width:120px;
  /*height:96px;*/
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0); 
  position:fixed;
  z-index: 2;
}
/* モーダル カーソル */
#modal-ope {
  width:150px;
  height:150px;
  margin: 0;
  padding: 0;
  background-color: rgba(128,128,128,0); 
  position:fixed;
  z-index: 1; 
}
/* モーダル カーソル隠す */
#modal-ope2 {
  display: none;
  width:150px;
  height:150px;
  margin: 0;
  padding: 0;
  background-color: rgba(128,128,128,0); 
  position:fixed;
  z-index: 1; 
}