@charset "utf-8";
.fancybox-close {
	background:url("../images/contents/btnClose.png") no-repeat !important;
	position:fixed;
	top:-40px !important;
	right:0 !important;
	z-index:9999 !important;
	width:30px !important;
	height:30px !important;
}

@media screen and (max-width:640px) {
	.fancybox-close {right:0 !important;top:-40px !important;}
}