@charset "utf-8";
/* CSS Document */

.goal {
	margin-top: 70px;
	position: relative;
}

.img-list.free-pos li {
	display: inline-block;
	position: absolute;
	width: 230px;
}

.img-list.free-pos li img {
	width: 100%;
}

.img-list.free-pos li.left {
	top: -30px;
	left: 30px;
}

.img-list.free-pos li.right {
	bottom: -60px;
	right: 0;
}