@charset "utf-8";
/* CSS Document */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W7";
  src: url("/tw/collection/fonts/DFHeiStd-W7.otf");
 
}
#content a{
  text-decoration: none;
}
div#btn .button1{
	width: 150px;
	height: 40px;
margin-right: 20px;
  font-size: 18px;
  padding: 5px;
  display: block;
  background-color: #ffffff;  
	border-color: #BCBCBC;
  border: 1px solid ;
	float: left;
  color: #000000;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
	font-family: 'DFHeiStd-W7', sans-serif;
	line-height:40px;
}

div#btn .button1:hover{  
 background-color: #BCBCBC;
  color: #ffffff;
  border-color: #BCBCBC;
	text-decoration: none;	
}
/* start gendertabs */
#gendertabs{
  background-color: #fff;
}
#gendertabs .gendertab-link-no-color .tabs, .gendertabs-with-border{
  border-bottom: 0;
  background-color: transparent;
}
#gendertabs .gendertabs-with-border{
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  margin: 0;
  padding: 0;
  line-height: 18px;
  overflow: hidden;

}
#gendertabs .gendertabs-with-border .tabs-item{
  width: 33.3333%;
  line-height: 3.0;
  float: left;
/*  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  border-right: 0;
  text-align: center;
  /*height: 60px;*/
  padding: 15px 0;
}
#gendertabs .gendertabs-with-border .tabs-item .tabs-title{
  color: #ababab;
  font-size: 22px;
  font-weight: normal;
}
#gendertabs .gendertabs-with-border .tabs-item.active .tabs-title{
  color: #1b1b1b;
}
#gendertabs .gendertab-link-no-color .tabs .tabs-item, #gendertabs .gendertabs-with-border .tabs-item{
  box-sizing: border-box;
  background: #f4f4f4;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 1px 0;
}
#gendertabs .gendertab-link-no-color .tabs .tabs-item:first-child, #gendertabs .gendertabs-with-border .tabs-item:first-child{
  border-left: 1px solid #dadada;
  width: 33.333%;
}
#gendertabs .gendertab-link-no-color .tabs .tabs-item.active, #gendertabs .gendertabs-with-border .tabs-item.active{
  background-color: #fff;
  border-bottom-color: #378694;
	 border-bottom: 2px solid transparent;
}
#gendertabs .gendertab-link-no-color .tabs .tabs-item .tabs-title, #gendertabs .gendertabs-with-border .tabs-item .tabs-title{
  font-family: 'Uniqlo Pro Regular',"DFHeiStd-W7","Noto Sans TC";
  padding: 4px 0;
  width: auto;
  border-bottom: 2px solid transparent;
}
#gendertabs .gendertab-link-no-color .tabs .tabs-item.active .tabs-title, #gendertabs .gendertabs-with-border .tabs-item.active .tabs-title{
  border-bottom-color: #378694;
}
#gendertabs .gendertabs-with-border .hr{
	width: 1px;}
