@charset "utf-8";

table.product{
	width: 660px;
	margin-top: 50px;
	border-collapse: collapse;
}

table.product th{
	width: 150px;
	padding: 10px;
	text-align: left;
	white-space: nowrap;
	background-color: #ccccee;
	border-bottom: dotted #666666 1px;
}

#series{
	background-color: #ccccee;
}

table.product td{
	padding: 10px;
	background-color: #eeeeff;
	border-bottom: dotted #666666 1px;
}

table.application{
	width: 660px;
	border-collapse: collapse;
}

table.application th{
	width: 150px;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
	background-color: #ccccee;
	border-bottom: dotted #666666 1px;
}

table.application td{
	padding: 10px;
	background-color: #eeeeff;
	border-bottom: dotted #666666 1px;
}

table.profile{
	width: 690px;
	border-collapse: collapse;
}

table.profile th{
	width: 150px;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
	background-color: #ccccee;
	border-bottom: dotted #666666 1px;
}

table.profile td{
	padding: 10px;
	background-color: #eeeeff;
	border-bottom: dotted #666666 1px;
}