@charset "Shift_JIS";

/* ‰æ‘œˆê—— */
.photo-list {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.photo-item {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #444;
	transition: opacity 1s linear, background-color 1s linear;
}

.photo-item:hover {
	opacity: 0.5;
	background-color: #3366cc
}
