@charset "utf-8";

/*crossFader*/

#fader4 {
/*	position: absolute; */　	
	position: relative;
	width: 100%;
/*    min-width: 641px;*/
	height: 600px;
	margin-top: -150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	overflow: hidden;
	background-color: #744921;

}
#fader4 img{
	height: 600px;
	position: absolute;/*　画像中心に　*/
	left: 50%;
	margin-left: -1000px;
	display: block;
}


.crossfader{
	position:relative; 
}

.crossfader img{
/*	position:absolute;*/
	top:0px;
	left:0px;
	z-index:8;
	opacity:0;
	cursor:pointer;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}
/* ＝＝SP＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
@media screen and (max-width: 640px) {
#fader4 {
	height: 400px;
}
#fader4 img{
	height: 400px;
	margin-left: -600px;
}
}
