@charset "UTF-8";
/* CSS Document */

/* lunch */

.lunch_post_wrapper{margin-top:60px;}
.lunch_post_wrapper::before, .lunch_post_wrapper::after {
    content: "";
    display: table;
}
.lunch_post_wrapper::after {
    clear: both;
}
.lunch_post_column {
    float: left;
    margin: 0 1.5%;
    width: 30%;
}
.lunch_post_column .h3_lunch_post {
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
}
.imagetitle {
    background: url("../images/common/bg_th_01.png") repeat 0 0;
    border-radius: 5px;
    display: block;
    line-height: 1.6;
    padding: 2px 5px;
}
.lunch_post_item {
    margin-bottom: 30px;
}
.lunch_post_photo img {
    border-radius: 20px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    height: auto;
    max-width: 100%;
}
.lunch_post_comment {
    text-align: center;
}
