@charset "UTF-8";
/* CSS Document */
.contBack .edCont{
	margin-top: 2vw;
}
.contBack .edCont .body{
	font-size: 1.4vw;
	line-height: 2.8vw;
	color: #000;
}
.contBack .edCont .body.floatLeft{
	width: 50%;
}
.contBack .edCont .edImg{
	width: 100%;
	margin: auto;
	margin-top: 4vw;
}
.contBack .edCont .edImg.floatRight{
	width: 48%;
	margin: 0;
}
.contBack .edCont .edImg img{
	width: 100%;
}
@media (max-width: 640px) {
	.contBack .edCont .body{
		font-size: 3.5vw;
		line-height: 6vw;
	}
	.contBack .edCont .body.floatLeft{
		width: 100%;
		float: none;
	}
	.contBack .edCont .edImg.floatRight{
		float: none;
		width: 100%;
	}
	
}