#gbooklist {
    width: 98%;
    text-align: center;
}

#gbooklist .faq,
#gbooklist .reply {
    text-align: left;
    width: 98%;
    word-wrap: break-word;
    word-break: break-all;
}

#gbooklist .faq {
    margin-bottom: 15px;
}

#gbooklist .faqtit,
#gbooklist .faqcon {
    padding-left: 5px;
}

#gbooklist .faqtit {
    background: #A8DFFA;
    color: #0B3779;
    font-size: 14px;
}

#gbooklist .reply {
    border: 1px dashed #FF0000;
    width: 95%;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 3px;
}

.pageNavi {
    border: none;
}

/* CSS Document */
#faqbox {}

#faqbox .faqline {
    line-height: 2em;
    height: 35px;
    text-align: left
}

#faqbox .faqline .faqtit {
    width: 70px;
    display: block;
    float: left;
    clear: both;
    text-align: right
}

#faqbox .Content {
    line-height: 2em;
    height: 120px;
    text-align: left
}

#faqbox .Content .faqtit {
    width: 70px;
    display: block;
    float: left;
    clear: both;
    text-align: right
}

#faqbox .Content textarea {
    height: 100px;
}