/*--------------------------------


	photo.css

 ※Not Edit Styleseet.
----------------------------------*/

.box {
	width: 29.33333333333333%;
	margin: 1%;
	float: left;
	text-align: center;
	border: 3px solid #eee;
}
.box img{
	width: 100% !important;
}
#photo-content:after{
	display: block;
	content: "";
	clear: both;
}