@charset "UTF-8";

.footer
{
}

.footer1-wrap
{
  width: 960px;
  height: 180px;
  margin: 0 auto;
}

.footer1
{
  background-image: url("../image/top/page_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 760px;
  margin-top: -180px;
  width: 200px;
  height: 200px;
}

.footer2-wrap
{
  height: 47px;
  background-image: url("../image/header_bar.png");
  color: white;
  margin-top: 0px;
}

.footer2
{
  width: 1002px;
  margin: 0 auto;
  position: relative;
}

@media ( max-width : 799px ) {
    .footer
    {
            width: 100%;
    }
    .footer2-wrap
    {
        width: 320px;
        height: 60px;
        margin: 0 auto;
    }
    .footer2
    {
        width: 320px;
    }
}

.footer2-menu
{
  color: white;
  display: inline;
  font-size: 12px;
  margin-left: 0px;
  height: 36px;
  padding-top: 11px;
  display: block;
  padding-top: 13px;
}

.footer2-menu1
{
  position: absolute;
  top: 0px;
  width: 120px;
  height: 30px;
}
.footer2-menu2
{
  position: absolute;
  top: 0px;
  left: 120px;
  width: 120px;
  height: 30px;
}
.footer2-menu3
{
  position: absolute;
  top: 0px;
  left: 240px;
  width: 120px;
  height: 30px;
}
.footer2-menu4
{
  position: absolute;
  top: 0px;
  left: 360px;
  width: 120px;
  height: 30px;
}
.footer2-menu5
{
  position: absolute;
  top: 0px;
  left: 480px;
  width: 120px;
  height: 30px;
}
.footer2-menu6
{
  position: absolute;
  top: 0px;
  left: 600px;
  width: 120px;
  height: 30px;
}
.footer2-menu7
{
  position: absolute;
  top: 0px;
  left: 720px;
  width: 20px;
  height: 30px;
}
.footer2-menu8
{
  position: absolute;
  top: 0px;
  left: 720px;
  width: 20px;
  height: 30px;
}
a
{
  text-decoration: none;
}

.separator
{
  border-right: 1px solid white;
  height: 30px;
  margin-right: 25px;
  margin-left: 18px;
  margin-top: 7px;
  float: left;
}
.footer-arrow
{
  position: absolute;
  left: 913px;
  height: 47px;
  width: 47px;
  background-image: url("../image/footer_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media ( max-width : 799px ) {
    .footer2-menu
    {
        font-size: 10px;
        padding-top: 7px;
    }
    .separator
    {
      border-right: 1px solid white;
      height: 20px;
      margin-right: 5px;
      margin-left: 8px;
      margin-top: 4px;
      float: left;
    }
    .footer2-menu1
    {
      width: 80px;
    }
    .footer2-menu2
    {
      width: 80px;
      left: 80px;
    }
    .footer2-menu3
    {
      width: 80px;
      left: 160px;
    }
    .footer2-menu4
    {
      width: 80px;
      left: 0px;
      top: 30px;
    }
    .footer2-menu5
    {
      width: 80px;
      left: 80px;
      top: 30px;
    }
    .footer2-menu6
    {
      width: 80px;
      left: 160px;
      top: 30px;
    }
    .footer2-menu7
    {
      width: 80px;
      left: 240px;
      top: 0px;
    }
    .footer2-menu8
    {
      width: 80px;
      left: 240px;
      top: 30px;
    }
    
    .footer-arrow
    {
      left: 260px;
      height: 60px;
      width: 70px;
      top: 0px;
    }
}




.footer3-wrap
{
  width: 1002px;
  margin: 0 auto;
}


.footer3
{
  height: 50px;
  
  color: #002F82;
}

ul.footer3
{
  position: relative;
  list-style-type: none;
  height: 36px;
  padding-top: 14px;
  padding-left:0;
  margin-top: 0px;
  margin: 0 auto;
  width:960px;
}
li.footer3
{
  position: relative;
  font-size: 12px;
  height: 50px;
  padding-right: 10px;
}

.footer_space
{
   width: 350px;
}

.arrow
{
  display: inline;
  font-size: 12px;
  width: 20px;
  height: 50px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin-left: -3px;
  background-image: url("../image/top/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer3_right
{
  position: relative;
   color: #3E3A39;
  font-size: 12px;
  height: 10px;
  width: 200px;
  padding-left: 767px;
}
@media ( max-width : 799px ) {
    .footer3-wrap
    {
      width: 320px;
    }
    .footer3_right
    {
        padding-left: 150px;
      height: 10px;
    }
    
    .footer3
    {
      height: 20px;
      width: 320px;
    }
    ul.footer3
    {
      width: 320px;
      height: 20px;
      padding-top: 7px;
    }
    li.footer3
    {
      font-size: 10px;
      height: 20px;
    }
}

