@CHARSET "UTF-8";

input[type="button"] {
    border: none;
    cursor: pointer;
}

.loe-wrap-stop-page,
.loe-wrap-error-page,
.loe-wrap-none-page {position:relative; width:650px; margin:100px auto; background-color:#5da9a2; border-radius:20px; box-sizing:border-box; }

.loe-wrap-stop-page em.loe-icon-error-stop,
.loe-wrap-error-page em.loe-icon-error,
.loe-wrap-none-page em.loe-icon-none-page {display:inline-block; position:absolute; top:50%; left:35px; background:url(/images/sys/icon_error.png) no-repeat;}
.loe-wrap-stop-page em.loe-icon-error-stop {width:113px; height:111px; margin-top:-56px;}
.loe-wrap-error-page em.loe-icon-error {width:123px; height:107px; margin-top:-54px; background-position:0 -112px;}
.loe-wrap-none-page em.loe-icon-none-page {width:112px; height:111px; margin-top:-56px; background-position:0 -220px;}

.loe-wrap-stop-page {padding:40px 0 47px 169px;}
.loe-wrap-stop-page span.loe-txt-title {display:block; font-size:24px; color:#ffbb00; font-weight:normal;}
.loe-wrap-stop-page span.loe-txt-title em.loe-txt-strong {font-size:30px; color:#ffbb00;}
.loe-wrap-stop-page span.loe-txt-det {display:block; padding-top:10px; font-size:18px; line-height:26px;color:#fff;}

.loe-wrap-error-page {padding:30px 0 47px 169px;}
.loe-wrap-error-page span.loe-txt-title {display:block; font-size:74px; color:#ffbb00; font-weight:normal;}
.loe-wrap-error-page span.loe-txt-det {font-size:18px; line-height:26px; letter-spacing:-1px; color:#fff;}

.loe-wrap-none-page {padding:30px 0 47px 169px;}
.loe-wrap-none-page span.loe-txt-title {display:block; padding:7px 0 10px 0; font-size:26px; color:#ffbb00; font-weight:normal;}
.loe-wrap-none-page span.loe-txt-det {display:block; padding-bottom:10px; font-size:17px; letter-spacing:-1px; color:#fff;}

.loe-wrap-stop-page.loe-error-type,
.loe-wrap-error-page.loe-error-type,
.loe-wrap-none-page.loe-error-type {position:absolute; top:50%; left:50%; margin:-94px 0 0 -325px;}

input.loe-btn-back-page {display:inline-block; width:198px; height:31px; background:url(/images/sys/btn_back_page.png) no-repeat; text-indent:-30000px;}