@charset "utf-8";	
/**
 * Color RED
 */
 
/* heading */
	h2 {
		border-color: #117fc2;
	}

/**
 * remainder
 */	
	#remainder {
		background-color: rgba(93, 182, 230, 0.9); background: rgba(93, 182, 230, 0.9);
	}

/* parts select input default */
	.parts label:hover {
		color: #117fc2;
	}

/* btnSubmit */
	.btnSubmit a,
	.btnSubmit input[type=button] {
		background-color: #117fc2;
	}