@charset "utf-8";
.content .right .article table.list{
	border-collapse:collapse;
	margin:0 0 0 28px;
}
.content .right .article table.list tr th{
	border:1px solid #000;
	line-height:200%;
	background:#FFF;
	font-size:14px;
}
.content .right .article table.list tr:hover{
	background:#deeffb;
}
.content .right .article table.list tr td{
	padding:5px;
	border:1px solid #000;
	line-height:180%;
}
.content .right .article table.list tr td:nth-child(1){
	background:#E5EDF0;
	font-weight:bold;
	width:110px;
	text-align:right;
}

.content .right .article table.price{
	border-collapse:collapse;
}
.content .right .article table.price tr th{
	border:1px solid #000;
	line-height:200%;
	background:#FFF;
	font-size:14px;
	width:300px;
}
.content .right .article table.price tr th:nth-child(1){
	width:120px;
}
.content .right .article table.price tr td{
	text-align:center;
	border:1px solid #000;
	line-height:180%;
}
.content .right .article table.price tr:hover{
	background:#deeffb;
}
.content .right .article table.price tr td:nth-child(1){
	background:#E5EDF0;
	font-weight:bold;
}