@charset "utf-8";

/*
########################################################
  change image
########################################################
*/
.target {
	position: relative;
}

.thumbnail {
	margin-top: auto;
}

.thumbnail td {
	border-collapse: separate;
	border: #CCCCCC 1px solid;
	background: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	width: 66px;
	height: 76px;
	/*overflow: hidden;*/
}

.thumbnail td img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic; 
}
x:-moz-any-link, x:only-child {
	display: block;
	float:left;
	margin: 1px 0 0 1px;
}
*:first-child+html .thumbnail td {
	display: inherit;
	float: none;
	margin: 0;
}  

.thumbnail img {
	cursor: pointer;
}
.thumbnail:unknown {
	clear: both;
	/*display: block;*/
	visibility: hidden;
	height: 0px;
	content: "."
}
/*.thumbnail {
	display: inline-block
}
.thumbnail {
	display: block
}*/
