body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 12pt "Tahoma";
}


#content {
  height: 200mm;
  width: 297mm;
  margin-bottom: 0;
  padding: 5mm;
}

.area-cover {
  margin-top: 10px;
}

.area-content {
  display: block;
  position: relative;
}

.area-content .table-text-left {
  position: absolute;
  bottom: 3px;
}

table {
  border-collapse: collapse;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    height: 297mm;
    width: 210mm;
  }

  #content {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
  }
}

.text-top {
  margin-bottom: 10px;
}

.t-blue {
  background-color: #98CBFF;
}

.t-orange {
  background-color: #FFCB00;
}

tr.tr-data th .text-in-row {
  padding-top: unset;
}



/* Hide text no warning by default */
#text-no-warning {
  display: none;
}
.warnings ul li:empty {
  display: none;
}

h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.area-warning .area-name {
    min-width: 30px;
    font-size: 12px;
}

body, table {
    font-size: 10px;
}

.warnings ul li {
    font-size: 12px;
}

tr.tr-data td {
    padding: 1px 0;
}

.text-explain .row-explain {
    margin-top: 0px;
}

.comment-cover {
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 2px;
    margin-top: -10px;
}

.touketsu {
    background-color: #ff8888;
}
.sherbet {
    background-color: #ffbbbb;
}
.assetsu {
    background-color: #ffbbbb;
}
.row-explain-left {
    text-align: left;
    margin-left: 200px;
    font-size: 12px;
}
.touketsu.hanrei {
    border: 1px solid black;
    padding: 1px 10px;
}
