@charset "utf-8";

h3{
  margin-bottom:0;
}

#skuListArea {
  background-color: #fff;
  padding-bottom:10px;
}
#skuList{
  display:inline-block;
}

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

.skuListHidden {
  display: none;
}

#skuListArea img.skuImage {
  height: 70px;
  width: 70px;
}

#skuListArea {
  max-width: 800px;
}

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

#skuListArea .listTbl td, #skuListArea .listTbl th{
  padding:5px;
}

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

#skuListArea .lbBtn_buy{
  display:inline-block;
}

#skuListArea .lbBtn_buy img{
  max-width: 28px;
  vertical-align: middle;
}
#skuListArea .colorRed {
  color: red;
}
#skuListArea #buttonArea {
  text-align: center;
}
/*-----------------------------
  990px以下(xs,sm)で表示
------------------------------*/
@media screen and (max-width:991px) {
  #skuListArea .listTbl td {
    display: table-cell;
    border-right:1px solid #cccccc;
    padding: 3px;
  }
  #skuListArea img.skuImage {
    height: 50px;
    width: 50px;
  }
}

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