/* 2017-07, mobile */
/*
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;
  width: 1000px;
}
.subview{
  float: left;
  width: 320px;
  height: 256px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}
table#shimakuma_tool_header{
  position: absolute; left: 0; top: 0;
  width: 100%; height: 50px;
  color: #fff;
}
table#shimakuma_toolL{
  position: absolute; left: 0; top: 0;
  width: 32px; height: 256px;
  /*pointer-events: auto;*/
  cursor: pointer;
}
table#shimakuma_toolR{
  position: absolute; right: 0; top: 0;
  width: 32px; height: 256px;
  /*pointer-events: auto;*/
  cursor: pointer;
}
table#shimakuma_tool_footer{
  position: absolute; left: 0; bottom: 0;
  width: 100%; max-height: 25px; height: 25px;
  color: #999;
}
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;
}
/*table.shimakuma_tool td{
  text-align: center;
  vertical-align: top;
}*/
table.shimakuma_tool td.shimakuma_tool_left,
table.shimakuma_tool td.shimakuma_tool_right{
  width: 32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
table.shimakuma_tool td.shimakuma_tool_copyright{
  width: 50px; height: 25px;

  text-align: left;
  vertical-align: middle;
  cursor: default;
}
table.shimakuma_tool td.shimakuma_tool_powered{
  width: 50px; height: 25px;
  text-align: right;
  vertical-align: bottom;
  cursor: pointer;
}
table.shimakuma_tool td.shimakuma_tool_powered img{
  max-width: 100%; height: auto;
}
#shimakuma_footer{
  text-align: center;
  /* position: relative; */
  /*position: absolute;*/ /* for w10 edge (201508) */
  /*width: 268px; height: 100%;*/
  width: 180px; max-height: 25px;
}
#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: 16px;
}
