@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
	background-image: url(../images/logoEn.jpg);
}
h3, p {
  word-break: normal;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
#menu li ul li a {
	min-width: 200px;
}
#menu li a {
	font-size: 16px;
	padding: 0 15px;
}
/*看更多產品*/
.prodShow::before {
	content: "+ See All Products";
}
.prodHide::before {
	content: "Less Product";
}
.float{
	width: 100px;
	height: 100px;
	line-height: 20px;
	padding-top: 25px;
	font-size: 12px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
	.float{
		line-height: 16px;
		padding-top: 15px;
		font-size: 11px;
	}
}
