@charset "utf-8";

/*====================================
よくあるご質問テンプレート
====================================*/

/*FAQ一覧*/

.category {}
#question {}
#question ul {
    border: 1px solid #E3E3E3;
    padding: 25px;
    margin-bottom: 20px;
}
#question ul li {
    padding-bottom: 10px;
}

/*FAQ詳細*/

#answer {}
#answer .post_box {
    margin-bottom: 30px;
}
#answer .post_title {
    margin-bottom: 10px;
}
#answer .post_content {}