.tabs{
	width: 100%;
	float: left;
	background: url(../images/em_hr_img_2.png) right bottom no-repeat;
}
.para{
	width: 78%;
	padding: 0 1%;
	float: left;
	background: none;
}
ul.tabNavigation {
	width: 20%;
	float: left;
	padding: 20px 0 0 0;
}

ul.tabNavigation li {
  width: 196px;
  height: 137px;
  list-style-type: none;
  background: url(../images/em_liBg_2.png) center center no-repeat;
  text-align: center;
  margin: 10px auto;
 color: #fff;
}
ul.tabNavigation li.sty1{
  background: url(../images/soc_ps_btn_1.png) center center no-repeat;
}
ul.tabNavigation li.sty2{
  background: url(../images/soc_ps_btn_2.png) center center no-repeat;
}
ul.tabNavigation li.sty3{
  background: url(../images/soc_ps_btn_3.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.sty1{
	color: #fff;
	background: url(../images/soc_ps_btn_1h.png) center center no-repeat;
}
a.selected li.sty2{
	background: url(../images/soc_ps_btn_2h.png) center center no-repeat;
}
a.selected li.sty3{
	background: url(../images/soc_ps_btn_3h.png) center center no-repeat;
}
.tabs .tit{
	background: url(../images/so_borBg_2.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.tabs table{
	border-left: 1px dashed #a06700;
	background: #fff;
}
.tabs td, .tabs th{
	padding: 5px 10px;
	border-bottom: 1px solid #a06700;
	border-right: 1px dashed #a06700;
	text-align: center;
	vertical-align: middle;
}
.tabs tr.bg, .tabs td.bg{
	background: #f1e7d7;
}
.tabs tr.bg2{
	background: #e7e5e2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.tabs{
	background: none;
}
.tabs table{
	width: 100%;
}
.para{
	width: 75%;
	padding: 0 2.5% 15px 2.5%;
	background: rgba(255,255,255,0.75);
}
ol.memo li{
	width: 100%;
	float: left;
}
}
@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;
}
ul.tabNavigation{
	width: 100%;
}
.para{
	width: 100%;
	padding: 0 0 15px 0;
	background: rgba(255,255,255,0.75);
}
ol.memo{
	width: 90%;
	padding: 0 0 0 10%;
}
ol.memo li{
	width: 100%;
	float: left;
}
ul.tabNavigation li {
	width: 91px;
	height: 110px;
}
ul.tabNavigation li.sty1{
  background: url(../images/soc_ps_btn_1m.png) center center no-repeat;
}
ul.tabNavigation li.sty2{
  background: url(../images/soc_ps_btn_2m.png) center center no-repeat;
}
ul.tabNavigation li.sty3{
  background: url(../images/soc_ps_btn_3m.png) center center no-repeat;
}
a.selected li.sty1{
	color: #fff;
	background: url(../images/soc_ps_btn_1mh.png) center center no-repeat;
}
a.selected li.sty2{
	background: url(../images/soc_ps_btn_2mh.png) center center no-repeat;
}
a.selected li.sty3{
	background: url(../images/soc_ps_btn_3mh.png) center center no-repeat;
}
}