
#slideshow {
	position:relative;
	margin: auto;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	padding: 0px;
	margin: 0px;
	border: none;
}

#slideshow img.active {
	z-index:10;
}

#slideshow img.last-active {
	z-index:9;
}
@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
#slideshow {
	/*-- 画像サイズ指定 --*/
	width: 1200px;
	height: 571px;
	/*--------------------*/
}
/* End hide from IE-mac */ 
/*------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
h2 #slideshow {
	display:block;
}
/* End hide from IE-mac */ 
/*------------------------------------------------*/
}