@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


a {
	text-decoration: none;
	color : inherit;
}
body {
    /*background-color: #f5f5f5;*/
	font-family: 'Noto Sans JP', sans-serif;
}


ul {
	list-style: none;
}


/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
