@import url("reset.css");
body {
	font-family:"Microsoft Jhenghei", "微軟正黑體", Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	background-color:#FCFCFC;
}

/*可以刪掉的頭-------------*/
header {
	width:100%;
	height:48px;
	line-height:44px;
	font-size:20px;
	color:#fff;
	background-color:#dc4a4f;
	text-align:center;
}
/*可以刪掉的頭-------------*/

.list, .box-line {
	position:relative;
}
.list a, .box-pad {
	position:relative;
	display:block;
	overflow:hidden;
	padding:4px 16px;
	text-align:left;
	text-decoration:none;
}
div.box-pad {
	padding:0;
}
div.box-btn {
	padding:0px 15px;
}
.list a:hover, .list a:active {
	background-color:#F5F2ED;
}
.list .product-img {
	position:relative;
	display:inline-block;
	float:left;
	height:50px;
	width:50px;
	left:0;
	top:0;
	margin-right:10px;
}
.list .product-img img {
	width:100%;
}
a {
	cursor:pointer;
	border-bottom:1px solid #dcdcdc;
}
h2 {
	font-size:18px;
	line-height:30px;
	color:#222;
	font-weight:bold;
	margin-bottom:0;
}
h3 {
	font-size:14px;
	line-height:14px;
	color:#777;
}
 @media screen and ( min-width:680px ) {
body {
 background-color:#FCFCFC;
}
article {
 width:680px;
 margin:0 auto;
}
 .list .product-img {
 height:89px;
 width:89px;
}
}
