body {
    font-size: 1.0em;
    line-height: 1.5;
    color: #000000;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-image: url(img/bdbg.jpg);
    margin: 0;
}



.description {
    background-color: #959DA7;
    font-size: 0.8em;
    color: #FFFFFF;
    text-align: center;
}

h1 {
    margin: 0;
    padding: 0;
}

img.background-image {
    width: 100%;
}

.mainwp {
    width: 100%;
    background-image: url(../img/enter_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;

}


.enterBtn {
    left: 0;
    bottom: 8%;
    display: block;
    width: 100%;
    letter-spacing: -.5em;
    box-sizing: border-box;
    padding: 1% 0;
    text-align: center;
}

span.btnleft {
    display: inline-block;
    letter-spacing: normal;
    width: 30%;
    vertical-align: top;
}

span.btncenter {
    display: inline-block;
    letter-spacing: normal;
    width: 23%;
    box-sizing: border-box;
    padding: 0 4%;
    vertical-align: top;
}

span.btnright {
    display: inline-block;
    letter-spacing: normal;
    width: 30%;
    vertical-align: top;
}