
/*

--------------------------*/

.bg_lyel {
	background: #FDFDDA;
}
.bg_yel {
	background: #FADB4C;
}

.bg_lblu {
	background: #D0F0F9;
}
.bg_blu {
	background: #69BBDC;
}

.bg_lgre {
	background: #CDF9D0;
}
.bg_gre {
	background: #6ED179;
}

.bg_pnk {
	background: #FACDF0;
}

.bg_gry {
	background: #F6F6F6;
}



.tbl_comt {
	margin:30px auto;
	width: 100%;
}
.tbl_comt th {
	width: 20%;
	padding: 2px 15px 2px 0;
	white-space: nowrap;
	color: #322880;
	font-weight: 600;
	text-align: right;
}
.tbl_comt td {
	width: 80%;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.tbl_comt td span {
	font-weight: 600;
}



@media screen and (min-width: 801px) and (max-width: 1200px){
	
.tbl_comt {
	margin:30px auto;
	width: 100%;
}
.tbl_comt th {
	width: 20%;
	padding: 2px 15px 2px 0;
	white-space: nowrap;
	color: #322880;
	font-weight: 600;
	text-align: right;
}
.tbl_comt td {
	width: 80%;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.tbl_comt td span {
	font-weight: 600;
}
	
}





@media screen and (max-width: 800px){

.tbl_comt {
	margin:30px auto;
	width: 100%;
}
.tbl_comt th {
	width: 20%;
	padding: 2px 15px 2px 0;
	color: #322880;
	font-weight: 600;
	text-align: right;
}
.tbl_comt td {
	width: 80%;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.tbl_comt td span {
	font-weight: 600;
}

	
}







