@charset "utf-8";


/*----------------------------------------------------
	Photos
----------------------------------------------------*/
#photos a {
	display: block;
	width: 220px;
	height: 220px;
}
#photos img {
	width: 220px;
	height: 220px;
	vertical-align: bottom;
/*
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
*/
}
#photos ul {
	list-style-type: none;
}
#photos li {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* 写真がなかったときのエラーメッセージ用 */
div#no-photos {
	margin-right: 15px;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#no-photos p {
	line-height: 1.5
}
div#no-photos a {
	display: inline;
}