html{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: "MS Mincho", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
}
html, body {
  height:100%;
}
a{
  text-decoration:underline;
}
li {
  list-style: none;
}
.omikuji {
  color: #ff3b00;
}
.omikuji:hover{
  color: #ff8361;
}
p{
  font-size: 0.9rem;
  padding-bottom: 2px;
  border-bottom: 1px dashed #2e9797;
  line-height: 1.6;
}
span{
  display:inline-block;
  font-size:0.8rem;
  margin-right:10px;
  color:#777;
  line-height:1.6;
}
