/* font */
@font-face {
    font-family: 'Gen Jyuu Gothic Bold';
    font-style: normal;
    font-weight: 100;
    src: url('GenJyuuGothicX-Monospace-Bold-subset.eot');
    src: url('GenJyuuGothicX-Monospace-Bold-subset.eot?#iefix') format('embedded-opentype'),
    url('GenJyuuGothicX-Monospace-Bold-subset.ttf') format('truetype'),
    url('GenJyuuGothicX-Monospace-Bold-subset.woff') format('woff');
}

.wf-sawarabigothic {
    font-family: "Sawarabi Gothic", sans-serif;
}

.wf-kokoro {
    font-family: "Kokoro", sans-serif;
}

.wf-hiraginokaku {
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}

.wf-ipaexgothic {
    font-family: "IPAexGothic";
}

.wf-genjugothic-bold {
    font-family: "Gen Jyuu Gothic Bold";
}

/* color */
.green {
    color: #10a27f;
}

.mikan-green {
    color: #4f7570;
}

.tokusa-green {
    color: #3b7960;
}

.biroudo-green {
    color: #2f5d50;
}

.mushiao-green {
    color: #3a5b52;
}

.ninjin {
    color: #ec6800;
}

.shuiro {
    color: rgba(235, 97, 1, 0.9)
}

.beniaka {
    color: rgba(217, 51, 63, 0.8)
}

.karakurenai {
    color: rgba(233, 84, 100, 0.9);
}

.hachimitsu {
    color: rgba(253, 222, 165, 0.9);
}

.mikan-white {
    color: #d3c7b4;
}

.zouge-white-light {
    color: #f8f4e6
}

.white {
    color: white;
}

.gray {
    color: #3b3e40;
}

.domunezumi-gray {
    color: #595455;
}

/* size */
.thirty-six {
    font-size: 36pt;
}

.thirty-four {
    font-size: 34pt;
}

.twenty-six {
    font-size: 26pt;
}

.twenty-four {
    font-size: 24pt;
}

.twenty {
    font-size: 20pt;
}

.eighteen {
    font-size: 18pt;
}

.sixteen {
    font-size: 16pt;
}

.fifteen {
    font-size: 15pt;
}

.fourteen {
    font-size: 14pt;
}

.thirteen {
    font-size: 13pt;
}

.twelve {
    font-size: 12pt;
}

.eleven {
    font-size: 11pt;
}

.ten {
    font-size: 10pt;
}

.nine {
    font-size: 9pt;
}

/* weight */
.bold {
    font-weight: bold;
}
