@charset "utf-8";
.price{
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.price tr th.title{
	padding:10px 5px;
	border-bottom:1px solid #ffffff;
	background-color:#69b6d6;
	color:#ffffff;
	text-align:center;
}
.price tr th.title_b{
	background-color:#3959C9;
	color:#ffffff;
	text-align:center;
	font-size:12px;
}
.price tr th{
	padding:7px 5px;
	border-right:1px solid #ffffff;
	background-color:#86cce9;
	color:#ffffff;
	text-align:center;
	font-size:12px;
}
.price tr th.bottomline{
	border-bottom:1px solid #ffffff;
}

.color2{
	font-size:x-small
}
.color2 tr th{
	padding:7px 2px;
	background-color:#608DC5;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	text-align:center;
}
.color2 tr th.unit{
	color:#ffffff;
	background-color:#7A8AAE;
	text-align:left;
	padding-left:5px;
}
.price tr td{
	padding:7px 5px;
	color:#333333;
	border-right:1px solid #f1f1f1;
	text-align:right;
}
.color2 tr td{
	padding:7px 3px;
	color:#333333;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
}
.price tr td.last,.price tr.grey td.last{
	border:none;
}
.price tr td.center,.price tr.grey td.center{
	text-align:center;
}


.price tr.grey td{
	padding:7px 5px;
	border-right:1px solid #f1f1f1;
	background-color:#fafafa;
}