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

.list > div {
    padding-bottom: 20px;
}

.content-wrap .list h4 {
    color: #333;
    font-size: 20px;
    font-weight: lighter;
    padding: 0;
}
@media ( max-width : 479px ) {
    .content-wrap .list h4 {
        font-size: 18px;
    }
}

.list .item {
    padding: 10px 0;
}

.list .item h5 {
    font-size: 17px;
}
@media ( max-width : 479px ) {
    .list .item h5 {
        font-size: 15px;
    }
}

.list .white-wine .item h5 {
    color: #5e66ad;
}

.list .red-wine .item h5,.list .rose-wine .item h5 {
    color: #7f2744;
}

.list .other-wine .item h5 {
    color: #085f04;
}

.list .item .inner p {
    float: left;
    width: calc(100% - 210px);
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
@media ( max-width : 479px ) {
    .list .item .inner p {
        width: calc(100% - 150px);
        font-size: 13px;
        line-height: 1.6;
    }
}

.list .item .inner img {
    max-width: 170px;
    padding: 0;
    float: right;
}
@media ( max-width : 479px ) {
    .list .item .inner img {
        max-width: 120px;
    }
}
