@charset "utf-8";
/* rpa/uipath/support.html用CSS */

.skew_box_contents {
	height: 2200px 
}

.contents_headline_table {
	font-weight: bold;
}

.table_02 th.top_left {
	width: 330px;
}

.red_txt {
	color: red;
}

.green_txt {
	color: #1db153;
}

.blue_txt {
	color: #004cff;
}

.link_txt {
	color: #23a7ad;
}

	
@media only screen and (max-width: 768px) {
	
	.bg_box_contents {
		padding: 155px 0
	}
}

@media only screen and (min-width: 769px) {
	.TestSuite_contents {
		padding-top: 50px;
	}
}