@charset "UTF-8";

#contents #body h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#contents #body #recommend_body {
    padding: 0 10px;
}

#contents #body #recommend_body h3 {
    font-size: 24px;
    font-weight: bold;
    color: #d46d6d;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#contents #body #recommend_body #recommend_contents .rec_category {
    background-color: #d46d6d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px;
}
#contents #body #recommend_body #recommend_contents .rec_subject {
    color: #d46d6d;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
#contents #body #recommend_body #recommend_contents .rec_main {
    padding: 5px;
}
#contents #body #recommend_body #recommend_contents .recommend_image_box {
    margin-right: 10px;
    width: 240px;
    text-align: center;
    float: left;
}
#contents #body #recommend_body #recommend_contents .recommend_img_comment {
    margin-top: 5px;
    text-align: left;
}
#contents #body #recommend_body #recommend_contents .rec_comment {
    width: 360px;
    float: left;
}

#contents #body #recommend_body #recommend_contents .rec_info {
    padding: 5px;
    border: 1px #999 dashed;
}
#contents #body #recommend_body #recommend_contents .rec_address {
    float: left;
    width: 360px;
}
#contents #body #recommend_body #recommend_contents .recommend_map {
    float: right:
    width: 240px;
    padding: 5px;
}

