
/*----------------------------------------------------
	#pricecloth
	価格表部 クロス表示
----------------------------------------------------*/

#pricecloth table, #pricecloth table td{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#pricecloth table {
	width: 680px ;

	border-collapse:collapse;
	margin:1em 0;
}
#pricecloth table th, #pricecloth table td{
	padding:.5em;border:1px solid #cccccc;
}
#pricecloth table th.t-lot{
	background:#f0f8ff repeat-x;
	color:#444444;
	text-align: right;
	font-size: 17px;
	width: 70px;
}
#pricecloth table th.t-color {
	background:#e6c1c8 repeat-x;
	color:#444444;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	width: 100px;
}
#pricecloth table th.t-color span {
	color:#444444;
	margin:5px 0 3px 0;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-weight:normal;
}

#pricecloth table td.t-lot {
	background:#f0f8ff;
	padding: 5px 15px 5px 5px;
	text-align: center;
	font-size: 17px;
}

#pricecloth table td.t-price {
	background:#f8f8f8;
	padding: 5px 15px 5px 5px;
	text-align: center;
	font-size: 17px;
}
/* tablecloth styles */

#pricecloth table tr.even td {
	background:#f8f8f8;
}
#pricecloth table tr.odd td {
	background:#ffffff;
}

#pricecloth table th.over, #pricecloth table tr.even th.over, #pricecloth table tr.odd th.over {
	background:#bdb76b;
}
#pricecloth table th.down, #pricecloth table tr.even th.down, #pricecloth table tr.odd th.down {
	background:#bce774;
}
#pricecloth table th.selected, #pricecloth table tr.even th.selected, #pricecloth table tr.odd th.selected {}

#pricecloth table td.over, #pricecloth table tr.even td.over, #pricecloth table tr.odd td.over {
	background:#f1f8e0;
}

#pricecloth table td.down, #pricecloth table tr.even td.down, #pricecloth table tr.odd td.down {
	background:#bce774;
	color:#ff4500;
}
#pricecloth table td.selected, #pricecloth table tr.even td.selected, #pricecloth table tr.odd td.selected {
	background:#bce774;
	color:#555;
}

/* use this if you want to apply different styleing to empty table cells*/

#pricecloth table td.empty, #pricecloth table tr.odd td.empty, #pricecloth table tr.even td.empty {
	background:#fff;
}


