* {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
img{
  border: none;
  /*pointer-events: none;*/
}
html {
  height: 100%;
  overflow: hidden;
}
body{
  height: 100%;
  font-family: Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 16px;
  *+font-size: medium;
  font-size: 100%;
  background-color: #000;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div.container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background-color: #333;
  background-image: url('../images/sanbou_back_1800.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
  border-color: #000;
  border-style: none;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}
/* Header */
#header {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  background-color: #222;
  position: relative;
}
h1 {
  padding-left: 0px;
  padding-top: 0px;
}
#topicpath {
  width: 100%;
  height: 25px;
}
#topicpath li{
  font-size: 100%;
  margin-left: 20px;
  margin-top: -8px;
  *margin-top: -4px;
  color: #ccc;
}
/* Main */
#main {
  margin: 0 auto;
  position: relative;
}
#box{
  margin: 10px auto;
  text-align: center;
  position: relative;
}
.L0{
  float: right;
  position: relative;
}
/*
#hint{
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%;
  display: none;
}
*/
#mapster_wrap_0{
  float: right;
  position: relative;
  margin-right: 15px;
}
.L1{
  float: right;
  position: relative;
  margin: 0 14px 8px 0;
}
.L1 a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.L1 a>img{
  display: inline-block;
  pointer-events: none;
}
/* Footer */
#footer{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 60px;
  background-color: #222;
  text-align: center;
}
/** Link **/
a{
  color: #ff0;
  text-decoration: underline;
}
a:visited{
  color: #ff0;
}
a:hover,a:active{
  color: #fff;
  text-decoration: none;
}
/** Other **/
hr{
  visibility: hidden;
  clear: both;
}
.clearfloat{
  clear: both;
  height: 0;
  font-size: 0;
}
.nolink{
  font-weight: bold;
  color: #aaa;
}
.copyright{
  margin-top: 20px;
  text-align:center;
  font-size: 100%;
  font-weight: normal;
  color: #999;
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #category li{
        line-height: 1.0em;
    }
}
/* ヒント */
#hintd{
  position: absolute;
  left: 50%;
  top: 5px;
  width: 400px;
  margin-left: -200px;
  padding: 15px;
  display: none;
  z-index: 1005;
  text-align: left;
  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;
}
#hintd h4{
  font-size: 100%;
}
#hintd p{
  font-size: 95%;
  margin-top: 0.5em;
  text-indent: 1em;
}
#hintclose{
  position: absolute; right: 6px; top: 6px;
  width: 30px; height: 30px;
  overflow: hidden;
  cursor: pointer;
}
#hintclose img{ position: absolute; left: 0; top: 0px; }
#hint{
  position: absolute; right: 25px; top: 10px;
  width: 40px; height: 40px;
  overflow: hidden;
  cursor: pointer;
}
#hint img{ position: absolute; left: 0; top: 0px; }
