@charset "utf-8";
.caseBox {
	display: block;
	clear: none;
}
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: left;
	background-color: #f0f0f0;
	border: 1px solid #666666;
	padding: 10px;
}
table.priceList td {
	background-color: #ffffff;
	border: 1px solid #666666;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
table.priceList em{
	font-weight:bold;
	font-style:normal;
	color:#cc3333;
}.serviceGraph .serviceGraphBox {
	border-radius: 12px;
	padding: 10px;
	vertical-align: middle;
	background-color: #FFEFCF;
	font-size: 20px;
}
.serviceGraph .serviceGraphPlus {
	font-weight: bolder;
	font-size: 30px;
	vertical-align: middle;
	padding: 10px;
}
table.priceList td.price {
	text-align: right;
}

.caseBox h3 {
	margin-top: 0px;
}
.nummber {
	font-size: 200%;
	font-weight: bolder;
	color: #333333;
}

.dousa table{
	border: 1px solid #c0c0c0;
}
.dousa th {
	line-height: 1.5;
    border: 1px solid #c0c0c0;
    border-width: 0 1px 1px 0;
	background: #f2f2f2;
    display: table-cell;
    vertical-align: inherit;
	text-align: center;
	padding: 5px;
}
.dousa td {
line-height: 1.5;
    border: 1px solid #c0c0c0;
    border-width: 0 1px 1px 0;
	padding: 5px;
}
.dousa table ul,
.dousa table ol{
	padding-left: 24px;
}
