@charset "utf-8";

.div_qa{
  width : 100%;
  
  
}

.td_q{
  font-size : 12pt;
  background-image : url(../images/qa/q.png);
  background-repeat : no-repeat;background-position : left top;
  padding-left : 25px;
  margin-top : 20px;
}.td_a{
  font-size : 12pt;
  background-image : url(../images/qa/a.png);
  background-repeat : no-repeat;background-position : left top;
  padding-left : 25px;
  margin-top : 20px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
}
