@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
section, article, aside, hgroup, header, footer, nav, figure {
	display: block;
}
body {
	background-color: #f4f6e9;
	font-size: 16px;
	line-height: 150%;
}
a {
	text-decoration: none;
}
a img {
	border-style: none;
}
.cf::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#photo ul li {
	list-style-type: none;
}
#photo {
	max-width: 960px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
}
#photo img {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
