@charset "UTF-8";

/* 日記用 */

#contents #body h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#contents #body #qa_body {
    padding: 0 10px;
}

#contents #body #qa_body #questionlist {
    padding: 10px;
    border: 3px #e6c0c0 double;
}

#contents #body #qa_body #questionlist ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#contents #body #qa_body #questionlist li {
    border-bottom: 1px #ccc dashed;
    margin-bottom: 5px;
}
#contents #body #qa_body #questionlist .question {
    font-weight: bold;
    color: #f33;
}

#contents #body #qa_body #answerlist {
    padding: 10px;
    margin-top: 10px;
}
#contents #body #qa_body #answerlist dl {
    margin: 0;
    padding: 0;
}
#contents #body #qa_body #answerlist dt {
    font-weight: bold;
    color: #f33;
    margin-bottom: 5px;
    border-bottom: 1px #ccc dashed;
}
#contents #body #qa_body #answerlist dd {
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px #e6c0c0 dashed;
}
