@charset "utf-8";

.l-content .product {
	cursor: pointer;
}

.l-content .product:hover {
	opacity: 0.75;
}

.l-content .product:hover a {
	color: #ff730a;
}

/* Hide JP Logo */
.l-content .cover-iframe{
	position: relative;
}
.l-content .cover-iframe .white{
	position: absolute;
	background: #FFFFFF;
	z-index: 9;
}
.l-content .cover-iframe .white.logo1{
	width: 150px;
	height: 53px;
	left: 5px;
	top: 5px;
}

.l-content .cover-iframe .white.logo2{
	width: 150px;
	height: 56px;
	left: 0px;
	top: 10px;
}

.l-content .cover-iframe .white.logo3{
	width: 135px;
	height: 40px;
	left: 190px;
	top: 7px;
}