@charset "utf-8";
/* 
Print CSS A4用
余白が左右10mm入ります
実効印刷領域は、w190mmとなります。
 */
 html body{
  font-family: Meiryo,sans-serif;
}
@page {
    size: A4;
    margin: 0;
}
body {
    width: 210mm;
    /* margin-top: 12.7mm; */
    min-width: auto !important;
}
/* 改ページ用 */
.pagebreak{
  page-break-after: always;
}

.content-wrapper{
  margin: 0!important;
}
.bg-light{
  background-color: white!important;
}
*[class*="z-depth-"]{
  -webkit-box-shadow:none!important;
  box-shadow: none!important;
}
.side-menu{
  display: none!important;
}
.content{
  margin: 0!important;
}

/* 印刷用テーブル罫線 */
table, td, th{
  border: 1px solid black!important;
}
.table{
  margin: 0;
}






.cell{
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  box-sizing: border-box;
  transform: scaleY(.25);
  transform-origin: 100% 0;
}