@charset "UTF-8";
/*縮圖瀏覽*/

.thumbnail {
	clear:both;
	padding:5px 0 0;
}
/*-----------------------以 table 排*/
.thumbnail table {
	clear: both;
	margin: 0 auto 15px;
	padding: 0;
	border-collapse:collapse;
	width:98%;
}
.thumbnail td {
	padding: 0 0 24px;
	vertical-align: top;
	/*background:url(../images/thumbnail_bg.png) no-repeat left bottom;*/
	font-size: .86em;
}
.thumbnail td div.image {
	width:177px;
	margin:0;
	padding:12px 0 0;
	/*background:url(../images/thumbnail_bg.png) no-repeat left top;*/
	text-align:center;
}
.thumbnail td p {
	margin: 0 0 0 8px;
	padding: 3px auto 0;
	text-align: left;
	width: 148px;
}
.thumbnail td p a{
	color:#555555;
}
.thumbnail td p a:hover{
	color:#2f7401;
}
.thumbnail td .image img,
.thumbnail li .image img,
.thumbnail td object {
	margin: 0 auto 5px;
	border: 1px solid #ccc;
	padding:6px;
	max-height: 148px;
	max-width: 148px;
	_width: 148px;
	_height: 111px;
	background:#ececec;
}
.thumbnail td .image a:hover img,
.thumbnail li .image a:hover img {
	border: 1px solid #888;
	background:#fff;
}
