@charset "UTF-8";

/********** gallery **********/
/*view hover*/
.sectionBox .figureBox-01 ul li a{
	position: relative;
	display: inline-block;
}
.sectionBox .figureBox-01 ul li a:hover:after{
	content: url(../img/img_gallery_on.png);
	position: absolute;
	top: 0;
	left: 0;
}

/********** fancybox **********/
#fancybox-wrap{
/*	top: 100% !important;
	left: 100% !important;*/
}
#fancybox-overlay{
	
}
#fancybox-content{
	border-width: 1px !important;
	border-bottom: 0px !important;
	width: auto !important;
}
#fancybox-outer{
	border: 1px solid #3b3225;
}
#fancybox-title-over{
	background: none !important;
	border : 2px solid #3b3225;
	border-top: 0 !important;
	color: #3b3225 !important;
	font-size: 1em !important;
 padding: 20px !important;
	text-align: left !important;
	line-height: 1.4 !important;
}
#fancybox-title{
	margin-right: 1px !important;
	margin-left: 1px !important;
	padding-bottom: 1px !important;
	width:	auto !important;
}
#fancybox-title-inside{
color: #3b3225 !important;
	font-size: 1em !important;
 padding: 20px !important;
	text-align: left !important;
	line-height: 1.4 !important;
}

.sectionBox .figureBox-01{
	overflow-y: auto;
}