@charset "UTF-8";

/* bootstrapの印刷リンク削除用 */
a[href]:after {
  content: ""!important;
}
abbr[title]:after {
  content: ""!important;
}

/* 印刷時用 */
.no-print{
  display: none !important;
}

.print-only{
  display: block !important;
}

.print-only-inline{
  display: inline !important;
}

.table-print > tbody > tr > th{
  padding: 1px !important;
}
.table-print > tbody > tr > td{
  padding: 1px !important;
}
