@charset "UTF-8";

.item_wrap {
    width: 1100px;
    margin: 0 auto;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.item_row {
    width: 100%;
}

.item_col {
    width: 30%;
    float: left
}

.item_col4 {
    width: 22%;
    float: left
}

.item_col a {
    text-decoration: none;
}

.item_col .thumb {
    margin: 0 auto;
}

.item_col img {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.item_col_blank {
    width: 5%;
    float: left
}

.item_col_blank4 {
    width: 4%;
    float: left
}

.item_col_end {
    clear: both;
}

.item-name {
    text-align: center;
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.item-price {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
