.pickup {
	width:  300px;
	height: 419px;
	float:left;
}
.slide {
	position: relative;
	width:  300px;
	height: 419px;
}
.slideshow {
	position: relative;
	width:  300px;
	height: 419px;
}

.slideshow p {
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-color: transparent;
	margin: 0;
	height: 419px;
}

.slideshow p.active {
	z-index: 10;
	opacity: 1.0;
}

.slideshow p.last-active {
	z-index: 9;
}

.slideshow p img {
	width: 271px;
	height: 360px;
	display: block;
	border: 0;
	margin-top:12px;
	margin-left:13px;
}

.slide .slidewaku {
	z-index: 15;
	background-image:url(../pic/pickupbg.png);
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:419px;
	display: block;
}
