@charset "UTF-8";
/* CSS Document */

/*一覧
----------------------------------------------------------- */
#content .photo-list {
	height: auto;
	width: 100%;
	text-align: center;
	max-width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
@media screen and (max-width: 800px) {
#content .photo-list {
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
}
#content .photo-list+.photo-list {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	padding-top: 30px;
}
#content .photo-list ul {
	margin-bottom: 0px;
}
#content .photo-list ul+ul {
	margin-top: 22px;
	margin-bottom: 0px;
}
#content .photo-list ul li {
	height: auto;
	width: 31%;
	float: left;
	text-align: center;
	margin-left: 3.5%;
	position: relative;
	display: block;
}
#content .photo-list ul li:first-child {
	margin-left: 0%;
}
#content .photo-list ul li dl {
	background-color: #fff;
	text-align: center;
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#content .photo-list ul li dl dt {
	position: relative;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 0.6em;
	font-weight: bold;
	margin-top: 1.0em;
}
#content .photo-list ul li dl dt strong {
	font-size: 1.2em;
	line-height: 1.4em;
}
#content .photo-list ul li dl dd {
	position: relative;
	padding: 0px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	font-size: 1.3em;
	line-height: 1.7em;
}
#content .photo-list ul li dl dd+dd {
	margin-top: 0.5em;
}
#content .photo-list ul li div {
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
}
#content .photo-list ul li img {
	width:100%;
	height:auto;
}
#content .photo-list ul li a:hover p {
	color: #cc9c0f;
}
#content .photo-list ul li a:hover img {
	opacity:0.7;
}
