body{
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","MS Pゴシック",sans-serif,"Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
  background-color: #f6f6f6;
  color: #626262;
}

a:hover{
  opacity: 0.9;
  color: #6F6B6B\9; /* IE8 以下 */
}

.bold_text{
  font-weight: bold;
}

/****    header responsive    ****/

html,body {
  height: 100%;
  padding: 0;
  margin: 0;

}

span{
  display: block;
}

#wrapper {
  min-height: 100%;
  height: auto;
  position: relative;
  background-image: url("../images/common_bg.jpg");
  background-repeat: repeat;
}
#content {
}

#header{

}


#footer{
  width: 100%;
  height: 844px;
  background-image: url("../images/footer/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0;
  z-index: 0;
  min-width: 1024px;
}



.footer_logo{
  width: 132px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 500px;
  left: 50%;
  margin-left: -66px;
}
.footer_link{
  position: relative;
  top: 590px;
  width: 1024px;
  margin: 0 auto;
}




.footer_link ul {
  width: 640px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.footer_link ul a{
  text-decoration: none;
  color: #333333;
  display: inline-block;
}

.footer_link ul a li{
  width: 130px;
  height: auto;
  overflow: hidden;
  font-size: 12px;
  display: inline-block;
  margin-left: 40px;
}

.footer_link ul a:first-child li{
  width: 100px;
  height: auto;
  overflow: hidden;
  font-size: 12px;
  display: inline-block;
  margin-left: 120px;
}



.footer_link ul a:nth-child(3) li{
  width: 100px;
  height: auto;
  overflow: hidden;
  font-size: 12px;
  display: inline-block;
  margin-left: 40px;
}

.footer_link ul a li img{
  display: inline-block;
  margin-right: 12px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.move{
  position: relative;
  top: 100px; 
  height: auto;
}




.header_list{
  width: 100%;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
  min-width: 1024px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 4px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 4px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 4px 1px;
  position: relative;
}
.fixed {
  position: fixed!important;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.header_list ul{
  width: 1024px;  
  text-align: center;
  margin: 0 auto 30px;
}

.header_list .head_logo{
  display: block;
    text-align: center;/*
    margin: 20px auto 24px;*/
  }

  .header_list .menu_button{
    display: none;
  }

  .header_list ul li{
/*    width: 16%;
    height: 15px;
    border-left: solid 1px #474646; */
    float: left;
    margin-top: 24px;


    margin-left: 10px;
  }
  .header_list ul li:first-child{
    border: none;
    margin-left: 0px;

    margin-top: 8px;
  }
  .header_list ul li:nth-child(2){
    border: none;
    margin-left: 5px;
  }



  .mind{
    width: 145px;
    height: 54px;
    background-image: url("../images/header/header_navigation_mind.png");
    background-repeat: no-repeat;
/*    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    background-position:0 -54px ;
  }
  .mind:hover{
    background-position:0 0 ;
  }

  .en{
    width: 146px;
    height: 54px;
    background-image: url("../images/header/header_navigation_en.png");
    background-repeat: no-repeat;
/*    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    background-position:0 -54px ;
  }
  .en:hover{
    background-position:0 0 ;

  }



  .company{
    width: 172px;
    height: 54px;
    background-image: url("../images/header/header_navigation_company.png");
    background-repeat: no-repeat;
/*    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    background-position:0 -54px ;
  }
  .company:hover{
    background-position:0 0 ;

  }



  .recruit{
    width: 144px;
    height: 54px;
    background-image: url("../images/header/header_navigation_recruit.png");
    background-repeat: no-repeat;
/*    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    background-position:0 -54px ;
  }
  .recruit:hover{
    background-position:0 0 ;
  }




  .gallery{
    width: 108px;
    height: 54px;
    background-image: url("../images/header/header_navigation_gellary.png");
    background-repeat: no-repeat;
/*    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    background-position:0 -54px ;
  }
  .gallery:hover{
    background-position:0 0 ;

  }



  .contact{
    width: 109px;
    height: 54px;
    background-image: url("../images/header/header_navigation_contact.png");
    background-repeat: no-repeat;
/*    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    background-position:0 -54px ;
  }
  .contact:hover{
    background-position:0 0 ;

  }

  .header_list ul li:nth-child(7){
    margin-left: 0px;
  }





  .header_list ul li a{
    color: #504c4c;
    font-size: 16px;
    height: 44px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }
  .header_list ul li a:hover{
    color: #77b5d5;
  }
  .header_list .dropdown_menu{
    z-index: 1000;
    position: absolute;
    width: 164px;
    display: none;
  }
  .header_list .dropdown_menu li{
    background-color: rgba(255,255,255,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bbffffff,endcolorstr=#bbffffff, gradienttype=0);
    border: none;
    float: none;
    width: 164px;
    height: 44px;
  }
  .header_list .dropdown_menu li a{
    background-image: none !important;
    display: block;
    height: 38px;
    font-size: 10px;
    padding: 12px 6px;
  }

  .shadow{
    display: none;
  }
  .comingsoon a:hover{
    opacity: 1;
  }
  .comingsoon img{
    position: absolute;
    margin: -16px auto 0 50px;
    display: block;
    width: 64px;
  }
  

  /****    footer    ****/

  .link_banner{
    width: 100%;
    height: 134px;
    background-color: #fff;
    min-width: 1024px;
  }
  .link_banner ul{
    width: 1024px;
    margin: 0 auto;
  }
  .link_banner li{
    float: left;
    margin: 15px 8px 5px;
  }




  .fl_l{
    float: left;
  }
  .fl_r{
    float: right;
  }

  .ml_134{
    margin-left: 134px;
  }

  .ml_110{
    margin-left: 110px;
  }


  .ml_37{
    margin-left: 37px;
  }