@charset "UTF-8";


/*==========[Key color]==========

	Deep:	#F0037F
	Vivid:	#F661AE
	Pale:	#F68EB6
	Light:	#F6AFCD

=================================*/

#Content_middle table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 900px;
	}

#Content_middle table th {
	border-bottom: #ccc 1px solid;
	color: #666;
	font-size: 75%;
	padding: 0.5em 0 0.5em 2em;
	text-align: left;
	width: 25%;
	}

#Content_middle table th.Th_title {
	border-bottom: #0C66AB 2px solid;
	border-top: #0C66AB 2px solid;
	background-color:#0C66AB;
	color: #fff;
	text-align: center;
	width: 100%;
	}

#Content_middle table td {
	border-bottom: #ccc 1px solid;
	font-size: 75%;
	padding: 0.5em 2em;
	}
