@charset 'UTF-8';

.no-print-img {
    background: transparent url('img/20250423_img1.jpg') no-repeat 0 0;
    background-size: 100% auto;
    margin: 20px auto;
}

.no-print-img2 {
    background: transparent url('img/20250423_img2.jpg') no-repeat 0 0;
    background-size: 100% auto;
    margin: 20px auto;
}

.no-print-img img {
    margin: 0;
    padding: 0 0 20px 0;
}

.no-print-img2 img {
    margin: 0;
    padding: 0 0 10px 0;
}

.puccholink a {
color:#3075D7;
text-decoration:underline; 
}


/*///////////////////////////
印刷用css
////////////////////////////*/

@media print {

    /*印刷・ダウンロード対応*/
    .no-print-img,
    .no-print-img2{
        background-image: none;
        border: solid 1px #ccc;
        box-sizing: border-box;
    }
}

/*印刷時url削除*/
@media print {
    a[href]:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
    }
}
