@charset "UTF-8";

/*-----------------------------------------------------------------------


  2012 NEO ZEST
  info@neozest.jp
  http://neozest.jp


   for Printout 

-----------------------------------------------------------------------*/
@page {
  margin: 1cm;
}

@media print {

body {
  overflow: visible !important;
  width: 99%;
}

header {
  margin: 0 auto;
  width: 930px;
}

.contents-contact {
  display: none;
}

.contents-differentpoint-box, x:-moz-any-link {
  display: table-cell;
  float: none;
}

*:first-child+html .contents-differentpoint-box { /*  IE7  */
  display: block;
  zoom: 1;
  float: left;
}

.p-top127 {
  padding-top: 60px;
}

}
