@charset "UTF-8";
html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	position: relative;
	text-align:center;
	line-height:1.5em;
	font-size:0.9em;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	color:#333333;
	background:#ffffff;
	-webkit-text-size-adjust:none;/*for iphone font-size*/
}

/* safari */
body:first-of-type {
	font-size:0.9em;
}