#contents #main .card {
	background-color: #FFF;
	padding: 9px;
	width: 430px;
	float: left;
	margin: 19px;
	text-align: left;
	color: #7e6b5a;
	font-weight: bold;
	height: 400px;
	border: 1px solid #e5e0d9;
	position:relative;
}
#contents #main .card img {
	height: 291px;
	width: 430px;
	border: 1px solid #e5e5e5;
}
#contents #main .card .name{
	font-weight: bold;
	color:#7e6b5a;
	font-size:16px;
	line-height:35px;
}
#contents #main .card .comment {
	line-height: 20px;
	text-align:left;
	color: #898989;
}
#contents #main .price {
	text-align:right;
	font-weight:bold;
	color:#ec6941;
	position:absolute;
	bottom:10px;
	right:9px;
	font-size:16px;
	
}
#setphoto{
	width:97%;
	height:auto;
	margin:1% 1.5% 0;
}
#contents #main .comment2 {
	line-height: 25px;
	color: #7e6b5a;
	font-weight: bold;
	padding: 20px;
}