/*news*/
#irnews-category .current a {color: #fff;}
#irp-press-top li a[href$=".pdf"] span {position:relative; padding-right: 30px;}
#irp-press-top li a[href$=".pdf"] span::before {   content: "";   position: absolute;   bottom: -0.8em;   transform: translateY(-50%);   right: 0;   width: 24px;   height: 24px;   background: url(com_pdf_ic01.png) no-repeat;   background-size: 100% auto;}
/* #irp-press-top li a[href$=".pdf"] span::before {   content: "";   position: absolute;   top: 50%;   transform: translateY(-50%);   right: 0;   width: 24px;   height: 24px;   background: url(com_pdf_ic01.png) no-repeat;   background-size: 100% auto;} */
#irp-press-list li a[href$=".pdf"] span {position:relative; padding-right: 30px;}
#irp-press-list li a[href$=".pdf"] span::before {   content: "";   position: absolute;   bottom: -0.8em;   transform: translateY(-50%);   right: 0;   width: 24px;   height: 24px;   background: url(com_pdf_ic01.png) no-repeat;   background-size: 100% auto;}
/* #irp-press-list li a[href$=".pdf"] span::before {   content: "";   position: absolute;   top: 50%;   transform: translateY(-50%);   right: 0;   width: 24px;   height: 24px;   background: url(com_pdf_ic01.png) no-repeat;   background-size: 100% auto;} */

@media (max-width: 767px) {
#irp-press-top li a[href$=".pdf"] span::before { bottom: -1.5em;}
#irp-press-list li a[href$=".pdf"] span::before { bottom: -1.5em;}
}


/*calendar*/
#irp-calendar-list dl {display: flex;}
#irp-calendar-list a {text-decoration:none;color: #555;}
#irp-calendar-list .news-list li .l-area {width: 9em;}

/*library*/
#irp-library-quarter-category li a[href$=".pdf"] span {position:relative; padding-right: 30px;}
#irp-library-quarter-category li a[href$=".pdf"] span::before {   content: "";   position: absolute;   bottom: -0.8em;  transform: translateY(-50%);   right: 0;   width: 24px;   height: 24px;   background: url(com_pdf_ic01.png) no-repeat;   background-size: 100% auto;}
/* #irp-library-quarter-category li a[href$=".pdf"] span::before {   content: "";   position: absolute;   top: 50%;   transform: translateY(-50%);   right: 0;   width: 24px;   height: 24px;   background: url(com_pdf_ic01.png) no-repeat;   background-size: 100% auto;} */
#irp-library-quarter-category:empty:after {content: "No data.";}
@media (max-width: 767px) {
#irp-library-quarter-category li a[href$=".pdf"] span::before { bottom: -1.5em;}
}


/*firefoxアイコン対応*/
@-moz-document url-prefix(){
    #irp-press-top li a[href$=".pdf"] span {padding-right: 0;}
    #irp-press-top li a[href$=".pdf"] span::before {display: none;}
    #irp-press-top li a[href$=".pdf"] span::after {content: "";bottom: -0.8em;transform: translateY(-50%);right: 0;width: 24px;height: 24px;background: url(https://irpocket.com/247A/irpocket/com_pdf_ic01.png) no-repeat;background-size: auto;background-size: 100% auto;display: inline-block;vertical-align: -1.2em;margin-left: 10px;}

    #irp-press-list li a[href$=".pdf"] span {padding-right: 0;}
    #irp-press-list li a[href$=".pdf"] span::before {display: none;}
    #irp-press-list li a[href$=".pdf"] span::after {content: "";bottom: -0.8em;transform: translateY(-50%);right: 0;width: 24px;height: 24px;background: url(https://irpocket.com/247A/irpocket/com_pdf_ic01.png) no-repeat;background-size: auto;background-size: 100% auto;display: inline-block;vertical-align: -1.2em;margin-left: 10px;}
}