@charset "utf-8";
table.priceList {
	width: 90%;
	border-collapse: collapse;
	border-spacing: 5px 5px;
	margin-left: auto;
	margin-right: auto;
	border: 3px double #666666;
	line-height: 180%;
}
table.priceList th.labels {
	text-align: center;
	background-color: #E1E1E1;
	border: 1px solid #666666;
}
table.priceList th {
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #666666;
	white-space: nowrap;
}
table.priceList td {
	background-color: #ffffff;
	border: 1px solid #666666;
	vertical-align: middle;
}

.serviceGraph .serviceGraphBox {
    background-color: #ffefcf;
    border-radius: 12px;
    font-size: 20px;
    padding: 10px;
    vertical-align: middle;
}
.serviceGraph .serviceGraphPlus {
    font-size: 30px;
    font-weight: bolder;
    padding: 10px;
    vertical-align: middle;
}


table.priceList td.nobdr_l{border-left: none}
table.priceList td.nobdr_r{border-right: none}
.priceList td p {
	margin: 0;
}
