@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
  background-image: url("../images/TPCA-Show-Taipei-LOGO.png");
}
h3, p {
  word-break: normal;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  #menu li ul li a {
    min-width: 200px;
  }
  /*看更多產品*/
  .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;
  }
}