table.bbs_msg {
  width: 100%;
  table-layout: fixed;
  background-color: #999999;
  margin-bottom: 20px;
}
td.bbs_msg_lbl {
  background-color: #F9FAFD;
  padding: 10px;
}
td.bbs_msg_txt {
  background-color: #FFFFFF;
}
div.bbs_msg_title {
  border-bottom: 1px dashed #999999;
  padding: 10px;
}
div.bbs_msg_txt {
  line-height: 23px;
  padding: 5px 10px 10px;
}
div.bbs_msg_navi {
  background-color: #F9FAFD;
  border-top: 1px solid #999999;
  text-align: right;
}
div.bbs_page {
  text-align: center;
  margin-bottom: 20px;
}
