@CHARSET "UTF-8";
#errorContent {
    margin-top: 20px;
}
    #errorContent h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    #errorContent .nextBtn {
        background-image: none;
        -webkit-appearance: none;
    }

/* Retina対応 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
        only screen and (min--moz-device-pixel-ratio: 2),
        only screen and (-o-min-device-pixel-ratio: 2/1),
        only screen and (min-device-pixel-ratio: 2),
        only screen and (min-resolution: 192dpi),
        only screen and (min-resolution: 2dppx)
{
    /* ログイン画面へ戻るボタン */
    #errorContent .nextBtn {
        background-image: none;
    }
}