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

/*--- brochurelist --------------------------------------------------------*/
.sl li{
  list-style:none;
  padding:5px 5px 5px 35px;
  background:#c9e7dd url(../img/brochure/pdficon.png) 5px 50% no-repeat;
  border:solid 1px #209872;
  margin-bottom:5px;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.sl li:hover{opacity:0.7;}

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

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

/*---------------------------------------------------------------------------*/
/* スレート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%;
  }
}
