body {
    font-family: 'Heebo', sans-serif;
}
.logo {
    max-width: 200px;
}
.qty_in, .sp_in, #tb2_sp_in {
    width: 110px;
    text-align: center;
}
.d_none {
    display: none;
}
.qty_col {
    width: 110px;
}
.qty_col {
    width: 110px;
}
.bg-1 {
    background: #1B2958;
    color: #fff;
}
.bg-2 {
    background: #3cc6ed;
    color: #fff;
}
.bg-3 {
    background: #d4d4d4 !important;
    color: #000;
}
.bg-4 {
    background: #3ab54b !important;
    color: #fff;
}
@media print {
  html, body {
    display: none;  /* hide whole page */
  }
}