/*************************************************************

tuscany.css

*************************************************************/
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 399px) {
}

/*************************************************************

商品一覧

*************************************************************/
/*----------------------------
適用箇所
----------------------------*/

/*************************************************************

商品詳細

*************************************************************/
/*----------------------------
フリーエリア セット明細
----------------------------*/
.set_item{
    margin:0 0 8px 0;
}
.set_item>div{
    width: 100% !important;
    overflow: hidden;
}
@media screen and (max-width: 599px) {
    div.set_item_image{
        width: 50% !important;
        float: left;
    }
    div.set_item_detail{
        width: 50% !important;
        float: right;
    }
    h6.set_item_name{
        margin:0 0 3px 0;
        font-size: 14px;
    }
    .set_item_detail>p{
        margin:0 0 3px 0 !important;
        font-size: 12px !important;
    }
    .set_item_detail>div{
        margin:0 0 3px 0 !important;
        font-size: 12px !important;
        font-weight: bold;
    }
}
@media screen and (min-width: 600px){
    div.set_item_image{
        width: 28% !important;
        float: left;
    }
    div.set_item_detail{
        width: 70% !important;
        float: right;
    }
    h6.set_item_name{
        margin:0 0 6px 0;
        font-size: 18px;
    }
    .set_item_detail>p{
        margin:0 0 6px 0 !important;
        font-size: 16px !important;
    }
    .set_item_detail>div{
        margin:0 0 6px 0 !important;
        font-size: 16px !important;
        font-weight: bold;
    }
}

