@charset "utf-8";
.product{
	width: 700px;
	margin: 0 auto;
	padding-left: 150px;
	padding-top: 50px;
}

.product-grid{
 	padding-bottom: 10px;
 	height: 250px;
}
.title{
	font-size:18px;
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	margin-top: 15px;
	margin: 0 auto;
}
.item-first{
	background-image: url(../images/p_bg_r1.png);
	float: left;
	position: relative;
	width: 215px;
	margin-left: 30px;
	display: inline;
}
.item{
	background-image: url(../images/p_bg_r1.png);
	float: left;
	position: relative;
	width: 215px;
	margin-left: 10px;
	display: inline;
}
.item-last{
	background-image: url(../images/p_bg_r1.png);
	float: left;
	position: relative;
	width: 215px;
	margin-left: 10px;
	display: inline;
}
.item-text{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	margin-left: 80px;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #000000;
    color: white;
    cursor: pointer;
    z-index: 5000px;
}