@charset "utf-8";
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
	color: #333;
	font-size: 16px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	width: 100%;
	height: 100%;
}
.sp_only { display: none;}
a {
	color: #000;
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
table th {
	font-weight: normal;
	border-collapse: collapse;
}
@media screen and (max-width: 812px) {
	.pc_only { display: none;}
	.sp_only { display: block;}
}