body{
	background-color: #F6F2F1;
	font-family:"微軟正黑體";
}
#products .wrapper{
	max-width: 1200px;
	max-height: 1px;
	width: 100%;
	margin: auto;
}

#products .wrapper .banner{
	background-image: url(../styles/images/productBanner.png);
	background-position:center;
	width:100%;
	height:300px;
}
#products .wrapper .content{
	background-color: #fff;
	padding:30px 60px 90px 60px;
}
#products .wrapper .content .back {
	margin-top: 60px;
	text-align: center;
}
#products .wrapper .content .back a {
	display: inline-block;
	color: #000000;
	font-weight: 700;
	text-decoration: underline;
}
#products .wrapper .content .back a:hover {
	color: #E45F3E;
}
.fz16{
	font-size: 20px;
}
.mt30{
	margin-top: 30px;
}
.mb20{
	margin-bottom:20px;
}
.p20{
	padding:20px;
}
.bbn{
	border-bottom:none !important;
}
#products .wrapper .content .table{
	width: 100%;
	border: 1px solid #D1AF82;
}
#products .wrapper .content .table .tr{
	display:flex;
	border-bottom: 1px solid #E2D1BD;
}

#products .wrapper .content .table .title{
	width: 215px;
	background-color: #F9F5EA;
	border-right: 1px solid #E2D1BD;
}
#products .wrapper .content .table .table_content{
	width:calc(100% - 215px);
	font-weight: bold;
}
#products .wrapper .content .table .table_content a{
	color:#E45F3E;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
	/**#products .wrapper .content .table .tr{
		display:block;
	}
	#products .wrapper .content .table .title{
		width:100%;
		border-bottom: 1px solid #E2D1BD;
	}
	#products .wrapper .content .table .table_content{
		width:100%;
	}**/
	#products .wrapper .content {
	    padding: 30px;
	}
	#products .wrapper .content .table .title{
		width:135px;
	}
	#products .wrapper .content .table .table_content{
		width:calc(100% - 135px);
	}
	#products .wrapper .content .table .table_content a{
		display: inline-block;
		white-space: normal;
	}
	#products .wrapper .content .back {
		margin-top: 30px;
	}
}