@charset "UTF-8";

div#qa_group {
  margin-top: 5px;
}

div#qa_group:after {
  content: url(../images/bar.gif);
  display: block;
  width: 290px;
  margin: 0 auto;
}

div#question:before {
  content: url(../images/Q_and_A_Q.gif);
  vertical-align: -10px;
}

div#answer:before {
  content: url(../images/Q_and_A_A.gif);
  vertical-align: -10px;
}

article section h3 { color: pink; font-size: 16px; }
article section h3:before { content: "━━━"; }
