@charset "UTF-8";
/* CSS Document */
@import url("common.css");


#contents{
	width: 760px;
	padding: 90px 45px 70px;
	margin: 0 auto;
	text-align: center;
}

#act-info-top{
    width: 760px;
    height: 166px;
}
#act-info-top:hover{
	-webkit-transform:	scale(1.25);
	transform:		scale(1.25);
	/*-webkit-transform:	rotateX(360deg);
	transform:		rotateX(360deg);*/
}
#act-info-top:hover{
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}


#act-info-under{
    width: 760px;
    height: auto;
}