.tab__header {
  display: block;
  clear: both;
}

.tab__header > div {
  display: inline-block;
  float: left;
  width:100%;
  padding:0 0 3px 0;
  border-bottom:1px solid rgba(255,255,255,.5);
  color: #000;
  font-size:12px;
  text-align:center;
  font-weight:500;
}

    .tab__header > div:hover {
        cursor: pointer;
        color: navy;
    }

.tab__header > div.tab__header--active {
  color:#f7992e;
}

.tab__content {
  display: block;
  clear: both;
  width:100%;
  height: inherit;
  overflow: auto;
  padding:0;
  margin:10px 0 0 0;
  float:left;overflow-x:hidden;
}

.tab__content > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  display: none; width:100%;
}

.tab__content > div.tab__content--active {
  display: block; float:left; width:100%;
}

.IconTab01 .tab__header > div { width:50%;
	}
.IconTab02 .tab__header > div { width:33%;
	}