body, body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body::before {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
body {
    font-family: "HiraKakuProN-W3", "verdana";
    background-color: #000000;
    width: 480px;
    margin: 0 auto;
}
.main {
    color: #ffffff;
    /* text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; */
    /*}
.p .indentback{
  text-indent: -1em;
  padding-left: 4em;*/
}
.red {
    color: #F00;
}
.green {
    color: #090;
}
.blue {
    color: #06F;
}
.orange {
    color: rgb(255, 70, 0);
}
.yellow {
    color: #FF0;
}
.purple {
    color: #F0F;
}
.aqua {
    color: #0FF;
}
