#contents table {
	margin: 0px auto 30px;
	width: 700px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
#contents table th {
	width: 200px;
	background: #ff9900;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}
#contents table td {
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}
@media (max-width: 767px) {
	#contents table {
		width: 100%;
	}
	#contents table th {
		width: 28.6%;
	}
	#contents table td img {
		width: auto;
	}
}