.tabs{
  width:100%;
  margin:10px auto;
  position:relative;
}
.tab-buttons {
  display: table;
  width: 100%;
}
.tab-buttons span{
  font:16px;
  font-weight: bold;
  color:#333;
  background:#eee;
  cursor:pointer;
  border-left:1px solid #fff;
  border-top:10px solid #fff;
  display:table-cell;
  vertical-align: middle;
  width:calc(100% / 3) ;
/*  float:left;*/
  text-align:center;
  height:70px;
  line-height:16px;
}
.tab-buttons span:first-child{
	border-left:none;
}
.tab-content{
  display:inline-block;
  font:400 16px 'open sans',sans-serif;
  color:#333;
}
#lamp{
/*  width:calc(100% / 3) ;*/
  width:100% ;
  height:2px;
  background:#333;
  display:block;
  position:absolute;
  top:70px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
/*  left:calc(100% / 3) ;*/
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
/*  left:calc((100% / 3)*2) ;*/
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
span.active {
	background: #333;
	color: #FFF;
	border-top: none;
}





#proteca_ #sec02_ ul {
  display: flex;
  flex-wrap: wrap;
}
#proteca_ #sec02_ ul li:nth-child(3n) {
  border-right: none;
}
#proteca_ #sec02_ ul li {
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  width: calc(100% / 3);
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
#proteca_ #sec02_ ul li a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
}
#proteca_ #sec02_ ul li p {
  color: #000;
}
#proteca_ #sec02_ ul li .name_ {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
#proteca_ #sec02_ ul li .comment_ {
  font-size: 12px;
}