*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html,body{
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
body{
}
*:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.debug #loading,
.debug video,
.debug img{
  display: none;
}


checkButton{
  opacity:0.5;
}
.pointer {
  cursor: pointer;
}
.hide{
  display: none;
}
label{
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  background: #FFF;
  border-radius: 5px;
  box-shadow: -1px -1px 9px 0px rgba(0, 0, 0, 0.2) inset;
}
label:hover{
}
.debug_box{
  position: fixed;
  right: 0.5em;
  top: 0.5em;
  z-index: 99999;
  opacity: 0.4;
}
.load-css-button{
  display: block;
  width: 100px;
  margin-bottom: 0.5em;
  background-color: #666;
  color: #FFF!important;
  border-radius: 5px;
  font-size: 12px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: right;
}
.load-css-button:hover{
  opacity: 0.8;
}


.dn{
  display: none;
}
.db{
  display: block;
}
.query-box-wrapper[data-index="1"] .nb_box,
.query-box-wrapper[data-index="2"] .nb_box,
.query-box-wrapper[data-index="3"] .nb_box {
  display: none;
}
#myModal{
  display: none;
  position: fixed;
  top: 0;
  padding: 20px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6)
}
#myModal_inner{
  display: flex  ;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#errorMessageBox{
  background: #FFF;
  padding: 1em;
  margin: 0;
  font-size: 0.9em;
}
#closeModal{
  width: 100%;
  margin-top: 1em;
  background-color: #CCC;
  border: 1px solid #999;
  border-radius: 3px;
  text-align: center;
  line-height: 2.4em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.nb_box{
  display: none;
}


#chglist {
  display: flex;
  opacity: 0.5;
  width: 100px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#chglist span{
  font-size: 10px;
  display: inline-block;
  line-height: 1em;
  background: red;
  color: #FFF;
  padding: 0.3em;
  width: 25%;
  text-align: center;
}
#chglist span.chgok{
  display: inline-block;
  line-height: 1em;
  background: green;
  color: #FFF;
  padding: 0.3em;
}