@charset "UTF-8";
/* reset
--------------------------------------------------*/

html {
}

html,body {
}

body,h1,h2,h3,h4,h5,h6,p,img,
hr,li,ul,dl,dt,dd {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

a {
	outline: none;
}

object, embed { /* firefox�����]���΍� */
	vertical-align: top;  
}



/* clear
--------------------------------------------------*/

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{
	display: inline-block;
} 

/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
