@charset "Shift_JIS";
/* CSS Document */

/* naviWrap
=========================================*/
#naviWrap {
	width:100%;
	/*height:78px; original*/
	
	height:133px;
	
	/*
	position:absolute;
	*/
	position: fixed;
}

.naviNone {
	width:900px;
	
	/*height:78px; original*/
	
	height:133px;
	
	margin:0 auto;
}

/* gallery
=========================================*/
#gallery-container .galleryBox .img-container {
	position: relative;
	width: 898px;
	height: 506px;
	overflow: hidden;
}

#gallery-container .ctrl-container {
	position: absolute;
	width: 898px;
	height: 506px;
	top: 0;
	left: 0;
}

#gallery-container .photoBox .img-container {
	position: relative;
	width: 272px;
	height: 153px;
	overflow: hidden;
}

