@charset "utf-8";

/* ----------------------------製品情報テーブル◆ */
table.table-product {
align:center;
margin:15px auto 20px auto; /* 上右下左 */
width: 650px;
border: 0px #E3E3E3 solid;
border-collapse: collapse;
border-spacing: 0;
}


table.table-product th {
width: 150px;
padding: 8px;
border: #fff solid;
border-width: 0 0 1px 0px;
background: #f19149;
font-weight: bold;
color: #fff;
line-height: 120%;
text-align: center;
font-family: "ＭＳ Ｐゴシック",sans-serif;
font-size: 90%; 
}

table.table-product td {
padding: 0 0 3px 20px; /* 上右下左 */
border: 1px #f19149 dashed;
border-width: 0 0 1px 0;
text-align: left;
vertical-align: bottom;
font-family: "ＭＳ Ｐゴシック",sans-serif;
font-size: 80%; 
}
