@charset "utf-8";
/* CSS Document */



/* 写真
--------------------------------------------------------- */
#detailC #phArea {
	
	width: 480px; /* 525px */
}
#detailC #phMain {
	float: left;
	position: relative;
	/* height: 440px; */
}
#detailC #phMain dl {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	
}
#detailC #phMain dd {
	padding: 10px 5px 20px 5px;
}
#detailC #phThumbs {
	padding: 0 0 10px 0px;
	zoom: 1;	

}
#detailC #phThumbs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;}


#detailC #phThumbs li {
	float: left;
	margin: 0px 0 5px 5px;
	list-style-type: none;
	
	
}
#detailC #phThumbs li.last {
	margint: 0;
}


