sans-serif;
  background: #000;
}
/* ul {
  margin: 150px auto 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 600px;
  text-align: center;
}
li {
  display: table-cell;
  position: relative;
  padding: 15px 0;
} */
.banner-3rdlevel-container a  {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;

  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
.banner-3rdlevel-container a:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.banner-3rdlevel-container a:hover:after {
  width: 100%;
  left: 0;
}

.explain-container a:hover {
transition: 0.3s;
  background-color: #000;
  color: #fff;
}
.explain-container a {
transition: 0.3s;

}
/* @media screen and (max-height: 300px) {
	ul {
		margin-top: 40px;
	}
} */
