@charset "UTF-8";

/* 出力用スタイル */
body {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  page-break-before: always;
}
.header_wrp{
  border-bottom: 1px solid #999;
}
.headline .title {
  color: #000;
  border-bottom: 2px solid #000;
}
.header .username,
.header .nav,
.navigation_wrp,
.submit_btns,
.footer_wrp .content_width,
#btn_pagetop {
  display: none;
}
.footer_wrp {
  background: transparent;
}
.footer_wrp .copyright {
  border-top: 1px solid #999;
  color: #000;
  background: transparent;
}