/* ポップアップ */
/* 2017-07, mobile */
#cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  display: none;
  z-index: 1001;
  -ms-touch-action: none;
  touch-action: none;
}
#popviewer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -50% 0 0 -50%;
  /*border: #444 solid 0px;*/
  display: none;
  z-index: 1002;
  background-color: #666;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  /*border-color: #444;
  border-style: solid;
  border-width: 4px 4px 4px 4px;*/
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.popview{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background-color: #666;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#popview img{
  cursor: pointer;
}
.vbtn{
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
}
#mvindi{
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 5em;
  padding: 3px;
  margin: 0;
  background-color: #666;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
#mvindichg{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
  padding: 5px 5px 5px 15px;
  text-align: center;
  display: none;
  background-color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -ms-filter: "alpha(opacity=95)";
  cursor: pointer;
  font-size: 120%;
}
#mvindichginput{
  width: 120px;
  text-align: center;
  margin: 0 25px;
  padding: 2px;
  font-size: 40px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;
}
#mvindichg span{
  font-size: 150%;
}
#hint{
  display: block;
}
#hintd{
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  margin-left: -50%;
  padding: 15px;
  display: none;
  z-index: 1005;
  color: #333;
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  border-color: #444;
  border-style: solid;
  border-width: 2px;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#hintclose{
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
#hintd h4{
  font-size: 100%;
}
#hintd p{
  font-size: 95%;
  margin-top: 0.5em;
  text-indent: 1em;
}
