*{
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  line-height: 24px;
}
html{
  height: 100%;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
/*モバイル用スクロール*/
.scrollWrapper{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(10,10,10,0.7);
  width:100%;

}
.scrollWrapper iframe{

}
/*本文*/
main{
  width: 96%;
  margin: 10px auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:white;
  border:none;
}

h1{
  font-size: 18px;
  padding:15px 3px;
  text-shadow: 1px 1px 3px black ;
  border-bottom: solid 1px #fff;/*下線*/
}
h1 em{
  font-size: 15px;
}

table{
  margin-top: 6px;
  font-size: 12px;
}
table td{
  padding:4px;
  line-height:1.1em;
}
.midashi{
}
table .odd{
  background-color: rgba(0,0,0,0.5);
}

figure{

}
img{

}

@media (max-width:700px){

}

@media(max-width:600px){

}

@media(min-height:280){

}
