@charset "UTF-8";

/* global navigation
+=========================================================+*/
.nav_about {
  background: rgba(255, 204, 51, .4 );
}

/* titleArea
+=========================================================+*/
#titleArea {
  background: url(../images/bg-titlearea.jpg) center center no-repeat;
  background-size: cover;
}

.table-half {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .table-half {
    width: 50%;
  }
  .fr {
    float:none;
  }
}