@charset "UTF-8";
/* CSS Document */
	
#showing {
	width: 960px;
	margin: -5px auto 5px;
}
#showing ul {
	margin: 0px 4px 10px;
	padding: 0;
}
#showing 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;
}
#showing img {
	border: 10px solid #fff;
 *border: 9px solid #fff;
	border-bottom: 0px;
	padding-bottom: 5px;
}
#showing:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}