@charset "utf-8";

/********************************************
  PDF
*********************************************/
.ly_pdf{
  background-color: #FFFFFF
}
.pdf{
  max-width:800px;
  width:90%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 75px;
}
.pdf__title{
  margin-top: 95px;
  margin-bottom: 45px;
}
.pdf__list{
  padding: 0;
  margin-bottom: 45px;
}
.pdf__detail{
  font-weight: normal;
  display: table;
  border-top: 1px #000000 solid;
  padding: 30px 0;
}
.pdf__detail:last-child{
  border-bottom: 1px #000000 solid;
}
.pdf__det{
  display: table-cell;
}
.pdf__det--date{
  width:130px;
  font-size: 16px;
  text-align: center;
}
.pdf__det--category{
  width:175px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
}
.pdf__det--category span{
  display: block;
  padding: 5px 10px;
}
.pdf__det--category span.as_press{
  background-color: #E8A323;
}
.pdf__det--category span.as_academic{
  background-color: #D96A2E; 
}
.pdf__det--category span.as_media{
  background-color: #A6C803;
}
.pdf__det--category span.as_pdf{
  background-color: #6379d8;
}
.pdf__det--category span.as_event{
  background-color: #ea6bcd;
}
.pdf__det--category span.as_other{
  background-color: #6EBEE9;
}
.pdf__det--title{
  font-size: 16px;
  font-weight: normal;
  width:635px;
  padding: 0 15px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .pdf__title{
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .pdf__det--date{
    font-size: 12px;
    text-align: left;
    width:100px;
  }
  .pdf__detail{
    display: block;
    padding: 20px 0;

  }
  .pdf__det{
    display:inline-block;
    font-size: 12px;
  }
  .pdf__det--title{
    font-size: 12px;
    width:100%;
    display: block;
    padding: 10px 0;
  }
}

