@charset "utf-8";

h3 {
    margin-bottom: 0;
}

#modalcont {
    background-color: #fff;
    padding-bottom: 10px;
}

#skuList {
    display: inline-block;
}

#modalcont tbody {
    overflow-y: scroll;
    max-height: 400px;
}

.skuListHidden {
    display: none;
}

#modalcont img.skuImage {
    height: 140px;
    width: 140px;
}

#modalcont {
    max-width: 800px;
}

#modalcont .frameBody tr {
    text-align: left;
    padding: 10px;
    word-break: break-all;
}

#modalcont .btn_off {
    background-color: #cccccc;
    border: medium none;
    color: #ffffff;
    padding: 5px 10px;
    text-align: center;
}

#modalcont .lbBtn_buy {
    display: inline-block !important;
}

#modalcont .lbBtn_buy img {
    max-width: 28px;
    vertical-align: middle;
}

#modalcont .colorRed {
    color: red;
}
/*-----------------------------
  990px以下(xs,sm)で表示
------------------------------*/
@media screen and (max-width:991px) {
    #modalcont .listTbl td {
        display: table-cell;
        border-right: 1px solid #cccccc;
        padding: 3px;
    }
    #modalcont img.skuImage {
        height: 100px;
        width: 100px;
    }
}

/*-----------------------------
  480px以下(xs,sm)で表示
------------------------------*/
@media screen and (max-width:480px) {
    #modalcont img.skuImage {
        height: 60px;
        width: 60px;
    }
}
