@charset "utf-8";

#static .section {
	margin-bottom: 30px;
}
#static .ttl-page {
	display: block;
}
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#static .category-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .category-wrap a {
	display: block;
	width: 345px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.7em;
	text-decoration: none;
}
#static .category-wrap img {
	margin-bottom: 12px;
}
