@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%
}
body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif", "メイリオ", "ＭＳ ゴシック";
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.8;
	color: #333333;
	text-size-adjust: 100%;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}