/*---------------------------------------------------------------------------*/
/* 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 #ff3333;
  width:600px;
  height:25px;
  background:url(../img/access/hl01.png) 0 0 no-repeat;
}

#hl02{
  margin-top:20px;
  border-bottom:3px solid #ff3333;
  width:600px;
  height:25px;
  background:url(../img/access/hl02.png) 0 0 no-repeat;
}

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

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

/*----- table01 -------------------------------------------------------------*/
.tb01 th, .tb01 td{
  vertical-align:top;
  padding-right:20px;
  text-align:left;
}

/*---------------------------------------------------------------------------*/
/* スレート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, #hl02{
    width:auto;
  }
}
