#product_desc {
    padding: 1rem;
    background: #7e7d7d;
    color: aqua;
}
#product_desc p {
    text-indent: 2em;
    font-weight: 900;
    font-size: 1.2rem;
    text-align: justify;
}

/* 商品图片列表 */
.img-wrap{
    width: 100%;
    padding: 1rem 0;
}
.img-wrap .img-list{
    list-style: none;
    width: 100%;
}
.img-wrap .img-list .img-li{
    width: 100%;
}
.img-wrap .img-list .img-li img{
    width: 100%;
    display: block;
}

/* 商品详情列表 */
table,
table tr th,
table tr td {
    border: 1px solid #909090;
}
table {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}
table tr{
    width: 100%;
}
table tr td:first-child {
    width: 6rem;
}
table tr td:first-child span {
    display: block;
    text-align-last: justify;
    font-weight: bold;
    padding: 0.5em;
}
