<style>
/*　独自コメントの表　*/
table {
    border-collapse: collapse;
    margin: 0 auto;
}
.comment td, th {
    border-top: 1px solid #666;
    padding: 10px;
}
.comment th {
    width: 100px;
}
.comment tr:last-child td, tr:last-child th {
    border-bottom: 1px solid #666;
}
/*　独自コメント　*/
.shohinsetsumei {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}
.shohinsetsumei th {
    width: 25%;
    padding: 3px;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #333333;
    color: #333333;
}
.shohinsetsumei td {
    padding: 3px 10px;
    background-color: #fff;
    border: 1px solid #333333;
    color: #333333;
}
.itemComment h3 {
    text-align: center;
}
</style>
