﻿/*
    L001 Stylesheet
*/
main {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(#fff, #e6e6e6);
    padding-bottom: 60px;
}

#L001 {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}
#L001 .ttl-logo {
    padding-bottom: 18px;
    border-bottom: 2px solid #00a546;
    text-align: center;
}
#L001 .ttl-txt {
    margin-top: 16px;
    text-align: center;
    font-style: oblique;
}
#L001 .ttl-txt > .txt-gray {
    color: #ccc;
    font-size: 2.2em;
}
#L001 .ttl-txt > .txt-title {
    color: #00a546;
    font-size: 1.4em;
    font-weight: bold;
}
#L001 .l-login {
    padding: 50px 0 20px 0;
}
#L001 .l-input {
    background: #fff;
    width: 400px;
    margin: 0 auto 20px auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 10px rgba(0,0,0,0.1);
}
#L001 .l-input dl {
    margin: 0 0 20px;
}
#L001 .l-input dl:last-child {
    margin: 0;
}
#L001 .l-input dt {
    color: #666;
}
#L001 .l-input dd input {
    background: #eaeaea;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 8px;
}
#L001 .l-btn {
    text-align: center;
}
#L001 .btn {
    
}
#L001 .btn.login {
    background: #646964;
    width: 220px;
    border-radius: 8px;
    box-shadow: 4px 4px 8px 8px rgba(0,0,0,0.1);
    font-weight: bold;
}
#L001 .cmp {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 233px / 2);
}

#L001 .area-link a {
    text-decoration: none;
    color: #808080;
    margin: 0 auto 20px auto;
    font-size: 1.3rem
}

#L001 .area-link {
    width: 400px;
    margin: 0 auto 20px auto;
    text-align: right;
}
