@charset "utf-8";

/*** カテゴリータイプA ***/

div.thumb {
	width:150px;
	height:300px;
	border:1px dotted #cccccc;
	padding:25px 15px 10px;
	margin:0px;
	float:left;
	font-size:0.75em;
	overflow:hidden;
}


.thumb div.cate_item {
	display:none;
}

div.thumb ul {
	margin-top:10px;
}

div.thumb ul li{
	margin-bottom:8px;
	margin-right:5px;
}

div.thumb ul a{
	display:block;
	text-decoration:none;
	color:#333333;
}

div.thumb a img{
	width:150px;
	height:150px;
	margin:0 0 5px 0;
}

div.thumb a:hover img{
	margin:-1px -1px 4px -1px;
	border:1px solid #ff6633;
}

div.thumb a:visited,
div.thumb a:link{
	text-decoration:none;
	color:#333333;
}

div.thumb a:hover{
	text-decoration:underline;
	color:#333333;
}

.thumb li.thumb_price{
	text-align:right;
	color:#888888;
	font-weight:bold;
	display:block;
	width:100%;
}


.thumb_price {
	text-align: left;
}

span.thumb_price_moto {
	text-decoration:line-through;
	font-weight:normal;

}
span.thumb_price_biaka {
	font-size:20px;
	font-weight: bold;
	color: #ED5B14;
}
span.thumb_price_tax {
	font-size:12px;
	font-weight:normal;
	display:block;
	width:200px;
	float:right;
}



.thumb li.thumb_zaiko{
	color:#666666;
}

.thumb li.thumb_zaiko span{
	padding:2px;
	border:#cccccc solid 1px;
}

.thumb_d {
	display: none;
}

.thumb_zaiko img {
/*	margin-top:5px;
	vertical-align: middle;*/
}