@charset "utf-8";
/* CSS Document */
.main {
    padding: .2rem 0;
}

.main .pos {
    font-size: .3rem;
    width: 94%;
    margin: 0 auto .3rem;
    line-height: .5rem;
}
.main .pos img {
    width: .3rem;
    margin-right: .1rem;
}
.main .pos p {
    display: inline-block;
}
.main .article {
    width: 92%;
    margin: .2rem auto .7rem;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
}

.main .article h3.title{
    margin-bottom: .4rem;
}
.main .article h5 {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
    color: #7a7a7a;
}

.main .article h5.title{
    margin-bottom: .4rem;
}

.main .article .message {
    text-align: center;
    line-height: .4rem;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: .2rem;
    margin-bottom: .3rem;
}

.main .article .message span {
    font-size: .28rem;
    display: inline-block;
    color: #7b7b7b;
}

.main .article .message span.time {
    margin-right: .4rem;
}

.main .article .texts {
    font-size: .32rem;
    line-height: .6rem;
    text-align: justify;
}

.main .article .texts p{
    font-size: .32rem !important;
    line-height: .6rem !important;
    text-align: justify;
}

.main .article .texts img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: .2rem auto;
}
