@charset "UTF-8";

/* ------------------------------------------------------ */
/* ------------------------------ */
/* SP用CSS                      */
/* ------------------------------ */
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 979px) {

    #contentWrapper #content .articleWrap .acrobat {
        border-top: 1px solid #dfdfdf;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    #contentWrapper #content .articleWrap .acrobat img{
        width: 159px;
        height: 39px;
        padding: 18px 0 18px 0;

    }

    #contentWrapper #content .articleWrap .description{
        font-size: 12px;
    }

}


/* ------------------------------ */
/*Tablet用CSS                         */
/* ------------------------------ */
@media screen and (min-width: 580px) and (max-width: 979px) {


}



/* ------------------------------ */
/*PC用CSS                         */
/* ------------------------------ */
/*@media screen and (min-width: 769px), print {*/
@media screen and (min-width: 980px), print {

    #contentWrapper #content .articleWrap .acrobat {
        border-top: 1px solid #dfdfdf;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    #contentWrapper #content .articleWrap .acrobat img{
        width: 159px;
        height: 39px;
        padding: 18px 0 18px 0;

    }

    #contentWrapper #content .articleWrap .description{
        font-size: 12px;
    }


}