.wrapper .tabs-wrapper { overflow: hidden; }

.wrapper .tabs-wrapper .tab-content a:hover { text-decoration: underline; }

.wrapper .tabs-wrapper .tab-content ul {
  margin: 0;
  padding-left: 0px;
  list-style: square;
  
}

.wrapper .tabs-wrapper .tab-content ul li { margin-bottom: 0px; }

.animated {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
}
 @media screen and (max-width: 640px) {


.wrapper {
  width: auto;

}
}

.tabs-wrapper {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-top: 2%;
	width: 100%;
}

.tabs-wrapper select.tab-nav { display: none; }

.tabs-wrapper ul.tab-nav {
	list-style: none;
	display: block;
	margin: 0px;
	text-align: center;
	font-family: "微軟正黑體";
	line-height: 1.75em;
	width: 100%;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.tabs-wrapper ul.tab-nav li {
  display: inline-block;
  margin-right: 5px;
  
  
}

.tabs-wrapper ul.tab-nav li a {
	text-decoration: none;
	color: #999;
	padding: 12px 20px;
	display: block;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	line-height: 1.75em;
	font-family: "微軟正黑體";
}

.tabs-wrapper ul.tab-nav li.active a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
	line-height: 1.75em;
	color: #000;
	font-family: "微軟正黑體";
}

.tabs-wrapper ul.tab-nav li:hover a {
	line-height: 1.75em;
}

.tabs-wrapper .target-tabs {

  border-top-width: 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  
}

.tabs-wrapper .target-tabs .tab-content {
  display: none;
  padding: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tabs-wrapper .target-tabs .tab-content .tab-heading .tab-no {
  font-size: 108%;
  font-weight: light;
}

.tabs-wrapper .target-tabs .tab-content p {
	line-height: 1.75em;
	word-spacing: 1px;
}

.tabs-wrapper .target-tabs .tab-content.active { display: block;
 }

.tabs-wrapper .target-tabs .tab-content.inactive { position: absolute; }

.tabs-wrapper .target-tabs .tab-content a {
	color: #333333;
	text-decoration: none;
	line-height: 1.75em;
}
 @media screen and (max-width: 640px) {
.tab-nav{
	width: 100%;
	}


.tabs-wrapper ul.tab-nav {
	width: 100%;
	display: none;
	line-height: 1.75em;
}

.tabs-wrapper select.tab-nav {
	[disabled]width: 100%;
	padding: 15px;
	background: #FFF;
	border-radius: 2px 2px 0px 0px;
	display: block;
	font-family: "微軟正黑體";
}

.tabs-wrapper select.tab-nav:focus { outline: none;
 }

.tabs-wrapper .target-tabs { border-radius: 0px 0px 2px 2px; }
}
