@charset "utf-8";



.all {
  margin: 12px 0%;
  width: 100%;
  float: left;
      margin-bottom: 30px;
}

.wrap-tabs,
.wrap-tab-contents {
  width: 100%;
  float: left;
}

.tabs .tab {
  float: left;
  padding: 5px;
  margin: 0 10px 10px 0;
  border-bottom: 3px solid #7ED1FE;
  color: #0187D7;
  font-size:16px;
   margin:0px 40px 0px 0px;
}

.tabs .tab:hover {
  cursor: pointer;
  border-bottom: 3px solid #7ED1FE;
  color: #0CF;
}

.tabs .tab-active,
.tabs .tab-active:hover {
  color:#0CF;
  border-bottom: 3px solid #06F;
}

.tab-contents { position: relative; }
