* {
    margin:0;
    padding:0;
    font-family: "游明朝", "MS 明朝", "Tinos", sans-serif;
}
body {
    background-image: linear-gradient(rgba(173, 0, 0, .7),rgba(173, 0, 0, 0.7)), url(https://alicex.jp/data/Helixxx/img/Helixxx_upld_10.gif);
    background-size: auto;
    background-repeat: repeat;
    color: #fff1cf;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 2em;
} 
a {
    text-decoration: none;
    color: #fff1cf;
}
h1,h2 {
    font-weight: normal;
}
h1{
    font-size: 3em;
    border-bottom: dashed 1px #fff1cf;
}
h2 {
    font-size: 16px;
    background: #fff1cf;
    color: #ad0000;
    padding: 3px 10px;
    margin: 50px 0 0;
}
.box, h2, p {
    text-align: left;
}
.menu {
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    padding: 5px 0;
    text-align: center;
    background-color: #fff1cf;
}
.menu a {
    background-color: #ad0000;
    margin: 2px 4px;
    padding: 2px 5px;
}
.menu a:hover {
    background-color: #1c1879;
}
form, input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    border: none;
}
form {
    margin-top: 7px;
}
input[type="text"] {
    margin: 0 3px;
    padding: 2px 10px;
    width: 80px;
    background-color: #fff1cf;
    text-align: center;
}
button {
    width: 30px;
    height: 30px;
    color: #fff1cf;
    background: none;
}
.main {
    display: block;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.list {
    width: 60%;
    max-width: 850px;
    z-index: .5;
}
.box {
    display: inline-block;
    position: relative;
    justify-items: center;
    vertical-align: top;
    font-size: 12px;
    width: 250px;
    margin: 0 5px;
}

.box a {
    display: block;
    padding: 15px 0 0;
    border-bottom: solid 1px #fff1cf;
}
.box a:before {
    content: "▼";
    font-size: 8px;
    margin: 0 10px 0 20px;
}
.box a:hover {
    color: #ffffff;
}
/*.box:nth-of-type(3n+1) {
    margin: 0;
}*/
.home {
    margin: 2em 0;
    text-align: center;
    font-size: 12px;
}
p {
    line-height: 150%;
}
#novel {
    font-family: "游明朝";
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    padding: 2em 0;
}
#afW {
    font-size: 14px;
    padding: 1em 0;
}
br{
    letter-spacing:0;
}
@media screen and (max-width: 959px){
    #novel {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px){
    .main {
        width: 80%;
    }
    h1 {
        font-size: 2em;
    }
    input[type="text"] {
        width: 70px;
    }
    #novel {
        font-size: 13px;
    }
}