@charset "utf-8";

/* CSS Document */

/* メイン画像 */
#static .brand-main {
	margin-bottom: 30px;
}

/* 2枚画像 */
#static .brand-img2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .brand-img2 a {
	display: block;
	width: 345px;
	font-size: 13px;
	line-height: 1.7em;
	text-decoration: none;
}

/* 4枚画像 */
#static .brand-img4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .brand-img4 a,
#static .brand-img4 a:hover {
	display: block;
	text-decoration: none;
}
#static .brand-img4 li {
	margin-bottom: 20px;
}
#static .brand-img4 img {
	border: 1px solid #ccc;
}

/* 画像遅延 */
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
