body {
    background: #161e30;
    color: #e2e8f0;
    font-family: -apple-system, sans-serif;
}

#App_Help {
    padding-bottom: 55px;
}

.Title_Img {
    border-bottom: 1px solid #5d6488;
}
.Title_Img img {
    width: 100%;
    display: block;
}

.AA_Content  {
    justify-content: center;    
    align-items: center;
    margin: 50px 20px 20px 20px;
}
.Member_img {
    text-align: center;
}
.Member_img img {
    width: 90%;
}

.AA_Content .Name {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.AA_Content .Name span {
    border-bottom: 1px solid #5d6488;
    padding: 5px 10px;
}
.AA_Content .Text {
    padding: 10px 20px 5px 20px;
}
.AA_Content .Text span {
    display: inline-block;
    width: 80px;
    background: #000;
    border-radius: 4px;
    margin-right: 10px;
    padding: 3px 0px 5px 0px;
    text-align: center;
}
.AA_Content .More {
    background: #000;
    border: 1px solid #404040;
    text-align: center;
    margin: 15px 20px 0px 20px;
    padding: 10px 0px;
}