@charset "UTF-8";


div#contentColumn h3 {
}

div#contentColumn h4 {
	margin: 10px 0 5px;
}


div#contentColumn table {
	width: 590px;
	font-size: 1.3em;
}

div#contentColumn table,
div#contentColumn table tr,
div#contentColumn table th,
div#contentColumn table td {
	border: 1px solid #aaa;
	padding: 3px;
	background-color: #fff;
}

div#contentColumn table th {
	background-color: #81a1b2;
	color: #fff;
	height: 28px;
	line-height: 100%;
	font-size: 1em;
	font-weight: normal;
}

div#contentColumn table td p {
	margin: 0;
}

/* new */

div#contentColumn table.new {
	margin: 0 0 10px 0;
}

div#contentColumn table.new tr th.new_no,
div#contentColumn table.new tr td.new_no {
	width: 53px;
	text-align: center;
}

div#contentColumn table.new tr th.new_pic,
div#contentColumn table.new tr td.new_pic {
	width: 194px;
}

div#contentColumn table.new tr td.new_pic {
	padding: 0;
}


div#contentColumn table.new tr th.new_price,
div#contentColumn table.new tr td.new_price {
	width: 260px;
}

div#contentColumn table.new tr td.new_price {
}

div#contentColumn table.new tr td.new_price em {
	color: #f00;
	font-style: normal;
}

div#contentColumn table.new tr td.new_price em span {
	font-size: 2.5em;
	padding: 0 5px;
}



div#contentColumn table.new tr th.new_dealer,
div#contentColumn table.new tr td.new_dealer {
	width: 50px;
	text-align: center;
}

div#contentColumn table.new tr th.new_detail,
div#contentColumn table.new tr td.new_detail {
	width: 31px;
	text-align: center;
	background: #eb5e00;
}

div#contentColumn table.new tr td.new_detail {
	background: #ffdfc4;
}


div#contentColumn p.after_table {
	width: 100%;
	text-align: right;
	margin: 0;
}