@charset "UTF-8";
 @import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	qualifications
/*-----------------------------------------------------------------------*/

#contents {
}

	#contents p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
		#contents p.notes {
			font-size: 12px;
			line-height: 1.6;
			margin-bottom: 15px;
		}
	
	#contents h4 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #136338;
		margin-bottom: 15px;
	}
	
	#contents table {
		border-top: 1px solid #A5B0A8;
		border-right: 1px solid #A5B0A8;
		border-left: 1px solid #A5B0A8;
		margin: 20px;
	}
	
		#contents table th {
			font-size: 12px;
			font-weight: bold;
			border-right: 1px solid #A5B0A8;
			border-bottom: 1px solid #A5B0A8;
			padding: 10px;
			background: #d6dfdb;
		}
		
		#contents table td {
			font-size: 12px;
			padding: 10px;
			border-bottom: 1px solid #A5B0A8;
		}
		#contents table td a {
	font-size: 12px;
	text-decoration: underline;
		}	
