/* 横幅：550 */

* { 
  padding : 1px; 
  margin : 2px;
  font-family : "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, MS UI Gothic, "ＭＳ Ｐゴシック", sans-serif;
}

#qa_box {
  clear: both;
  width: 550px;
  height: 245px;
}

#title_box {
  float: left;
  width: 370px;
  text-align: center;
  color: #555555;
  font-size: 19px;
  font-weight:bold;
}

#date_box {
  float: left;
  width: 100px;
  text-align: center;
  color: #555555;
  font-size: 16px;
  font-weight:bold;
  line-height: 2.0em;
}

#doney_box {
  float: left;
  width: 45px;
  text-align: center;
  font-size: 19px;
  font-weight:bold;
  color: blue;
}

#donen_box {
  float: left;
  width: 45px;
  text-align: center;
  font-size: 19px;
  font-weight:bold;
  color: red;
}

#none_box {
  clear: both;
  font-weight: normal;
  padding : 0px; 
  margin : 0px;
}

#qaf_box {
  float: left;
  width: 230px;
  height: 150px;
  padding : 15px; 
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-weight: normal;
}

#question_box {
  padding : 0px;
  margin : 0px ;
  text-align: center;
  color: deepskyblue;
  font-size: 22px;
  font-weight:bold;
  text-align: left;
}
#answer_box {
  padding : 0px;
  margin : 0px ;
  text-align: center;
  color: deeppink;
  font-size: 22px;
  font-weight:bold;
  text-align: left;
}

#qatext_box {
  overflow:auto;
  overflow-y:scroll;
  width: 230px;
  height: 110px;
  color: #555555;
  font-size: 14px;
  line-height: 1.06em;
  text-align: left;
  font-weight: normal;
  margin : 0px;
  padding : 0px; 
}

