@charset "utf-8";
/* CSS Document */

#album {
	width:100%;
	height:auto;
	float:left;
}
#album .frame {
	width:24.9%;
	height:150px;
	float:left;
	margin-bottom:5px;
}
#album .photo {
	width:95%;
	height:125px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-color:#CCC;
	overflow:hidden;
}
#album .name {
	width:95%;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-color:#CCC;
}
#album_detail {
	width:100%;
	height:auto;
	float:left;
}
#album_detail .frame {
	width:20%;
	height:150px;
	float:left;
	margin-bottom:5px;
}
#album_detail .photo {
	width:95%;
	height:105px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-color:#E3E3E3;

}
#album_detail .name {
	width:95%;
	height:30px;
	text-align:center;
	background-color:#E3E3E3;
}

