  /* CSS Document */

.p-relative_img{
	position: relative;
}
.p-relative_img .c-caption{
	position: absolute;
	width: 480px;
	top:20px;
	left: 30px;
}
.sp .p-relative_img .c-caption{
	position: static;
	width: auto;
}

