#view {
	width: 70%;
	margin: 0 auto;
	display: table;
	padding-top: 150px;
}
#view .title {
	width: 95%;
	display: block;
	font-size: 30px;
	color: #444;
	line-height: 1.333333333333333em;
	font-weight: 900;
	margin: 0 auto;
}
#view .info {
	font-size: 12px;
	color: #929292;
	line-height: 30px;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 10px;
	padding-bottom: 10px;
}
#view .content {
	width: 95%;
	margin: 0 auto;
	font-size: 14px;
	color: #444;
	line-height: 30px;
	display: table;
	padding-top: 20px;
}
#view .content p {
	margin: 0;
}
#view .content p img {
	max-width: 100%;
	height: auto;
}
#view .content p:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width: 1680px) {
	#view {
		width: 80%;
	}
}
@media screen and (max-width: 1400px) {
	#view {
		width: 85%;
	}
}
@media screen and (max-width: 1280px) {
	#view {
		width: 90%;
	}
}
@media screen and (max-width: 800px) {
	#view {
		width: 95%;
	}
}
@media screen and (max-width: 375px) {
	#view {
		padding-top: 130px;
	}
	#view .title {
		font-size: 28px;
	}
}
@media screen and (max-width: 360px) {
	#view {
		padding-top: 120px;
	}
	#view .title {
		font-size: 27px;
	}
}
@media screen and (max-width: 320px) {
	#view {
		padding-top: 100px;
	}
	#view .title {
		font-size: 24px;
	}
}