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

img {
	border: 0;
}
#album-list {
	color: #535353;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	padding-top: 13px;
}
#album-list .list {
	float: left;
	height: 305px;
	width: 33%;
}
#album-list .photo {
	margin: 0 auto 1px;
	height: 200px;
	width: 200px;
	text-align: center;
	background-color: #CCC;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(20, 20, 20, 0.66);
	-moz-box-shadow: 0px 0px 4px 0px rgba(20, 20, 20, 0.66);
	box-shadow: 0px 0px 4px 0px rgba(20, 20, 20, 0.66);
}
#album-list .photo img:hover {
	opacity: 0.5;
}
#album-list .title {
	width: 200px;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 18px;
	text-align: center;
}
#album-list .title a {
	color: #202020;
	text-decoration: none;
}
#album-list .title a:hover {
	color: #772626;
}
/******************************************************************/

#album-detail {
	color: #535353;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	font-family: "標楷體", "微軟正黑體";
}
