@charset "utf-8"; 
#keyboardInputMaster {
  position: absolute;
  inset: 630px 90px auto 90px;
  background-color:#326EA4;
  text-align:left;
  z-index:1000000;
  width:900px;
}

#keyboardInputMaster thead tr th {
  text-align:left;
  padding:2px 5px 2px 4px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr th select,
#keyboardInputMaster thead tr th label {
  color:#d43131;
  font:normal 11px Arial,sans-serif;
}
#keyboardInputMaster thead tr td {
  text-align:right;
  padding:2px 4px 2px 5px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr td span {
  padding:1px 4px;
  font:bold 11px Arial,sans-serif;
  border:1px outset #aaaaaa;
  background-color:#cccccc;
  cursor:pointer;
}
#keyboardInputMaster thead tr td span.pressed {
  border:1px inset #999999;
  background-color:#bbbbbb;
}

#keyboardInputMaster tbody tr td {
  text-align:left;
  margin:0px;
  padding:10px;
}
#keyboardInputMaster tbody tr td div {
  text-align:center;
  position:relative;
  height:0px;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout {
  height:auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table {
  height:20px;
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
  width: 10%;
  height: 80px;
  vertical-align:middle;
  text-align: center;
  padding:5px;
  white-space:pre;
  font:normal 32px 'Noto Sans';
  color: #19649F;
  border: 1px solid #326EA4;
  background-color:#F6FBFF;
  cursor:default;
}

#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.twenty {
  width:20%;
}

#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.thirty {
  width:30%;
}

#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.last {
  width:99%;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.alive {
  background-color:#ccccdd;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.target {
  background-color:#ddddcc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.hover {
  background-color:#cfe8fd;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.pressed,
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.dead {
  background-color:#cfe8fd;
}

#keyboardInputMaster tbody tr td div var {
  position: absolute;
  bottom:0px;
  right:0px;
  font:bold italic 11px Arial,sans-serif;
  color:#444444;
}

.eng_text {display: ;}

.keyboardInputInitiator {
  margin-left:3px;
  vertical-align:middle;
  cursor:pointer;
}

.keyboardImg {
  margin-left:3px;
  vertical-align:middle;
  cursor:pointer;
}

.displaynone {display: none;}

#keyboardWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background: transparent;
}

.virtualInputWrap{
  width: 99%;
  padding: 5px 5px 0 5px;
}
.virtualInput{
  border: none;
  outline: none;
  background-color: #E2EEF6;
  font-family: "Noto Sans";
  color: #0F4C82;
  font-size: 60px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  text-align: center;
}