@charset "utf-8";

#greeting {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

#greeting-photo {
    position: absolute;
    right: 40px;
    top: 70px;
}

#greeting h4 {
    margin-bottom: 10px;
}

#greeting p {
    font-size: 13px;
    line-height: 1.6em;
    width: 350px;
    text-indent: 1em;
    margin-bottom: 5px;
}

#policy p {
    text-align: center;
}