@charset "UTF-8";

#history-box {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#history-box p {
	margin-bottom: 20px;
}
#history-box .image-left {
	float: left;
	margin: 0px 20px 0px 0px;
}
#history-box .image-right {
	float: right;
	margin: 0px 0px 0px 20px;
}
#history-box .image-left img,
#history-box .image-right img {
	border: 1px solid #DB7951;
}


@media screen and (max-width: 480px) {
	#history-box {
		width: 100%;
		text-align: center;
	}
	#history-box p {
		text-align: left;
	}

	#history-box .image-left,
	#history-box .image-right {
		float: none;
		margin: 0px 0px 20px 0px;
	}
}