@charset "UTF-8";

#pantry-food {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    /* background-image: url('/img/page/campaign/pantry/bg_pc.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

#pantry-food .pf_mainvs img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}

#pantry-food .pf_wrapper {
    width: 800px;
    margin: 20px auto;
    text-align: center;
    color: #733a19;
}

#pantry-food .pf_txt {
    font-size: 28px;
    line-height: 1.8;
    margin: 0 auto 5px;
    border-top: 2px solid #733a19;
    border-bottom: 2px solid #733a19;
    padding: 15px 0;
}

#pantry-food .pf_attn {
    width: 800px;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
}