/*
 * マックサポート 中古商品ページ用CSS
 */


/* 新品テーブル */

table.item_new {
	width:360px;
}

table.item_new td {

}

table.item_new td.new_name {
	text-align: center;
	background: #CFF;
	height: 32px;
	font-size: 81.25%;
}

table.item_new td.dstock_name {
	text-align: center;
	background: #CFF;
	height: 32px;
	font-size: 81.25%;
}

table.item_new td.name {
	text-align: center;
	background: #CFF;
/*	font-size: 81.25%; */
	font-size: 12px;
	height: 2em;
}

table.item_new td.spec {
	text-align: left;
	background: #FFF;
/*	font-size: 62.5%; */
	font-size: 11px;
	height: 2.5em;
}

table.item_new td.code {
	text-align: right;
	background: #FFF;
/*	font-size: 62.5%; */
	font-size: 11px;
	height: 1em;
}



/* 中古テーブル */
table.item {
	width:360px;
}

table.item td {

}

table.item td.new_name {
	text-align: center;
	background: #CFF;
	height: 32px;
	font-size: 81.25%;
}

table.item td.dstock_name {
	text-align: center;
	background: #FF9;
	height: 32px;
	font-size: 81.25%;
}

table.item td.name {
	text-align: center;
	background: #CFC;
/*	font-size: 81.25%; */
	font-size: 12px;
	height: 2em;
}

table.item td.spec {
	text-align: left;
	background: #FFF;
/*	font-size: 62.5%; */
	font-size: 11px;
	height: 2.5em;
}

table.item td.code {
	text-align: right;
	background: #FFF;
/*	font-size: 62.5%; */
	font-size: 11px;
	height: 1em;
}

.price {
	font-weight: bold;
/*	font-size: medium; */
	font-size: 16px;
	height: 1em;
}

.d12p {
	font-size: 12px;
}

.d16p {
	font-size: 16px;
}

.Red {
	color: #cc0000;
}

.bgBlue {
	background-color: #ccffff;
}

.bgRed {
	background-color: #ffccff;
}

.bgGreen {
	background-color: #ffffcc;
}

.bottom8px {
	padding-bottom: 8px;
}

.left32px {
	padding-left: 32px;
}

.nesage {
	color:#c00;
	font-size:10px;
	font-weight:bold;
}

.sold {
	color:#c00;
	font-size:10px;
	font-weight:bold;
}

.notes {
	font-size: 13px;

}

.red {
	color: #c00;
}

.bold {
	font-weight: bold;
}


/* 以下のフォントサイズのキーワード指定はMacIE5以外のみ適用
table.item td.name {
	font-size: 12px;
	height: 2em;
}

table.item td.spec {
	font-size: 10px;
	height: 3em;
}

table.item td.code {
	font-size: x-small;
	height: 1em;
}

.price {
	font-size: medium;
}
*/


