.mainFooter {
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #e9e9e9;
  font-size: 0.8em; }
  .mainFooter nav {
    padding-bottom: 10px; }
    .mainFooter nav ul {
      float: none;
      text-align: center;
      line-height: 1.5em; }
      .mainFooter nav ul li {
        padding-right: 10px;
        padding-left: 10px;
        display: inline-block; }
        .mainFooter nav ul li a {
          color: #000;
          text-decoration: none; }
  .mainFooter p {
    text-align: center;
    padding-top: 20px; }

.cvAreaStyle1 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background: url(../img/common/bg_cv.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .cvAreaStyle1 h2 {
    font-size: 2em;
    line-height: 1.5em;
    color: #fff;
    padding-bottom: 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1200px) {
      .cvAreaStyle1 h2 {
        width: 92%; } }
