@charset "utf-8";
.title{
	font-size: 2rem;
	color: #005aae;
	text-align: center;
	display: block;
	margin-top: 50px;
}

#qd_content{
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
}
#qd_content img{
	max-width: 100%;
	height: auto;
}
