@charset "utf-8";

/*////////////////////////////////////////////////////////////////////

  有限会社デジコム

////////////////////////////////////////////////////////////////////*/


/*====================================================================
  特定商取引法
====================================================================*/

/*--商品代金以外の料金説明--*/
#CODList {
	border-collapse:collapse;
	margin-bottom:15px;
}
#CODList th, #CODList td {
	padding:3px 10px;
	border:1px solid #999;
}
#CODList thead th {
	text-align:center;
	background:#ccc;
}
#CODList tbody th {
	width:160px;
	background:#f5f5f5;
}
#CODList td {
	width:60px;
	text-align:center;
	background:#fff;
}
