@charset "utf-8";
/* CSS Document - about */
#content{
	width:690px;
	position: relative;
	margin:0 auto;
	line-height: 26px;
}
#content img{
	max-width: 690px;
	height:auto !important;
}

@media screen and (max-width: 1000px) {
	#content img{
		max-width: 100%;
	}
}