@charset "utf-8";
/* CSS Document */
.dvd_div{
	width:157px;
	height:192px;
	float:left;
	display:block;
}
.click{
	width:157px;
	height:auto;
	float:left;
	display:block;
}
.click p{
	margin:0;
	padding:0;
	margin-bottom:0;
	text-align:center;

}
.click p a{
	text-decoration:none;
	color:#906;
	font-weight:600;
}
.click p a:hover{
	color:#000;
	text-decoration:underline;
}