@charset "UTF-8";
/* CSS Document */


#information .telBox:after,
#information:after,
#interview:after,
#header .navi ul:after,
#header:after,
#mainBody:after{
	content				: 	".";  
  	display				: 	block;  
  	clear				: 	both;
  	height				: 	0;
  	visibility			: 	hidden;
}

#information .telBox,
#information,
#interview,
#header .navi ul,
#header,
#mainBody{
  	min-height			: 	1px;
}

* html #information .telBox,
* html #information,
* html #interview,
* html #header .navi ul,
* html #header,
* html #mainBody{
  	height				: 	1px;
  	/*\*//*/
  	height: auto;
  	overflow: hidden;
  	/**/
}

.clear{
	clear				:	both;
}


