/* 以下、詳細 */
table {
  border-collapse: collapse;
  border: 1px #888888 solid;
}

td {
  border-collapse: collapse;
  border: 1px #888888 solid;
  line-height:1.4em;
}

.rs_header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rs_body {
  margin-top: 20px;
  margin-bottom: 20px;
  width:100%;
}

.rs_detail_raw {
}

.rs_detail_common {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 2px;
/*Android Chromeフォントバグ対策*/
  max-height: 999999px;
}

.rs_detail_subject {
  width: 20%;
  background-color: #eef;
}

.rs_detail_content {
  width: 80%;
  background-color: #efe;
}

.rs_detail_title {
  width: 90%;
  background-color: #eef;
}

.rs_detail_body {
  width: 90%;
  background-color: #efe;
}

/* 以下、ボタン */
.rs_back_button {
  display: inline-block;
  *display: inline;  
  *zoom: 1; 
  float: right;
  margin:20px 0px 20px 20px;
}

.rs_print_button {
  display: inline-block;
  *display: inline;  
  *zoom: 1; 
  float: left;
  margin:20px 20px 20px 0px;
}

