<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* オススメ商品・最近チェックした商品の幅 */
.box.item-tsuika,#box_recentlychecked{
width:780px !important;
}
/* 商品名 */
h2 span{
font-size:80%;
}

/* 商品説明テーブル */
.item-d{
width: 780px;
border-collapse: collapse;
margin-bottom:20px;
}
.item-d th{
width: 120px;
padding: 8px;
text-align: left;
vertical-align: top;
font-size:12px;
color: #555;
background-color: #ddd;
border: 1px solid #b9b9b9;
}
.item-d td{
padding: 7px;
font-size:12px;
color: #333;
line-height:1.5em;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.price{
font-size:130% !important;
font-weight:bold;
color:red;
}
/* 商品説明テーブル ここまで*/


</pre></body></html>