/*=========================================

 letter.css

=========================================*/

#nurse_letter .lelast{
  width:880px;
  height:70px;
  padding:24px 15px 0 230px;
  margin:0 auto 30px auto;
  background:url("../../img/letter/bg_latest.jpg") no-repeat;
  }

#nurse_letter .lelast span{
  display:block;
  width:580px;
  padding-left:35px;
  background:url("../../img/common/icon_PDF.png") no-repeat left;
  }

#nurse_letter .letterList{
  display:block;
  overflow:hidden;
  }

#nurse_letter .letterList li{
  display:block;
  width:845px;
  height:60px;
  padding-left:35px;
  border-bottom:1px #333333 dotted;
  background: url("../../img/common/icon_PDF.png") no-repeat left 12px ;
  line-height:60px;
  /*float:left;*/
  }

#nurse_letter .letterList li.li_left{
  margin-right:80px;
  }

#recruit .letterList li{background:url("../../img/recruit/icon_job01.png") no-repeat left 20px;}

@media screen and (max-width: 480px) {
  #nurse_letter h2 img {
    width: 144px;
  }

  #nurse_letter .lelast{
    width:100%;
    height:auto;
    padding:24px 15px;
    box-sizing: border-box;
    margin:0 auto 30px auto;
    background:none;
    border: #00aa84 1px solid;
    background-color: #fff5cc;
    border-radius: 5px;
    margin-top: 20px;
  }

  #nurse_letter .lelast::before {
    content: "最新のクリニックレポート";
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #00aa84;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
  }

  #nurse_letter .lelast span{
    display:block;
    width:100%;
    box-sizing: border-box;
    background:url("../../img/common/icon_PDF.png") left top no-repeat;
  }

  #nurse_letter .letterList li{
    width:100%;
    height:auto;
    min-height: 32px;
    background: url("../../img/common/icon_PDF.png") left 5px no-repeat;
    background-size: 24px;
    line-height:1.5;
    padding: 10px 0;
    padding-left:25px;
    box-sizing: border-box;
  }
}
