@charset "utf-8";

/*プロダクツ*/
.productname {
	margin:15px 0 5px 0;
	color:#FFFFFF;
	font-size:200%;
	font-weight:700;
}
.mainimg {
	padding:0 0 10px 0;
}
.detailWrp {
	margin:30px 0 0 0;
}
.detailWrp table td {
	padding:3px;
}
.juchu {
	padding:3px;
	margin:0 0 5px 0;
	background-color:#000000;
	color:#FFFFFF;
}
.product {
	font-size: 110%;
	font-weight:600;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 0;
	color:#FFFFFF;
}
.thumbs {
	float:left;
	width:630px;
	list-style:none;
	margin:0 0 30px 0;
}
.thumbs ul {
	margin:0 -5px 0 0;
list-style-image:none;	
}
*:first-child+html .thumbs ul {
	zoom: 1;
}
* html .thumbs ul {
	zoom: 1;
	margin-right: -10px;
}
.thumbs li {
float:left;
list-style:none;
padding:0 5px 5px 0;
margin:0;
}
#preview {
	position:absolute;
	/*border:1px solid #ccc;*/
	background:#fff;
	padding:0;
	display:none;
}
