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


	
	
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


*{margin:0; padding:0;}
section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary { display: block; }
body {font:serif;
color:black;
line-height: 1.3;}
a { color: #FFF; text-decoration: none; outline: none;}

#hoge {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0px 0px -200px;
	overflow:hidden;
	text-align:center; /* 幅と高さの半分のネガティブマージン */
}
#hoge .logo{
	margin:0 auto;
	max-width: 400px;
	display:block;
	}