@charset "UTF-8";

/*------------------------------------------------------------yamafuji*/

body {
  margin: 0px;
  padding: 0px;
  background: url(../img/bg.jpg) no-repeat center fixed;
  background-size: cover;
}
/*------------------------------------------------------------section01*/
#section01 {}

#section01 .mainimg{
  width: 980px;
  margin: 30px auto;
  text-align: left;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
#section01 .mainimg h2{
  position: absolute;
  top:0;
  left:0;
  z-index: 999999;
}


/**/

.yamafuji_box{
  width: 980px;
  margin-left:auto;
  margin-right: auto;

  text-align: left;
}
/*------------------------------------------------------------section02*/
#section02{
  background: rgba(255,255,255,0.9);
  padding: 30px 0;
}
#section02 #company{
  width: 980px;
  margin:0 auto;
  overflow: hidden;
}
#section02 #company table{
  border-spacing:1px;
  width: 980px;
  float: right;
  margin-top: 15px;
}
#section02 #company table th,
#section02 #company table td{
  text-align: left;
  padding: 4px 13px 4px;
}
#section02 #company table th{
  background: #d9e3f2;
  color: #2a4671;
  font-weight: normal;
  width: 100px;
}
#section02 #company table td{
  background: #fff;
}
#section02 #company table td ol{
  margin: 0 0 0 20px;
}

/*------------------------------------------------------------section03*/
#section03{
  background: rgba(255,255,255,0.5);
  padding: 30px 0;
}


