@charset "UTF-8";

/*ショッピングカートテーブル*/
table#sc-table {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  margin-bottom: 40px;
  background: transparent none;
  border: none;
  _width /**/: 90%;
}
table#sc-table th {
  text-align: center;
  white-space: nowrap;
  font-size: 90%;
  font-weight: bold;
  padding: 3px;
  background: transparent none;
  border: none;
  border-bottom: 1px solid #000;
}
table#sc-table tbody td {
  background: transparent none;
  border: none;
  color: #000;
  padding: 3px;
  margin: 0px;
}
table#sc-table tbody#sc-item-tbody tr.odd td.sc-item-name, 
table#sc-table tbody#sc-item-tbody tr.odd td.sc-item-unit-price, 
table#sc-table tbody#sc-item-tbody tr.odd td.sc-item-price {
  background: #ddd none;
}
table#sc-table tbody#sc-item-tbody tr.odd td.sc-item-option, 
table#sc-table tbody#sc-item-tbody tr.odd td.sc-item-quantity, 
table#sc-table tbody#sc-item-tbody tr.odd td.sc-item-tool {
  background: #eee none;
}
table#sc-table tbody#sc-item-tbody tr.even td.sc-item-name, 
table#sc-table tbody#sc-item-tbody tr.even td.sc-item-unit-price, 
table#sc-table tbody#sc-item-tbody tr.even td.sc-item-price {
  background: #ccc none;
}
table#sc-table tbody#sc-item-tbody tr.even td.sc-item-option, 
table#sc-table tbody#sc-item-tbody tr.even td.sc-item-quantity, 
table#sc-table tbody#sc-item-tbody tr.even td.sc-item-tool{
  background: #ddd none;
}
table#sc-table tbody#sc-item-tbody td.sc-item-name {
  text-align: left;
}
table#sc-table tbody#sc-item-tbody td.sc-item-option {
  text-align: left;
  font-size: 90%;
}
table#sc-table tbody#sc-item-tbody td.sc-item-unit-price,
table#sc-table tbody#sc-item-tbody td.sc-item-price {
  text-align: right;
  white-space: nowrap;
}
table#sc-table tbody#sc-item-tbody td.sc-item-quantity, 
table#sc-table tbody#sc-item-tbody td.sc-item-tool {
  text-align: center;
}
table#sc-table tbody#sc-total-tbody tr.sc-total-start td {
  border-top: 1px solid #000;
}
table#sc-table tbody#sc-total-tbody tr td.sc-name,
table#sc-table tbody#sc-total-tbody tr td.sc-value {
  text-align: right;
  white-space: nowrap;
}
table#sc-table tbody#sc-total-tbody tr td.sc-name {
  font-size: 90%;
}
table#sc-table tbody#sc-total-tbody tr td.sc-tool {
  text-align: center;
}
table#sc-table tbody#sc-total-tbody tr#sc-total td#sc-total-value {
  font-size: 120%;
  font-weight: bold;
}

/*ショッピングカートテーブル（コンパクト）*/
table#sc-table-compact {
  border-collapse: collapse;
  empty-cells: show;
  font-size: 80%;
  width: 100%;
  border-top: 1px solid #000;
}
table#sc-table-compact tbody#sc-item-tbody td {
  text-align: left;
  color: #000;
  padding: 3px;
  margin: 0px;
}
table#sc-table-compact tbody#sc-item-tbody tr.odd td {
  background-color: #eee;
}
table#sc-table-compact tbody#sc-item-tbody tr.even td{
  background-color: #ddd;
}
table#sc-table-compact tbody#sc-item-tbody div.sc-item-option {
  font-size: 90%;
}
table#sc-table-compact tbody#sc-item-tbody div.sc-item-info {
  text-align: right;
}
table#sc-table-compact tbody#sc-item-tbody span.sc-item-unit-price,
table#sc-table-compact tbody#sc-item-tbody span.sc-item-quantity,
table#sc-table-compact tbody#sc-item-tbody span.sc-item-price {
  white-space: nowrap;
}
table#sc-table-compact tbody#sc-item-tbody span.sc-item-price {
  font-weight: bold;
  white-space: nowrap;
}
table#sc-table-compact tbody#sc-item-tbody span.sc-item-quantity input {
  font-size: 80%;
}
table#sc-table-compact tbody#sc-total-tbody td {
  border-top: 1px solid #000;
}
table#sc-table-compact tbody#sc-total-tbody tr td div {
  text-align: right;
  white-space: nowrap;
}
table#sc-table-compact tbody#sc-total-tbody div.sc-tool {
  float: left;
}
table#sc-table-compact tbody#sc-total-tbody div#sc-total span#sc-total-value {
  font-size: 120%;
  font-weight: bold;
}
div#sc-update-sub-total, div#sc-proceed-to-checkout, div#sc-proceed-to-order {
  margin-left: 4px;
  float: right;
  text-align: right;
}
div#sc-update-sub-total input, div#sc-proceed-to-checkout input, div#sc-proceed-to-order input {
  vertical-align: middle;
  margin-left: 1em;
}
div#sc-proceed-to-order div#sc-print-estimate-sheet {
  margin-top: 10px;
}
div#sc-cartviewer-close-button, div#sc-return-to-cart, div#sc-return-to-checkout {
  float: left;
}
div#sc-update-box {
  margin-top: 16px;
  /min-height: 0;
} 
div#sc-update-box:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
} 
* html div#sc-update-box {/* for IE */ 
/*\*/height: 0;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
} 
