@charset "utf-8";

#static .logo {
	display: inline-block;
	margin-bottom: 20px;
}
#static .img-1,
#static .img-video {
	margin-bottom: 40px;
}
#static .jcarousel img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
#static .img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .img-list img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
#static .img-list a {
	text-decoration: none;
}
#static .img-list p {
	margin-top: 10px;
	font-size: 13px;
}
#static .img-list span {
	font-size: 10px;
}
#static .img-category {
	margin-bottom: 10px;
}
#static .img-category li {
	margin-bottom: 30px;
}
#static .notes {
	display: block;
	margin-top: 5px;
	color: #888;
	font-size: 10px;
}
#static .title-text {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#static .img-lazy {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}


/* 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 {
	margin-bottom: 12px;
}
#static .brand-link-list img {
	border: 1px solid #ccc;
}
#static .brand-link-list span {
	font-size: 10px;
}
#static .brand-link-list .notes {
	color: #888;
}

/* pickup-item */
#static .pickup-item img {
	margin-bottom: 8px;
}
#static .pickup-item li {
	width: 171px;
}