.tabs{
	width: 100%;
	float: left;
}
ul.tabNavigation {
	width: 100%;
	float: left;
}

ul.tabNavigation li {
  float: left;
  width: 133px;
  height: 46px;
  line-height: 46px;
  list-style-type: none;
  text-align: center;
  margin: 0 5px;
 color: #fff;
}
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/sp_liBg_2h.png) center center no-repeat;
}
.tabs .tit{
	background: url(../images/ov_sp_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;
}
.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%;
}
}
@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;
}
}