@charset "UTF-8";

/*=====================================================
	Reset
=====================================================*/
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size: 15px;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
}
