@charset "UTF-8";

@import "reset.css";
@import "header.css";
@import "footer.css";

/* モバイルレイアウト : 480 px およびそれ以下. */
html { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body {
	background-color:#fff;
	width:100%;
	margin:0 auto;
}

/* ClearFix
--------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac ¥*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */
