@charset "utf-8";

#main ul {
	margin: 50px auto 20px;
	width: 96%; /*984px*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#main ul li {
	min-width: 270px; /*元画像260pxだがウィンドウサイズ縮小時隣接しても見やすいよう10px分隙間が出来るよう調整*/
	margin-bottom: 40px;
}

/*#main ul li {
	float: left;
	width: 260px;
	margin-right: 102px;
	margin-bottom: 40px;
}
#main ul li:nth-child(3n){
	margin-right: 0;
}*/

#main ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#bg{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, .4);
}
#photo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
