1div.dokuwiki {
2  div.qna-block {
3    margin-bottom: 1em;
4  }
5
6  div.qna-question {
7    background-image: url(images/question.png);
8    background-repeat: no-repeat;
9    background-position: top left;
10    padding: 0.5em 1em 0.3em 2em;
11
12    div.qna-title {
13      font-size: 130%;
14      font-weight: bold;
15      margin-bottom: 0.5em;
16    }
17  }
18
19  div.qna-answer {
20    background-image: url(images/answer.png);
21    background-repeat: no-repeat;
22    background-position: top left;
23    padding: 1em 1em 0.1em 2em;
24    border-top: 1px dashed @ini_border;
25  }
26}
27