.notices {
	
}

.notices ul.notices {
	list-style-type: none;
	margin: 0;
}
	.notices ul.notices li {
		margin: 0 0 1em 0;
	}
		.notices ul.notices li a.title {
			color: #a1002e;
			font-size: 12px;
			font-weight: bold;
		}


.notices .step {
	
}
	.notices .step h2 {
		font-size: 110%;
		margin-bottom: 0.5em;
	}
	.notices .step table {
		width: 600px;
		overflow: hidden;
		margin-bottom: 1em;
	}
		.notices .step table tr.background-1 {
			background: #ddd;
		}
		.notices .step table tr.background-2 {
			background: #eee;
		}
		.notices .step table td {
			width: 300px !important;
			padding: 8px 4px;
			vertical-align: top;
		}

.notices .step table.sub {
	margin: 0.5em 0 0.5em 50px;
	width: 550px;
	overflow: hidden;
}
.notices .step table.sub td.left {
	padding: 0.2em 0;
}
.notices .step table.sub td.right {
	padding: 0.2em 0;
	width: 350px !important;
}
