@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-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 .text-category {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#static .img-category li:first-child,
#static .img-category li:nth-child(2) {
	margin-bottom: 20px;
}
#static .img-lazy {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
