﻿/* 
    L001 Stylesheet 
*/


#L001 {
    background: #fff;
}
#L001 .login {
    background: #f0f0f0;
}

#L001 .pagettl {
    font-weight: bold;
}

#L001 .input-login {
    padding: 20px;
}
#L001 .input-login dt {
    margin-top: 15px;
    font-weight: bold;
}
#L001 .input-login div {
    margin-top: 20px;
}

#L001 .wid100 {
    width: 100%;
}

#L001 .l-error {
    margin-top: 30px !important;
    min-height: 20px;
}

#L001 .area-link {
    margin: 40px 0 0 !important;
}
#L001 .area-link > a {
    display: block;
    color: #3d9dd8;
    font-size: 12px;
    margin-bottom: 15px;
}
#L001 .area-link > a:last-child {
    margin-bottom: 0;
}

#L001 .area-note {
    font-size: 12px;
}

#L001 .l-contact {
    margin-top: 40px !important;
}

#L001 .img-login {
    padding-top: 20px;
}