#contents {
  text-align: left;
}
.sk-head {
      font-weight: bold;
    margin: 25px 0 7px;
    font-size: 16px;
}
#contents table {
	margin: 0px auto 30px;
	width: 100%;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
#contents table th {
	width: 200px;
	background: #FBF9F6;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}
#contents table td {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
  text-align: left;
}
