#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 0 !important;
}
#main {
    flex: 1;
}
#main .common_form_auth .formDl {
    margin-bottom: 4rem;
}
.content{
    margin-top: 30px;
}
.common_headLine01{
    border-left: 0.5rem solid black;
}
@media(max-width: 896px){
    #main {
        margin-top: 30px;
    }
}
.notes_title,
.entry_title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.notes_title > a,
.entry_title > a {
    text-decoration: underline;
}
.discription_area {
    margin-top: 40px;
}