@charset "Shift-JIS";

body{
	background-color: transparent; 	
}

#pageindexouter{
	width:100%;
	position:absolute;
}
#pageindex{
	position:absolute;
	width:54px;
	height:54px;
	right:10px;
	top:50px;
}

#album{
	width:804px;
	overflow:hidden;
	margin:0 auto 0 auto;
	padding:150px 0 0 0;
}

.item{
	width:248px;
	height:190px;
	float:left;
	margin:0 10px 15px 10px;
	position:relative;
}

#pager{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.next, .prev{
	position:absolute;
	top:529px;
}
.next{ right:10px; }
.prev{ left:10px; }

.next p, .prev p{
	width:48px;
	height:48px;
	text-indent:-99999px;
}
.next > p{ background: url(../_img/pc/gallery/arrow_next_n.png) no-repeat top; }
.next a p{ background: url(../_img/pc/gallery/arrow_next.png) no-repeat top; }
.next a:hover p{ background: url(../_img/pc/gallery/arrow_next_o.png) no-repeat top; }
.prev > p{ background: url(../_img/pc/gallery/arrow_back_n.png) no-repeat; }
.prev a p{ background: url(../_img/pc/gallery/arrow_back.png); }
.prev a:hover p{ background: url(../_img/pc/gallery/arrow_back_o.png); }


.item{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.item .new{
	left:195px;
	top:138px;
	display:none;
}
.item.new .new{
	display:block;
}





/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 768px) {
	html{
		width:100%;
		height:auto%;
	}
	body{
		width:100%;
		height:auto;
	}
	
	
	#pageindexouter{
		position:absolute;
		width:100%;
		height:auto;
		top:2.3%;
	}
	#pageindex{
		position:absolute;
		width:8.43%;
		height:auto;
		right:1.5%;
		top:0;
	}
	#pageindex img{
		width:100%;
		height:auto;
	}
	
	#album{
		width:100%;
		overflow:hidden;
		margin:0 auto 0 auto;
		padding:20% 0 0 0;
	}
	
	.item{
		width:30%;
		height:auto;
		float:left;
		margin:0 1.5% 2% 1.8%;
		position:relative;
	}
	.item img.data{
		width:100%;
		height:auto;
		
	}
	
	.item .new img{
		width:100%;
		height:auto;
	}
	
	.item .new{
		width:25%;
		height:auto;
		position:absolute;
		left:0px;
		top:0px;
		display:none;
		margin:65.5% 0 0 73.5%;
	}
	
	.item.new .new{
		display:block;
	}
	
	#pager{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	.next, .prev{
		width:48px;
		height:48px;
		position:absolute;
		left:0;
		top:0;
	}
	.next{
		position:relative;
		top:0;
		float:right;
		margin:0 1.5% 0 0;
	}
	.prev{
		left:1.5%;
	}
	.next p, .prev p{
		width:48px;
		height:48px;
		text-indent:-99999px;
	}
	.next a p{
		background: url(../_img/pc/gallery/arrow_next.png) no-repeat left top; 
		background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
	}
	.prev a p{
		background: url(../_img/pc/gallery/arrow_back.png) no-repeat left top;
		background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
	}

}
















