/* --- css stylesheet for print --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- common --- */
.print {
  display: block;
}
/* --- form --- */
/* --- mask --- */
div.web-all {
  width: auto;
}
div.web-all-in {
  width: auto;
}
div.web-all-in-in {
  width: auto;
}
div.web-left {
  display: none;
}
div.web-right {
  width: auto;
  float: none;
}
div.content {
  width: auto;
  float: none;
  padding: 0px;
}
div.right-column {
  display: none;
}
/* ---  --- */
div.top {
  width: auto;
  height: auto;
  padding: 0px;
}
img.top-logo {
  display: none;
}
img.top-logo-organized {
  display: none;
}
img.top-logo-left {
  display: none;
}
div.content-in {
  width: auto;
}
div.footer {
  width: auto;
}
div.footer-in {
  width: auto;
  padding: 0px;
  text-align: right;
}
div.footer-in a.button {
  display: none;
}
