html,body {
    position: relative;
    width: 100%;
    background: #ffffff;
}
.main {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
}
.main .main-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0 20px 0;
    color: #333333;
}
.p-title {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: bold;
}
.p-text {
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    text-indent: 2em;
    color: #888888;
}
a.p-link {
	padding: 0;
    font-size: 14px;
    line-height: 32px;
    text-indent: 2em;
    color: #2d89fc;
    text-decoration: underline;
}
.p-text.right {
    text-align: right;
    margin-top: 1rem;
}
.bottom {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    border-top: 3px solid #ededed;
    color: #cccccc;
    font-size: 14px;
    line-height: 40px;
}