@charset "utf-8";

#static h1 {
	margin-bottom: 20px;
}
#static .section {
	margin-bottom: 30px;
}
#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 {
	margin-bottom: 20px;
}
