@charset "utf-8";
/* CSS Document */

/*----------------------------------*/
/*clearfix　　　　　　　　　　　　　*/
/*----------------------------------*/
#wrap:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both; 
}

#wrap {
  min-height: 1px;
}

* html #wrap {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



