@charset "UTF-8";

/* _____________________________________________________________________ */


h3.red_title{
	font-size:18px;
	padding:8px 10px;
}

.red_box table{
	width:100%;
}

.red_box table th{
	background:#fccc94;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	border-bottom:solid 1px #ff7a3f;
	border-right:double 3px #ff7a3f;
}

.red_box table td{
	background:#fafddb;
	border-bottom:solid 1px #ff7a3f;
}


table.red_table{
	width:100%;
	margin:0px;
	background:#ee4300;
	border-left:solid 4px #ee4300;
}

table.red_table th{
	background:#ff7a7a;
}
