@charset "utf-8";

.recipe_img {
    width: 40%;
    display: block;
    margin: 2% auto 3%;
}


#contents .news_detail .detail_txt_wrapper .detail_txt {
    font-size: 1.7rem;
    line-height: 1.75;
}

#contents .news_detail .detail_txt_wrapper .news_link:nth-of-type(n+2) {
    margin-top: 20px;
}

@media screen and (max-width:640px) {

    .recipe_img {
        width: 80%;
        display: block;
        margin: 2% auto 3%;
    }


    #contents .news_detail .detail_txt_wrapper .detail_txt {
        font-size: 1.4rem;
    }


}