@charset "UTF-8";
/* CSS リセット */

/* リセット*/html,body,div,p,a,strong,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{
  margin:0;
  padding:0;
  outline:0;
  border: 0;
  font-style: inherit;
  font-family:inherit;
  vertical-align: baseline;
  list-style: none;
  list-style-position:outside;  
}
figure; section{
	margin:0;
	padding:0;
}
a {
text-decolation:none;
}
a:active, a:focus{
	outline:none;
}
a img {
  border:0;
}

/* クリアフィックス*******/
.clearfix {
  display: inline-block; 
} 
.clearfix { 
  display: block; 
} 
*:first-child+html .clearfix 
{ zoom: 1; } /* IE7 */ 

.clearfix:after {/*モダンブラウザ用*/
   content: ".";  
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
} 

