@charset "utf-8";
*:before, *:after {
	box-sizing: border-box;
}

html, body, header, article, section, footer, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, p, a, img, label, input, select, option {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Lucida Grande','Hiragino kaku Gothic ProN', Meiryo, sans-serif;
	width: 100%;
	background-color: #50875F;
	/*background-color: rgba(0,0,0,0.6);*/
	color: #ffffff;
	-webkit-touch-callout: none;
}