@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
	vertical-align: bottom;
	border: none;
}
