<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =========================================================
   Print Top
========================================================= */
/* layout
----------------------------------------------- */
body {
  background-color: #fff;
  zoom: 90%; 
}
#header, #banner, #navi, #main, #footer #footerNavi {
  width: 960px;
}

/* IE */
*html #header, *html #banner, *html #navi, *html #main, *html #footer { 
  width: 960px;
}

/* Opera9.6before */
#header:not(\*|*), #banner:not(\*|*), #navi:not(\*|*), #main:not(\*|*), #footer:not(\*|*) {
  width: 960px;
}

/* Opera9.6before */
html:first-child #header, html:first-child #banner, html:first-child #navi, html:first-child #main, html:first-child #footer {
  width: 960px;
}

/* Header Banner
----------------------------------------------- */
#adBanner,
#footerAdBanner {
  display: none;
}
#globalNavi a {
  background: none !important;
}
#globalNavi span {
  display: block !important;
  color: #000000;
}
/* footer
----------------------------------------------- */
#footerNavi {
  display: table;
  width: 100%;
  height: 2.5em;
}

/* attribute
----------------------------------------------- */
.attribute {
  float: left;
  width: 100%;
}
.attributeSaiyojoho,
.attributeBosyu,
.attributeKyoka {
  margin-left: 0px;
}

/* page-title piece
----------------------------------------------- */
/* 
#pageTitle {
  width: 740px;
}
*html #pageTitle {
  width: 720px;
}
 */
#content:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#content {
  display: inline-block;
}
* html #content {
  /* height: 1%; */
}
#content {
  display: block;
}
</pre></body></html>