@charset "UTF-8";
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.comment {
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    border: thin solid #F28500;
    font-size: medium;
    line-height: 160%;
}
.info {
    border-radius: 5px;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    background-color: #FFEFD7;
}
.comname {
    color: #ED7000;
    text-align: right;
}
body::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../img/GoldenDragonBG.jpg");
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
}
.wrapper {
    background-color: rgba(255,255,255,0.80);
    width: 80%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    font-size: 1.1em;
    line-height: 200%;
    font-family: kozuka-gothic-pro, sans-serif;
    color: #505050;
}
.orange {
    color: #EB8E00;
}
.orangedark {
    color: #D17C00;
}
.blue {
    color: #4562CB;
}
.f-left{
    float: left;
    margin-right: 15px;
}
.f-right{
    float: right;
    margin-left: 15px;
}
#massage {
    background-image: url(../img/race.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: auto;
    padding-top: 5%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
    margin-bottom: 40px;
}
#massage2 {
    background-image: url(../img/race2.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: auto;
    padding-top: 5%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
    margin-bottom: 40px;
}
footer {
    text-align: center;
    font-size: small;
}
.green {
    color: #03829F;
}
.gold {
    color: #A88D02;
}
.pinkdark {
    color: #B500AA;
}
#tokuten {
    background-image: url(../img/frame.jpg);
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    background-size: 100% 100%;
    margin-bottom: 50px;
}
.h3mincho {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 140%;
    font-feature-settings: "palt"1;
    text-align: center;
}
.minchored {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 3px #FFFFFF;
    color: #E108B9;
    font-size: 1.1em;
    font-feature-settings: "palt"1;
}
.mincho {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 3px #FFFFFF;
    font-size: 1.1em;
    font-feature-settings: "palt"1;
}
