* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html,
body {
	height: 100%;
}

footer {
	position: sticky;
	top: 100vh;
}

img {
	width: 100%;
	border-style: none;
	display: block;
}

a {
	text-decoration: none;
	cursor: pointer !important;
	color: #000;
}

a img {
	cursor: pointer !important;
}

ol,
ul {
	list-style: none;
}

/*PC1000*/
@media only screen and (max-width: 1050px) {
}
