@charset "utf-8";

.l-content .tabcontent {
  background: #ffffff;
  padding: 10px 0;
}

.l-content #tab_content_nav {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  color: #333333;
  position: relative;
  z-index: 2;
  border-bottom: solid 2px #749dcf;
}

.l-content #tab_content_nav li {
  padding: 10px 15px;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: bold;
  color: #333333;
}

.l-content #tab_content_nav li:first-child {
  margin-left: 0;
}

.l-content #tab_content_nav li.selected {
  background-color: #749dcf;
  border-color: #749dcf;
  color: #ffffff;
}


.l-content #tab_content_detail {
  list-style: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.l-content #tab_content_detail li.swithcontent {
  display: none;
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
}