@charset "utf-8";

/* CSS Document */

/* main-image */
#static .main-img {
	display: block;
	margin-bottom: 30px;
	border: 1px solid #d9d9d9;
}

/* brand-logo-side */
#static .brand-logo-side {
	margin-bottom: 10px;
}

/* brand-link-list */
#static .brand-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#static .brand-link-list a,
#static .brand-link-list a:hover {
	display: block;
	text-decoration: none;
}
#static .brand-link-list li {
	width: 171px;
	margin-bottom: 12px;
}
#static .brand-link-list span {
	color: #888;
	font-size: 12px;
}
#static .brand-link-list img {
	margin-bottom: 8px;
	border: 1px solid #d9d9d9;
}

/* brand-img1 */
#static .brand-img1 {
	display: block;
	margin-bottom: 60px;
	border: 1px solid #d9d9d9;
}

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