/*---------------------------------------------------------------------------*/
/* unique
/*---------------------------------------------------------------------------*/

h3{
  font-size:100%;
}

/*=====mainimage=============================================================*/
#bd{
  background:#ffffff url(../img/common/main.jpg) 50% 0 no-repeat;
  padding-top:180px;
}

/*-----headline--------------------------------------------------------------*/
#hl01{
  border-bottom:3px solid #eb881d;
  width:600px;
  height:25px;
  background:url(../img/recruit/hl01.png) 0 0 no-repeat;
}

/*--- categorytitle ---------------------------------------------------------*/

/*-----other-----------------------------------------------------------------*/

/*----- table01 -------------------------------------------------------------*/
.tb01{
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-collapse: separate;
  border-spacing: 0px;
  padding:0;
  margin:0 0 30px 0;
  line-height:1.4em;
  width:100%;
}

.tb01 th{
  width:7.0em;
  background:#eb881d;
  color:#ffffff;
}

.tb01 th, .tb01 td{
  border-bottom: 1px solid #333333;
  vertical-align:top;
  padding:5px;
  text-align:left;
}

.tb01 td{
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}




/*---------------------------------------------------------------------------*/
/* スレートPC対応　【条件】width：950px以下
/*---------------------------------------------------------------------------*/
@media only screen and (max-device-width : 950px) and (max-width : 950px) {

  #bd{
    background:#ffffff url(../img/common/main.jpg) 0 0 no-repeat;
  }
  #hl01{
    width:100%;
  }
}
