﻿/*
    error Stylesheet
*/
header {
    background: #fff;
    border-top: solid 8px #3d9dd8;
    border-bottom: solid 1px #ccc;
}
header h1 {
    padding: 8px;
    color: #3d9dd8;
}
header > div {
    background: #e1edf4;
    color: #3d9dd8;
    padding: 5px;
    text-align: center;
    min-height: 30px;
    font-weight: normal;
}
.l-wrapper {
    background: #fff;
    margin: 20px 10px;
}
.err-ttl {
    color: #095696;
    border-bottom: 2px solid #095696;
    font-size: 1.6em;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 40px;
}
.err-ttl > span {
    display: block;
}
.err-txt {
    text-align: center;
    padding: 80px 20px;
}
