/* ポップアップ */
#cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  display: none;
  z-index: 1001;
  -ms-touch-action: none;
  touch-action: none;
}
#popviewer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  border: #444 solid 0px;
  display: none;
  z-index: 1002;
  background-color: #f0dfc7;
  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;
}
/* UI 解説表示 */
#nview{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
}
#nview *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#notetitle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  padding: 15px 0 0 0;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
#noteframe{
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 350px;
  border-color: #dca;
  border-style: solid;
  border-width: 1px 0 0 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#notebody{
  margin: 0 auto;
  padding: 0 1em 1em 1em;
}
#notebody p{
  margin-top: 1em;
  font-size: 100%;
  text-indent: 1em;
  line-height: 1.5em;
}
#notebody p.source{
  text-align: right;
}

/* UI 画像表示 */
#sview{
  position: absolute;
  top: 50px;
  left: 50%;
  margin: 0;
  padding: 0;
  cursor: move;
  background-color: #999;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -ms-touch-action: none;
}
#sview *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.subview{
  float: left;
  width: 400px;
  height: 320px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}
.subview img{
  pointer-events: none;
}
table.shimakuma_tool{
  position: absolute;
  text-align: center;
  vertical-align: top;
  /*opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";*/
  /*pointer-events: none;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#shimakuma_tool_header{
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  color: #333;
}
#shimakuma_header{
  text-align: center;
  vertical-align: middle;
  width: 320px;
  font-size: 100%;
  padding: 0;
}
#shimakuma_tool_header .shimakuma_tool_right{
  text-align: center;
  vertical-align: middle;
}
#shimakuma_tool_header td{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#shimakuma_tool_footer{
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #333;
}
#shimakuma_toolL{
  left: 0;
  top: 50px;
  width: 40px;
  height: 320px;
  /*pointer-events: auto;*/
  cursor: pointer;
}
#shimakuma_toolR{
  right: 0;
  top: 50px;
  width: 40px;
  height: 320px;
  /*pointer-events: auto;*/
  cursor: pointer;
}
table.shimakuma_tool td{
  text-align: center;
  vertical-align: top;
}
td.shimakuma_tool_left,
td.shimakuma_tool_right{
  width: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
td.shimakuma_tool_copyright{
  width: 50px;
  padding-top: 6px;
  text-align: left;
  cursor: default;
  vertical-align: bottom;
}
td.shimakuma_tool_powered{
  width: 50px;
  text-align: right;
  /*cursor: pointer;*/
}
#shimakuma_footer{
  text-align: center;
  position: relative;
  *+border: 1px solid #000;
}
#shimakuma_tool_indicator{
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-image: url("../images/indicbase.png");
  background-position: 0 0;
  background-repeat: x-repeat;
  position: absolute;
  left: 50%;
  bottom: 5px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
#shimakuma_tool_indicator_current{
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
