@charset "UTF-8";
/* CSS Document */
#posters {
	width: 960px;
	margin: -5px auto 5px;
}
#posters ul {
	margin: 0px 4px 10px;
	padding: 0;
}
#posters ul li {
	width: 220px;
 *width:218px;
	float: left;
	list-style: none;
	position: relative;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	-ms-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin: 8px;
	padding: 0;
}
#posters img {
	border: 10px solid #fff;
 *border: 9px solid #fff;
	border-bottom: 3px;
}
#posters:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.caption {
	font-size: 15px;
	display: block;
	width: 200px;
	text-align: center;
	margin: 3px auto;
}
#more {
	font-size: 18px;
	clear: both;
	width: 940px;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	border: 1px solid #bee1fa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f2f9fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9fe), to(#d6f0fd));
	background-image: -webkit-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image: -moz-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image: -ms-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image: -o-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image: linear-gradient(to bottom, #f2f9fe, #d6f0fd);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f9fe, endColorstr=#d6f0fd);
cursor:pointer;
}
#more:hover{
 border:1px solid #93cdf7;
 background-color: #c3e3fa; background-image: -webkit-gradient(linear, left top, left bottom, from(#c3e3fa), to(#a5defb));
 background-image: -webkit-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -moz-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -ms-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -o-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: linear-gradient(to bottom, #c3e3fa, #a5defb);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3e3fa, endColorstr=#a5defb);
}

a.more  {
 display: block;
 width: 100%;
}