/* 基本スタイル */
.timer table {
  width:100%;
  border:1px solid #cccccc;
  margin-top: 10px;
}
.timer thead tr th {
  background:#f6f6f6;
}
.timer table tr th,
.timer table tr td {
  padding:5px;
  line-height: 1.5;
  text-align:CENTER;
  border:1px solid #cccccc;
}
.timer tbody th {
	background:#dddddd;
}

.cart table {
	border-top: 1px solid #cccccc;
	margin-bottom: 12px;
}
.cart table th {
	background:#eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 6px 1em;
	width: 7em;
}

.cart table td {
	background:#f9f9f9;
	border-bottom: 1px solid #cccccc;
	padding: 6px 2em;	
}

