#guide table {
	margin: 0px auto 30px;
	width:100%;
}
#guide table th {
	width: 200px;
	padding: 20px 10px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	line-height: 1.8em;
    color:#777;
}
#guide table td {
	background: #fff;
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	line-height: 1.8em;
}
#guide #gmo p {
  line-height: 1.8em;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#guide #gmo {
    margin-bottom: 100px;
}