/* BASIC css start */
.black_contents {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
}
.black_list {
    width: 100%;
    text-align: center;
}
[class *= "black_prd"] {
    display: inline-block;
    width: 48%;
}
[class *= "black_prd"] img {
    width: 100%;
}

.prd_info {
    padding: 5px 0 10px 0;
    color: #fff;
    font-weight: 600;
}
.prd_info span {
    font-weight: 400;
    color: #ddd;
}
/* BASIC css end */

