@charset "UTF-8";

.photo {
	margin: 0 !important;
	width: 100% !important;
	float: none !important;
}

.photo a {
	width: 100% !important;
	box-sizing: border-box;
}

.photo a:hover {
	-webkit-transform: none !important;
	transform: none !important;
}

@media screen and (max-width:1000px) {
	#area-photo {
		margin-bottom: 40px;
	}
}