body{
	margin: 0;
	padding: 0;
}
#animBox{
	width:835px;
	/*margin:0 auto;*/
	margin-bottom: 20px;
}
@media screen and (max-width: 720px){
	#animBox{ width:100%; }
}

#animBox .forPC{ display: block; }
#animBox .forSP{ display: none; }


#animBox ul{
	overflow:hidden;
	zoom:1;
	margin:0 0 20px 0;
	padding:0;
}
#animBox ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	cursor: pointer;
	border-left:1px solid #ccc;
}
#animBox ul li:nth-child(3){
	border-right:1px solid #ccc;
}
#animBox ul li img{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#animBox ul li img{
	vertical-align:top;
}
#animBox .animImgWrap{
	border:1px solid #ccc;
}
#animBox .animImg{
	width:669px;
	height:287px;
	margin:28px auto;
	position: relative;
}

#animBox .animImg .animBg{
	position: absolute;
}
#animBox .animImg .animChild{
	position: absolute;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#animBox .animImg .show{
	opacity:1;
}
#animBox .animImg .hide{
	opacity:0;
}


@media screen and (max-width: 640px){
	#animBox .forPC{ display: none; }
	#animBox .forSP{ display: block; }
	#animBox ul li    { width: 33%; border:none;}
	#animBox ul li:nth-child(1)   { border-right: 1px solid #ccc; }
	#animBox ul li:nth-child(2)   { border-right: 1px solid #ccc; }
	#animBox ul li:nth-child(3)   { border-right: none; }
	#animBox ul li img{ width: 100%; height: auto;}

	
	#animBox .animImgWrap{ border:none; }
	#animBox .animImg{ width: 90%;  height: 40vw; margin:0 auto; }
	#animBox .animBg { width: 100%; height: auto;}
	#animBox .animBg img{ width: 100%; height: auto;}
	#animBox .animImg .animChild{ width: 100%; height: auto;}
	#animBox .animImg .animChild img{ width: 100%;height: auto;}
}