@charset "utf-8";
/* CSS Document */

.nav-tabs{
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 25px;
}

.nav-tabs li{
	float:left;
	padding-right: 35px;
}

.nav-tabs>li>a{
	float:left;
	color: #b5b5b6;
	background:url(../images/bt_index_tab.png) no-repeat center bottom;
	padding-bottom: 20px;
}

.nav-tabs>li>a:hover{
	color:#1a7d85;
	background:url(../images/bt_index_tab_at.png) no-repeat center bottom;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color:#1a7d85;
	background:url(../images/bt_index_tab_at.png) no-repeat center bottom;
}

.tab-content>.tab-pane, .pill-content>.pill-pane{
	display:none
}

.tab-content>.active, .pill-content>.active{
	display:block
}

/* 1600 x 1200 , 1600 x 1024 , 1600 x 900 */
@media screen and (max-width: 1600px) {
}

/* 1400 x 900 , 1400 x 1050 */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1334px) {
	.nav-tabs{
		font-size: 27px;
		padding-bottom: 23px;
	}
}

@media screen and (max-width: 1136px) {
}

@media screen and (min-width: 1001px) and (max-width: 1029px) {
	.nav-tabs{
		font-size: 26px;
		padding-bottom: 21px;
	}
}


/* 以下切換手機板*/
@media screen and (min-width: 1030px) and (max-width: 1080px) {
	.nav-tabs{
		font-size: 36px;
		padding-bottom: 42px;
	}
}

@media screen and (max-width: 1000px) {
	.nav-tabs{
		font-size: 36px;
		padding-bottom: 42px;
	}
}

@media screen and (max-width: 760px) {
}
