@charset "utf-8";

#body > article table.price {
	width: 100%;
}
	#body > article table.price tr {
		border-bottom: 1px solid #ccc;
	}
	#body > article table.price th {
		text-align: left;
		padding: 10px 15px;
		width: 50%;
	}
	#body > article table.price td {
		color: #f00000;
		font-weight: bold;
		text-align: right;
		padding: 10px 15px;
		vertical-align: middle;
	}
	
	.pricetxt_gray {
		color:#999;
		text-decoration: line-through;
	}
	.pricetxt_gray2 {
		color:#999;
	}
	.pricetxt_black {
		color:#000;
		font-size: 90%;
	}
	.p_font_big {
		font-size: 110%;
	}
	


