.tabs{
	width: 100%;
	float: left;
	background: url(../images/em_hr_img_2.png) right bottom no-repeat;
}
.para{
	width: 95%;
	padding: 0 2.5%;
	float: left;
	background: none;
}
ul.tabNavigation {
	width: 100%;
	float: left;
}

ul.tabNavigation li {
  float: left;

  height: 46px;
  line-height: 46px;
  list-style-type: none;
	background-color: #D0BF9E;
	padding: 0 5px;
  margin: 0 2px;
 color: #fff;
}
ul.tabNavigation li.sty2{
  width: 109px;
  background: url(../images/em_liBg_1.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-color: #886F3E;
}
a.selected li.sty2{
	background: url(../images/em_liBg_3h.png) center center no-repeat;
}
.tabs .tit{
	background: url(../images/em_borBg_1.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 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;
}
}
