html{
  background:rgb(220, 220, 241);
  margin:0;
  padding:0;
}
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  margin:0;
  padding:0;
  touch-action: pan-x pan-y;
}

.font_size_12_36{
  font-size:clamp(12px, calc(100vw / 20), 36px);
}
.overflow_hidden{
  overflow: hidden;
}
.textmiddle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
  }

  .title {
    position: relative;
    user-select: none;
    height: 40px;
    padding: 10px;
    /* font-size: 18px; */
    font-weight: bold;
    line-height: 100%;
    cursor: move;
    position:sticky;
    top:0;
    background:#FFFFFF;
  }

  .vhcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .allmask, .tmpmask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.4);
    z-index: 5;
  }

  textarea, input[type=text], input[type=password] {
    padding: 5px;
    line-height: 120%;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #A5A6A9;
    resize: none;
    color: #4C4F54;
    background-color:beige;
    /* box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.2) inset; */
  }

  .xbox{
    /* position: relative; */
    position: absolute;
    background-color:#F5F5F5;
    color:#4C4F54;
    display:none;
    padding-bottom:7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 8px 0px #4C4F54;
    opacity:1;
    z-index:99999;
  }

  .waku_tango{
    border:solid 3px blue;
    border-radius:6px;
    margin:6px;
    font-size:36px;
    background-color:beige;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
  }

  .x, .xx{
    color:#4C4F54;
    font-size:30px;
    position:absolute;
    width:30px;
    height:30px;
    /* top: 10px; */
    right:2px;
    cursor:pointer;
  }
  .xbox .divbox{
    width:95%;
    height:100%;
    top:0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .xbox .content{
    padding:10px;
  }

  .ui-widget-content .ui-state-default{
    color:white;
    background:blue;
  }