@charset "utf-8";
.black_all {
	border: 1px solid #000000;
}
.black_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.black_top_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.black_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.black_bottom_double {
	border-bottom-style: double;
	border-bottom-color: #000000;
}
