/* 印刷基本設定 */
.print_page{
  width: 172mm;                  /* A4縦の幅 */
  height: 251mm;                 /* A4縦の高さ */
  page-break-after: always;      /* 各ページの終わりに改ページ */
}

.zentai {
  width:950px;
  margin: 0 auto;
}

/* 印字させない */
@media print{
  #top_button {display:none;}
  #bottom_button {display:none;}
}

table {
  border-collapse: collapse;
  border: 1px #888888 solid;
}

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

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

.rs_detail_raw {
}

.rs_detail_common {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 2px;
}

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

.rs_detail_content {
  width: 70%;
  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;
}

input.condition_result_button {
  margin-left:30pt;
  height: 30pt ;
  width : 60pt ;
}

input.back_result_button {
  margin-left:30pt;
  height: 30pt ;
  width : 60pt ;
}

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

input.print_button {
  height: 30pt ;
  width : 60pt ;
}


