@charset "utf-8";

@import url("service-cmn.css");
.paint-vrt {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.paint-vrt tr th {
	color: #445AA6;
	text-align: center;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.paint-vrt tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.paint-vrt tr td ul {
	padding-top: 5px;
	font-size: 12px;
}
