@charset "UTF-8";

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

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

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

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

/* Header Banner
----------------------------------------------- */
#adBanner,
#footerAdBanner {
  display: none;
}
#globalNavi a {
  background: none !important;
}
#globalNavi span {
  display: block !important;
  color: #000000;
}
/* topphoto
----------------------------------------------- */
#topPhoto {
  display: none;
}
/* footer
----------------------------------------------- */
.footerUpper {
display: table;
width: 100%;
height: 2.5em;
}
/* feed
----------------------------------------------- */
.feed {
  display: none;
}
/* attribute
----------------------------------------------- */
.attribute {
  float: left;
  width: 100%;
}
.attributeSaiyojoho,
.attributeBosyu,
.attributeKyoka {
  margin-left: 0px;
}

/* page-title piece
----------------------------------------------- */
#pageTitle {
  width: 550px;
}
*html #pageTitle {
  width: 550px;
}
#footer {
  width: 792px;
}
#content:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#content {
  display: inline-block;
}
* html #content {
  height: 1%;
}
#content {
  display: block;
}
#page-e-index #marketing {
  margin-bottom: 10px;
}


