/* =============================================================================
	カタログラインアップ CSS
============================================================================= */

table.list {
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	width:698px;
}

table.list th,
table.list td {
	padding:9px 7px 6px;
	border:1px solid #798ad9;
}

table.list th {
	line-height:1.2;
	background:#d7e2f3 url("../../common/img/table_line.gif") no-repeat;
	color:#444;
}

table.list tbody th {
	background:#f7fafe none;
}

