@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #351c13;
}

a:hover {
	opacity: .8;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}