@charset "UTF-8";

.loading-error {

}

.loading-error-img {

}

.loading-error-img img {
    width: 100%;
}

.loading-error-content {
    line-height: 2em;
}

.loading-error-title {
    display: block;
    border-bottom: 2px solid #FFC300;
    font-size: 1.5em;
    font-weight: bold;
}

.loading-error-detail {
}