@charset "shift-jis";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

a img{
	border:none;
}


body{
	line-height:1.0;
	padding-top:40px;
}

#product{
	width:636px;
	position:relative;
	z-index:0;
}


#product #zoom {
	width:636px;
	height:636px;
	border:none;
	margin:0px auto;
	position:relative;
	z-index:10;
	margin-left:0px;
}
#product #zoom .large img { 
	width: 1000px; 
	height: 1000px; 
	background: WHITE; 
	border: 1px solid #CCCCCC;
}
#product #zoom .small img { 
	width: 636px; 
	height: 636px; 
	border:1px solid #CCCCCC; 
} 


.clear {
	clear:both;
}

#product div h2 {
	width:60px;
	height:60px;
	margin:-5px 10px 0px 15px;
	float:left;
	background-repeat:no-repeat;
	background-position:left;
}

#product div h3 {
	width:271px;
	height:31px;
	margin:5px 0px 0px 15px;
	float:left;
	background-repeat:no-repeat;
	background-position:left;
}


#product h2 p {
	display:none;
}

#product h3 p {
	display:none;
}

#product #detail h2 {
	background-image:url(http://thumbnail.image.rakuten.co.jp/@0_mall/cliffedge/cabinet/151030_004.jpg?_ex=60x60);
}

#product #detail h3 {
	background-image:url(http://image.rakuten.co.jp/cliffedge/cabinet/151030_006.jpg);
}


#product ul {
	background-repeat:no-repeat;
	width:541px;
	float:left;
	margin:0px 0 0 0px;
	padding:0;
	position:relative;
	z-index:0;
}

#product ul li {
	width:60px;
	height:60px;
	list-style:none;
	float:left;
	padding:1px;
	border:1px solid #CCCCCC;
	margin:-5px 2px 2px 0px;
	position:relative;
	z-index:0;
}

#product ul li a{
	display:block;
	height:60px;
	width:60px;
}

#product ul li a:hover{
	border:2px solid #FF6600;
	margin:-2px;
}

#product ul li img {
	position:absolute;
	width:60px;
	height:60px;
	border:none;
}
