/* CSS Document */

/* guidance */
.visual { text-align: center; }
.visual img { width: 100%; }

table.guidance {
	width: 100%;
}
table.guidance th {
	background: #f1f6e5;
	border: solid 1px #7aa40b;
	color: #557b29;
}
table.guidance td {
	border: solid 1px #7aa40b;
}


@media only screen and (max-width: 639px) {
	th,td {
		display: block;
	}
	th,td {
		border-bottom: solid 0px;
	}



}
