@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700");
html, body {
	padding: 0;
	margin: 0;
}
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	line-height: 1.6;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
	"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
body {
	color: #333;
	background-color: white;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.url {
	font-family: Arial, Helvetica, sans-serif;
}