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

h3{
	font-weight: bold;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-left-style: none;
	border-bottom-style: none;
	text-indent:5px;
	color: #300;
	font-style: oblique;
}
.goods_list{
	margin-top: 20px;
	text-align: left;
	width: 120px;
	padding: 10px;
	margin-left: 10px;
	float: left;
}
.goods_list p{
	line-height: 16px;
}
.goods_list img{
	width: 120px;
	height: 120px;
}
.goods_list a{
	color: #600;
}
.goods_name{
	text-align: center;
}
.price{
	color: #F00;
}
.price_down{
	text-decoration: line-through;
	color: #009;
}
span{
	line-height: normal;
}
.undecided{
	font-size: 24px;
	font-style: normal;
	font-weight:bold;
	color: #300;
	text-align: center;
	margin-top: 30px;
}
