.embed #tab-box ul {
	width: 100%;
	z-index: 3;
	position: relative;
}
.embed #tab-box ul li {
	width: 19.2%;
	max-width: 232px;
	margin-right: 1%;
	float: left;
	box-sizing: border-box;
}
.embed #tab-box ul li:last-of-type {
	margin-right: 0;
}
.embed #tab-box ul li a img {
	width: 100%;
	height: auto;
}
.embed #tab-box ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.embed #tab-box div {
	display: none;
	width: 100%;
}
.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}