@charset "UTF-8";

body {
  padding: 2em!important;
  width: 98%!important;
  color: #000!important;
  background: #fff;
  background: none;
  font-family: serif;
  font-size: 12pt;
  line-height: 1.4;
}

body #doc,
body #contents {
  background-image: none!important;
}

h1 {
  margin: 0;
  padding: 0;
  page-break-after: avoid;
  background-image: none!important;
  zoom: 1;
}

h1.title img {
  position: relative!important;
  top: 0.7cm!important;
  left: 5cm!important;
  zoom: 1;
}

.skip,
#nav,
ol.topicpath,
#contents .sub,
#footer {
  display: none;
}

#header {
  height: auto!important;
}

#contents,
#contents .main,
div.section,
div.section-lv2 {
  float: none;
}

#contents .main p {
  margin-right: 0.5cm!important;
  width: 95%!important;
}

a {
  color: black;
  text-decoration: underline;
}

a img {
  border: none!important;
  text-decoration: none!important;
}

.logo a:after {
  display: none!important;
  content: ""!important;
}

#doc,
#contents,
#contents .main,
div.section,
p {
  width: 100%!important;
  font-size: 12pt;
}

a[href^="http"]:after {
  margin-left: 2mm;
  display: inline;
  content: "("attr(href)")";
}

* html a.external:after {
  margin-left: 2mm;
  display: inline;
  content: "("attr(href)")";
}

* html a { /* IE-expression (attr-selector) */
behavior: expression(
this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("medix-inc.co.jp")) ? " external" : "",
this.style.behavior = “none”
);
}
