@charset "utf-8";

#static .logo {
	display: inline-block;
	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-1 {
	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-lazy {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
