@charset "utf-8";
@import url(common/style.css);



.newGall{
	position: relative;
}
.newGall > .newIcon{
	position:absolute;
	left:-4px;
	top:0;
	width:30%;
	z-index:1;
}

.newGall > .newIcon >img{
	object-fit: contain;
	display: block;
	width: 100%;
}


#galleryBoxMouse > .inner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#galleryBox{/*border:10px solid #000;*/
	width:100%;
	position:relative;
	overflow:hidden;
}


#back{
	position:relative;
	z-inde:1;
}
#front{
	position:absolute;
	left:0px;
	top:0px;
	z-index:5;
}

#tPhoto{
	width:100%;
	min-width:860px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#tPhoto li{
	font-size:0;
	line-height:0;
	margin-bottom:6px;
	position:relative;
	float: inherit;
}
#tPhoto li a{
	width:100%;
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#tPhoto li a img{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#command{
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-27px;
	z-index:99;
}
#command li:hover{
	cursor:pointer;
}
#prevBtn{
	margin-left:0px;
}
#nextBtn{
	margin-right:0px;
}

.aGallery,
.hGallery:hover{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";	filter: alpha(opacity=65);	opacity:0.65;	-moz-opacity: 0.65;	-khtml-opacity: 0.65;	cursor:pointer;}


ul.caption>li{
	text-indent: -1em;
	padding-left: 1em;
}

/*###################################################*/
#jssor_1{
	position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:640px;overflow:hidden;visibility:hidden;
}
#slideTouch{
	cursor:default;position:relative;top:0px;left:0px;width:980px;height:640px;overflow:hidden;
}
.btnLeft{
	width:30px;
	height:55px;
	top:0px;
	left:0px;
	display:block;
	position:absolute;
	cursor:pointer;
}
.btnRight{
	width:30px;
	height:55px;
	top:0px;
	right:0px;
	display:block;
	position:absolute;
	cursor:pointer;
}
/*###################################################*/

@media only screen and (max-width:750px){
#main,
.bgSite{
	background-image:none;
	background-color:#FFF;
}
#tPhoto{
	min-width:320px;
	width:100%;
}
#tPhoto li{
	width:18%;
	margin:1%;
}
#tPhoto li a img{
	width:100%;
	height:100%;
	display:block;
}
ul.caption {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newGall > .newIcon{
	position:absolute;
	left:-4px;
	top:20px;
	width:20%;
}

}


/* background  */
@media only screen and (min-width:961px){
 .elemPosBox{
	margin-top:-2000px;
}
}