/* --- css stylesheet - print --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: none transparent !important;
}
/* --- common --- */
.print {
  display: block !important;
}
/* --- mask --- */
div.web-all {
  width: auto;
}
div.web-head {
  height: auto;
}
div.web-main {
}
div.side-left {
  display: none;
}
div.side-right {
  display: none;
}
div.side-main {
  width: auto;
  padding: 0px;
  float: none;
}
div.side-big {
  width: auto;
  padding: 0px;
  float: none;
}
div.side-full {
  width: auto;
  padding: 0px;
  float: none;
}
div.web-foot {
  width: auto;
  height: auto;
}
/* --- height test --- */
div.web-foot-tester {
}
div.web-foot-bottom {
  position: static;
}
/* --- web-head --- */
a.top-logo img {
  margin-top: 0px;
}
div.language-top {
  display: none;
}
div.search-top {
  display: none;
}
div.menu-top {
  display: none;
}
/* --- web-foot --- */
div.menu-bottom-mini {
  display: none;
}
div.menu-bottom {
  display: none;
}
/* ---  --- */
