
.siteHeader.business img,
.siteFooter.business img {
  max-width: 100%;
  height: auto;
}

.commonTaxText {
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 94%;
  text-align: center;
  color: #526d7b;
  font-size: 12px;
  line-height: 1.4;
}


/*==================================================================================
 siteHeader.company
==================================================================================*/



.headerLogo img {
  max-width: 100%;
  height: auto;
}

.clearfix {
  zoom: 1;
}
.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
}
.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.headerLogo {
	text-align:center;
	margin-top: 100px;
}
.headerLogo a:hover {
  opacity: 1;
}

/*==================================================================================
 siteFooter.company
==================================================================================*/
.siteFooter.company {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.siteFooter.company .logo {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 10px solid #738792;
}
.siteFooter.company .logo:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  left: 50px;
  width: 50px;
  height: 10px;
  background: #fabe00;
}
.siteFooter.company .logo img {
  width: auto;
  height: 50px;
}
.siteFooter.company .logo a {
  opacity: 1;
}
.siteFooter.company .links {
  display: inline-block;
  padding: 0 3% 30px;
  font-size: 11px;
}
.siteFooter.company .links li {
  float: left;
  line-height: 1.7;
}
.siteFooter.company .links li:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: #fabe00;
  padding: 0 3px;
  font-weight: bold;
}
.siteFooter.company .links li a {
  color: #526d7b;
  padding: 3px 5px 1px;
  border-radius: 3px;
}
@media (min-width: 1025px) {
  .siteFooter.company .links li a {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .siteFooter.company .links li a:hover {
    color: #133664;
    background: #fabe00;
  }
}
.siteFooter.company .pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.siteFooter.company .pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: #133664;
}
.siteFooter.company .pageTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.siteFooter.company .copyright {
  font-size: 11px;
  color: #526d7b;
}
@media (max-width: 1024px) {
  .siteFooter.company .logo {
    margin-bottom: 0;
  }
  .siteFooter.company .links {
    display: block;
    padding: 0 0 30px;
    font-size: 14px;
  }
  .siteFooter.company .links li {
    float: none;
    clear: both;
    line-height: 1;
    text-align: left;
  }
  .siteFooter.company .links li:after {
    display: none !important;
  }
  .siteFooter.company .links li:not(:last-child) {
    margin-right: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px dotted #bfbfbf;
  }
  .siteFooter.company .links li a {
    display: block;
    padding: 17px 15px 15px;
    border-radius: 0;
    background: #eaeaea;
  }
  .siteFooter.company .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .siteFooter.company .pageTop a {
    width: 40px;
    height: 40px;
  }
  .siteFooter.company .pageTop a:after {
    margin-left: -7px;
    width: 12px;
    height: 12px;
  }
  .siteFooter.company .copyright {
    text-align: center;
    font-size: 14px;
    color: #526d7b;
  }
}

