@charset "UTF-8";

/* CSS Document */
@import url(http://kyoto-kenren.or.jp/css/common.css);
@import url(http://kyoto-kenren.or.jp/css/contents.css);


/* ========= contents | index =========*/
.album {
	margin-top: 25px;
}

.thumb {
	margin-left: 10px;
	width: 520px;
}
.thumb li {
	width: 90px;
	height: 90px;
	float : left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px #999999 solid;
	background-color: #ffffff;
}
.thumb li div {
	width: 75px;
	height: 75px;
	padding: 5px;
	overflow: hidden;
}

.date p {
	clear: both;
	padding: 5px 5px 10px 0;
	text-align: right;
	font-size: 90%;
	line-height: 1.3;
	color: #534932;
}
