html {
    font-size: 1em;
    font-family: 'メイリオ',Meiryo,sans-serif;
    margin: 0;
    text-align: center;
}

body {
    background-color: white;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

#DivTitle {
    font-size: 45px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    width: 100%;
}

#DivSubTitle {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#DivPassword {
    background-color: #e1eae9;
    height: 180px;
    margin: auto;
    padding-top: 60px;
    width: 720px;
}

#DivMessage {
    height: 20px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
}

#PwdPassword {
    border: none;
    font-size: 30px;
    height: 45px;
    width: 260px;
}

#ImgFooterLogo{
    margin-top: 30px;
    height: auto;
    width: 60px;
}

@media only screen and (max-width: 768px){
    body {
        width: 100%;
    }

    #DivPassword {
        background-color: #e1eae9;
        height: 180px;
        margin: auto;
        padding-top: 60px;
        width: 95%;
    }
}
