body {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  zoom: 95% !important;
}

#header .inner,
#content article .entryback,
#content .tools,
#content article .entrytit .btn,
#content .more,
#content .topicpath,
#side,
#sitemap,
#footer {
  display: none !important;
}

#header {
  height: 120px !important;
}
#header .print {
  padding-top: 60px !important;
  display: block !important;
  text-align: right !important;
}

#content {
  padding-bottom: 85px !important;
  border-bottom: 1px solid #000 !important;
}
#content #hoge {
  display: block;
  color: #fff;
  background: #7e8384;
}
#content .pagetit {
  padding: 0 1em;
}
#content article {
  margin-bottom: 0 !important;
  width: 100% !important;
  float: none !important;
}

#content .txtBody *,
body.page #content article * {
  font-size: 15pt !important;
}

body.en #content .txtBody *,
body.en.page #content article * {
  font-size: 16pt !important;
}
