@charset "UTF-8";
/* ------------------------------------------------------------------------- */
.page-ttl{
	background-image:url("../images/img_ttl_page.gif");
	background-repeat:no-repeat;
	background-position:left top;
}


/* Fotorama */
.slide-wrap{
	width:618px;
	position:relative;
}

.mask{
	width:1px;
	height:466px;
	position:absolute;
	top:-1px;
	right:-1px;
	z-index:9999;
}

.fotorama__stage{
	height:385px !important;
	border-bottom:1px solid #565656;
	background-color:#222222;
}
.fotorama__nav-wrap{
	width:618px;
	border-top:1px solid #999999;
	background-image:url("../images/bg_thumb.gif");
	overflow:hidden;
}
.fotorama__nav{
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
	width:618px !important;
	overflow:hidden !important;
}

.fotorama__thumb-border{
	display:none !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame{
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
	font-size:0px !important;
	line-height:0px !important;
}
.fotorama__grab{
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
	font-size:0px !important;
	line-height:0px !important;
}

.fotorama__thumb-border{
	filter: alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-moz-opacity:0;
	opacity:0;
}

.fotorama__img{
	display:block;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	border:0px;
}

.fotorama__nav__frame--thumb .fotorama__img{
	filter: alpha(opacity=30) !important;
	-ms-filter:"alpha(opacity=30)" !important;
	-moz-opacity:0.3 !important;
	opacity:0.3 !important;
}

.fotorama__nav__frame--thumb.fotorama__active img.fotorama__img{
	filter: alpha(opacity=100) !important;
	-ms-filter:"alpha(opacity=100)" !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}

.fotorama__arr{
	height: 37px;
	margin-top: -18px;
}

/*KS IE6・IE8 ハック*/
.slide-wrap.ie6 .fotorama__arr, .slide-wrap.ie8 .fotorama__arr{
	background-image:url("../images/fotorama.gif");
	background-repeat:no-repeat;
}
.slide-wrap.ie6 .fotorama__arr--disabled, .slide-wrap.ie8 .fotorama__arr--disabled{
	background:none !important;
}