body {
	background-color: #fff;
}
/*--- styles ---*/
	.ayumi_table{
		white-space: nowrap;
		font-size:medium;
		text-align:center;
		max-width: 632px;/*47em; */
		margin: auto;
		border: 0;
	}
	.ayumi_table table{
		margin-left:auto;
		margin-right:auto;
		border-spacing: 0;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
	}
	.ayumi_table td{
		width: 632px;
		/* height: 479px; */
	}
