@charset "UTF-8";

#preloadedImages {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(../image/sample02.gif); /* 読ませたいイメージ1 */
    /* background-image: url(portfolio/image/sample02.gif); 読ませたいイメージ2 */
}

@media only screen and (max-width: 680px) {
.pftable {
    width: 108px;
}
.pf_f {
    font-size: 12px;
    line-height: 110%;
}
}

@media only screen and (min-width: 681px) {
.pftable {
    width: 160px;
}
.pf_f {
    font-size: 14px;
    line-height: 110%;
}
}


