@charset "EUC-JP";

/*-------------------------------------
fontSizeHackForWinIESetting
-------------------------------------*/
body {
_font-size: 65%;
}

/*-------------------------------------
floatClearSetting
-------------------------------------*/
#contents:after,
.section:after,
.clearfix:after{
  content:".";
  font-size: 0.1em;
  display:block;
  height:0.1px;
  line-height: 0;
  clear:both;
  visibility:hidden;
}

*:first-child+html .section,
*:first-child+html .clearfix {
display:inline-table;
min-height:1%;
}

* html #contents,
* html .section,
* html .clearfix{
  height:1%;
}


/*#contents,
.section,
.clearfix{
  overflow:hidden;
}*/

/* Hides from IE-mac 
* html #contents,
* html .section,
* html .clearfix{
  height:1%;
  overflow:visible;
}
 End hide from IE-mac */