/* 商品詳細のテーブル */
.item_table tr{
border-top:1px solid #e0c398;
}
.item_table tr:last-child{
border-bottom:1px solid #e0c398;
}

.item_table th{
width: 25%;
padding: 2%;
font-weight: 500;
text-align: left;
}
.item_table td{
width: 75%;
padding: 2%;
}

/* 追従　最優秀賞バッヂ */
.c-btnPurchase.grandprize {
bottom: 120px;
right: -5px;
border: 0;
padding: 0;
}
.c-btnPurchase.grandprize img {
width: 90%;
}


/*=========================

以下、SP時

=========================*/

@media only screen and (min-width: 960px) and (min-width: 1024px) {

/* 商品詳細のテーブル */
.item_table {
color: #0E0E0E;
}

/* 追従　最優秀賞バッヂ */
.c-btnPurchase.grandprize {
bottom: 150px;
right: 20px;
}
.c-btnPurchase.grandprize img {
width: 100%;
}

}