@charset "utf-8";

@font-face{
	font-family: 'Uniqlo Pro Regular';
	src: url(../fonts/uniqloproregular-webfont.eot);
	src: url(../fonts/uniqloproregular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/uniqloproregular-webfont.woff) format("woff"), url(../fonts/uniqloproregular-webfont.ttf) format("truetype"), url(../fonts/uniqloproregular-webfont.svg#uniqlo_proregular) format("svg");
	font-weight: 400;
	font-style: normal;
}

/*-- header --*/
#header-inner{
height:64px;
background:white;
-webkit-background-size:44px;
border:none;
}
header h1{
float:left;
width:48px;
height:48px;
margin: 8px;
}


/*-- footer --*/
footer {
	height:45px;
	border: solid 1px #e6e6e6;
	border-style: solid none;
}
#footer-inner{
	border:none;
	height:auto;
}

#footer-inner .uni-footer-copyright{
	text-align: center;
	color: #636262;
	font-size:12px;
	font-family:'Uniqlo Pro Regular';
	text-transform: uppercase;
  padding: 14px 0;
  margin-top: 1px;
  margin-bottom: 0;
}