/**
 * investigation_print.css
 * 記事詳細ページ 印刷用
 */

/* 共通部分 */

#common_header {
  display: none;
}
#header {
  display: none;
}
#breadcrumbs {
  display: none;
}
#mainTitle {
  display: none;
}

#footer {
  display: none;
}


/* 記事部分 */

.projectMainVisual {
  display: none;
}
.projectRow#document .subTitle.seriesTitle {
  display: none;
}

#lowpage .documentSectionTitle {
  max-width: 900px;
}
.documentSectionTitle a {
  display: none;
}
.projectRow .document {
  max-width: 900px;
}
.projectRow .document .documentBody {
  column-count: 2;
  column-gap: 30px;
  border-top: 1px solid #ccc;
}
.projectRow .document .documentBody.col1 {
  column-count: 1;
  column-gap: 0;
}
.projectRow .document .documentNotes {
  background: #eee;
}

.asideArea {
  display: none;
}

/* 記事内画像 */
div.documentImage {
  display: block;
  margin: 0 0 20px 0;
}

div.documentImage .left {
  float: none;
}
div.documentImage .right {
  float: none;
}
div.documentImage img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
img.mr20 {
  margin: 0;
}
img.ml20 {
  margin: 0;
}