html {
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	font-weight:300;
	color: #363636;
}

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
	font-weight:300;
	color: #474747;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	list-style:none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 1.4rem;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.clearfix {
	display: block;
}

@media (min-width: 961px) {
	body {
		font-size: 1.6rem;
	}
}

@media (min-width: 1367px) {
	body {
		font-size: 1.8rem;
	}
}