.slide {
	width: 100%;
	height: auto;
//	position: relative;
	position: absolute;
	top: 195px;
	left: 0;

	margin: 0 auto;
	text-align:center
}



.slide .photobox {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin:0 auto;
	text-align:center;
	display: table-cell;
}

.slide .photobox img{
	margin:auto;
	width: 30%;
	cursor:pointer;
}







.slide .cate1_item {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin:0 auto;
	text-align:center;
	display: table-cell;
}

.slide .cate1_item img{
	margin:auto;
	width: 30%;
}

.slide .item.next {
	left: 30px;
	opacity: 0;
}

.slide .item.preview {
	left: -30px;
	opacity: 0;
}


.dt_title{
	padding-top:150px;
	padding-bottom:50px;
	text-align:center;
	position:fixed;
	opacity:0;
	color:#000;
	font-size:20px;
	letter-spacing: 0.3em;
	line-height:20px;
	margin:0 auto;
	width:100%;
}
.dtl{
	opacity:0;
}



/*	左右のボタン	
.slide .slide_navi {
	width: 400px;
	height: 200px;
	position: relative;
	text-align: center;

}

.slide .slide_navi li {
	width: 2em;
	cursor: pointer;
	display: block;
	line-height: 2em;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin: -1em 0;
	text-align: center;
}

.slide .slide_navi li.next {
	right: -3em;
}

.slide .slide_navi li.prev {
	left: -3em;
}

/*	ページング	
.slide .slide_paging {
	margin: 20px 0 0;
}

.slide .slide_paging li {
	cursor: pointer;
	float: left;
	margin: 0 10px 0 0;
}

.slide .slide_paging li.current {
	color: #f00;
	font-weight: 700;
}






*/











/*LightBOX*/
.overlays_box{
	background-color:rgba(0,0,0,0.65);
	width:100%;
	height:100%;

	position: fixed;
	z-index:1000;
	display:none;
}
#light_photo img{
	opacity:1;
  display: inline-block;
  position: absolute;

  -webkit-box-shadow: 0px 0px 20px 0px #333;
  -moz-box-shadow: 0px 0px 20px 0px #333;
  box-shadow: 0px 0px 20px 0px #333;
}
#cursol{
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
}

#light_photo{
	margin:auto;
	text-align:center;
		background-color:#f00;
}