@charset "utf-8";
/* CSS Document */

.timeline01{
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 50px auto;
}
.timeline02{
	width: 100%;
	height: auto;
	display: none;
}
@media screen and (max-width: 640px) {
	.timeline01{
		width: 100%;
		height: auto;
		display: none;
	}
	.timeline02{
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 30px auto;
	}
}
