@charset "utf-8";

/*--------------------------------------
コンテンツ
--------------------------------------*/
#fancybox-content,
#fancybox-wrap *,
#fancybox-wrap {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-outer,
#fancybox-bg-n,
#fancybox-bg-ne,
#fancybox-bg-e,
#fancybox-bg-se,
#fancybox-bg-s,
#fancybox-bg-sw,
#fancybox-bg-w,
#fancybox-bg-nw {
	background: none;
}

#fancybox-close {
	padding: 40px 0 0 0;
	overflow:hidden;
	position: fixed;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 0;
	background: url(../images/common/fancybox/custom/close.png) no-repeat;
}

#fancybox-overlay {
	z-index: 10001;
}

#fancybox-wrap {
	z-index: 10002;
}

#fancybox-left {
	left: 12px;
	bottom: 12px;
	width: 32px;
	height: 32px;
	border-bottom: 0;
	background: url(../images/common/fancybox/custom/arrow_l.png) no-repeat;
}

#fancybox-right {
	right: 12px;
	bottom: 12px;
	width: 32px;
	height: 32px;
	border-bottom: 0;
	background: url(../images/common/fancybox/custom/arrow_r.png) no-repeat;
}

#fancybox-left:hover,
#fancybox-right:hover {
	opacity: 0.7;
	background-position: 0 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
	background: none;
}