/*
html{
  height: 100%;
  *+overflow: hidden; / *ie7* /
}
img{
  border: none;
}
*/
/*
body *{
  / *height: 100%;
  background-color: #666;
  *+overflow: hidden;
  position: relative;* /
  / *-webkit-user-select: none;
  -webkit-touch-callout: none;* /
}
*/
/*
#main{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
*/

/* UI */
#sview{
  margin: 0;
  padding: 4px;
  cursor: move;
  border: solid 4px #999;
  -ms-touch-action: 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: #fff;
}
#shimakuma_tool_footer{
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #999;
}
#shimakuma_toolL{
  left: 0;
  top: 0;
  width: 40px;
  height: 320px;
  /*pointer-events: auto;*/
  cursor: pointer;
}
#shimakuma_toolR{
  right: 0;
  top: 0;
  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: 70px;
  padding-top: 6px;
  text-align: left;
  cursor: default;
  vertical-align: bottom;
}
td.shimakuma_tool_powered{
  width: 70px;
  text-align: right;
  cursor: pointer;
}
#shimakuma_footer{
  text-align: center;
  /* position: relative; */
  position: absolute; /* for w10 edge (201508) */
  width: 268px; height: 100%;
}
#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)";
}
h1{
  font-size: 150%;
}
span#paged{
  font-size: 110%;
}
