
body.frame {
background-image: url("public/background.jpg");
 background-attachment:fixed;
 background-size:100% auto;
}


body.frame div.main_form_content {
 background-color: rgba(255,255,255,.95)
}

div.print div.view_cmd td {
 background-color: white;
}

div.print div.view_cmd th {
 font-weight: bold;
 color: black;
 background-color: white;
}


div.z_hscroll  div.table_block{
overflow-x: scroll;
width: 100%;
}


div.z_hscroll th:first-child,
div.z_hscroll td:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
