﻿/*
    L001 Stylesheet
*/
main {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    min-height: calc(100% - 60px - 32px);
}

#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-size: 24px;
}
#L001 .ttl-txt > .txt-gray {
    font-weight: bold;
}
#L001 .ttl-txt > .txt-title {
    color: #1058a0;
    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: 0px 6px 10px 2px 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 {
    margin: 0 0 20px;
}
#L001 .l-input dd:last-child {
    margin: 0;
}
#L001 .l-input dd input {
    background: #eaeaea;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 8px;
}
#L001 .l-btn {
    text-align: center;
}
#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;
}
