@charset "utf-8";
/* CSS Document */
.photo {
	text-align: center;
}
.photo h2 {
	text-align: left;
}
.photo img{
	height:150px;
	cursor:pointer;}
.darkness{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(51,51,102,0.75);
	z-index:3;
	cursor:pointer;
	overflow:auto;}
.darkness img {
	position:absolute;
	top:5%;
	width:50%;
	left:25%;}		

