@charset "utf-8";
#static .logo {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 20px;
}
#static .img-main {
	margin-bottom: 40px;
}
#static .img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .img-list a {
	text-decoration: none;
}
#static .img-list p {
	font-size: 13px;
}
#static .img-3 p {
	width: 220px;
}
#static .img-3 img {
	margin-bottom: 10px;
}
#static .img-category li:first-child,
#static .img-category li:nth-child(2) {
	margin-bottom: 20px;
}
#static .img-category span {
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	line-height: 3em;
	text-align: center;
}
#static .img-lazy {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
