@charset "utf-8";
/* CSS Document */

.h3_basic {
	background: url(../../../common/img/h3/img_resident01.jpg) no-repeat right 0;
}

.table_orange {
	border: 1px #FFFFFF solid; 
	border-collapse: collapse;
}
	.table_orange th,
	.table_orange td {
		vertical-align: middle;
		border: 1px #FFFFFF solid; 
	}
	.table_orange th {
		background: #fe8637;
		color: #FFFFFF;
	}
	.table_orange tr:nth-child(even) {
		background: #ffd9ce;
	}
	.table_orange tr:nth-child(odd) {
		background: #ffede8;
	}
		.table_orange th div,
		.table_orange td div {
			padding:5px;
		}

.table_lightblue {
	border: 1px #FFFFFF solid; 
	border-collapse: collapse;
}
	.table_lightblue th,
	.table_lightblue td {
		vertical-align: middle;
		border: 1px #FFFFFF solid; 
	}
	.table_lightblue th {
		background: #7598d9;
		color: #000000;
	}
	.table_lightblue tr:nth-child(even) {
		background: #d6ddf1;
	}
	.table_lightblue tr:nth-child(odd) {
		background: #eceff8;
	}
		.table_lightblue th div,
		.table_lightblue td div {
			padding:5px;
		}
