@charset "UTF-8";




.tab-container9 {
  list-style-type: none;
  padding: 0;
  margin: 60px auto;
  max-width: 900px;
  position: relative;
  background: #fff;
}
.tab-container9:after {
  content: "";
  display: table;
  clear: both;
}
.tab-container9 ul {
  list-style-type: none;
  padding: 0;
}
.tab-container9 .arrows9  {
  display: block;
  width: 60px;
  font-size: 32px;
  bottom: 10px;
  right: 0px;
  position: absolute;
}
.tab-container9 .arrows9  label {
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}
.tab-container9 .arrows9  label:hover {
  color: #333;
}
.tab-container9 .tab-content-container9 {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  line-height: 22px;
  background: #fff;
  position: absolute;
  top: 42px;
  padding: 0px 40px 0 20px;
  border: 2px solid #0075A9;
  border-top: 0;
  box-shadow: 0 5px 5px -5px #333;
}
.tab-container9 .tab-content-container9 .tab-content9 {
  opacity: 0;
  padding-top: 25px;
  min-height: 160px;
  transition: opacity 0.1s ease-in;
}
.tab-container9 .tab {
  outline: 0;
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 20%;
  line-height: 40px;
  display: block;
  margin: 0;
  position: relative;
  background: #66B8D9;
  color: #fff;
  text-align: center;
  border-top: 2px solid #0075A9;
  border-right: 2px solid #0075A9;
}
.tab-container9 .tab.l-b-chapter12 {
  border-left: 2px solid #0075A9;
}
.tab-container9 .tab:hover {
  background: #0075A9;
}
.tab-container9 .tab-toggle-chapter12 {
  display: none;
}
.tab-container9 .tab-toggle-chapter12.active + .tab, .tab-container9 .tab-toggle-chapter12:checked + .tab {
  background: #fff;
  color: #333;
}
.tab-container9 .tab-toggle-chapter12.active ~ .tab-content-container9, .tab-container9 .tab-toggle-chapter12:checked ~ .tab-content-container9 {
  height: auto;
  opacity: 1;
	width: 100%;
}
.tab-container9 .tab-toggle-chapter12.active ~ .tab-content-container9 .tab-content9, .tab-container9 .tab-toggle-chapter12:checked ~ .tab-content-container9 .tab-content9 {
  opacity: 1;
}
.tab-container9 .tab-toggle-chapter12.active ~ .tab-content-container9 .tab-content9 label, .tab-container9 .tab-toggle-chapter12:checked ~ .tab-content-container9 .tab-content9 label {
  opacity: 1;
}


