@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 #829797;
	transition: opacity 1s linear, background-color 1s linear;
}


.photo-item:hover {
	opacity: 0.5;
	background-color: #57f
}


.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}


.breadcrumb li:last-child:after {
  content: '';
}
