@charset "utf-8";
html body {
  -webkit-print-color-adjust: exact;
  margin-top: 20px;
}
html body .artbord .line {
  list-style: none;
}
html body .artbord .line .card {
  border-radius: 0px;
  box-shadow: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid black;
}
html body .artbord .line .card .hinban {
  display: block;
  position: absolute;
  top: -1.5rem;
}
html body .artbord .line .card .ic_hakkosyoku {
  -webkit-print-color-adjust: exact;
}
html body .artbord .line .card .shosai_table {
  display: none;
}
html body .artbord .line .card .gbar {
  border-bottom: 1px solid black;
}
html body .artbord .line .card .gbar menu {
  display: none;
}
html body .artbord .line .card .bg_gray {
  background: gray;
  -webkit-print-color-adjust: exact;
}
html body .artbord .line .card div .thumbnail {
  box-shadow: none;
  border: 1px solid black;
}
html body .artbord .line .card div .thumbnail .item_img {
  display: none;
}
html body .artbord .line .card .line_status, html body .artbord .line .card .btn_duplicate, html body .artbord .line .card .selecter, html body .artbord .line .card .bunki_bun {
  display: none;
}
html body .artbord .line_container .line-y3, html body .artbord .line_container .line-y2 {
  border-right: 1px solid black;
}
html body .artbord .line_container .line-x, html body .artbord .line_container .line-x-half {
  border-top: 1px solid black;
}
html body .loader, html body #loader, html body header {
  display: none;
}
html body .status .favox {
  display: none;
}
html body .status .favox .line, html body .status .favox .ftitle {
  display: none;
}
html body .status .plan {
  display: none;
}
html body .status table {
  width: 100%;
  border-left: 1px solid black;
}
html body .status table .t_title, html body .status table .plus, html body .status table .minus, html body .status table .zoom {
  display: none;
}
html body .status table tr td {
  width: auto;
  white-space: nowrap;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  border: 1px solid black;
}
.white {
  background: white;
}
.khaki {
  background: khaki;
}
.blue {
  background: blue;
}
.red {
  background: red;
}
.forestgreen {
  background: forestgreen;
}
.bg_gray {
  background: #444;
}
.print {
  display: block !important;
  font-size: 0.7rem;
  border-bottom: 1px solid black;
}