.tabs{
	width: 100%;
	float: left;
}
.para{
	width: 95%;
	padding: 0 2.5%;
	float: left;
	background: none;
}
ul.tabNavigation {
	width: 100%;
	float: left;
}

ul.tabNavigation li {
  float: left;
  width: 96px;
  height: 46px;
  line-height: 46px;
  list-style-type: none;
  background: url(../images/cg_liBg_1.png) center center no-repeat;
  text-align: center;
  margin: 0 5px;
 color: #fff;
}
ul.tabNavigation li.sty2{
  width: 109px;
  background: url(../images/cg_liBg_2.png) center center no-repeat;
}
ul.tabNavigation li.sty3{
  width: 133px;
  background: url(../images/cg_liBg_3.png) center center no-repeat;
}
ul.tabNavigation li.sty4{
  width: 177px;
  background: url(../images/cg_liBg_4.png) center center no-repeat;
}
ul.tabNavigation li a{
 color: #fff;
}


#tab-1,
#tab-2,
#tab-3,
#tab-4,
#tab-5,
#tab-6,
#tab-7,
#tab-8,
#tab-9,
#tab-10,
#tab-11,
#tab-12,
#tab-13,
#tab-14,
#tab-15,
#tab-16
 {
  padding: 20px 0;
  
}
a.selected li{
	color: #fff;
	background: url(../images/cg_liBg_1h.png) center center no-repeat;
}
a.selected li.sty2{
	background: url(../images/cg_liBg_2h.png) center center no-repeat;
}
a.selected li.sty3{
	background: url(../images/cg_liBg_3h.png) center center no-repeat;
}
a.selected li.sty4{
	background: url(../images/cg_liBg_4h.png) center center no-repeat;
}
.tabs .tit{
	background: url(../images/cg_borBg.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.tabs table{
	border-left: 1px dashed #8f82bc;
	background: #fff;
}
.tabs td, .tabs th{
	padding: 5px 10px;
	border-bottom: 1px solid #8f82bc;
	border-right: 1px dashed #8f82bc;
	text-align: center;
	vertical-align: middle;
}
.tabs td li{
	text-align: left;
	background: url(../images/cg_is_bot_li.png) left 5px no-repeat;
	padding: 0 0 0 25px;
	list-style: none;
}
.tabs tr.bg{
	background: #d4ddee;
}
.tabs tr.bg2{
	background: #e7e5e2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.tabs{
	background: none;
}
.tabs table{
	width: 100%;
}
ul.tabNavigation li{
	margin: 5px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
ul.tabNavigation{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.tabNavigation li{
	margin: 5px 5px;
}
.tabs {
	background: none;
	overflow-x: scroll;
	width: 100%;
}
.tabs table{
	width: 100%;
}
.tabs td, .tabs th{
	padding: 5px 8px;
	font-size: 14px;
	line-height: 20px;
}
.tabs td li{
	margin: 5px 0;
}
}