@charset "utf-8";
/* CSS Document */

.qs {
	width:100%;
	padding:10px 10%;
	margin:0 auto;
	box-sizing:border-box;
	color:#808080;
}

.qs h1 {
	text-align:left;
	font-size:32px;
	margin:10px 0;
}

.qs .pic {
	width:100%;
	padding:10px 0;
	border-top:solid 1px #808080;
	border-bottom:solid 1px #808080;
}

.qs p {
	text-align:right;
	margin-bottom:0;
}

.qs .icon-dw {
	float:right;
	vertical-align:bottom;
}

.qs .icon-dw img {
	outline:none;
	width:30px;
}
/*
@media screen and (max-width: 1280px) {

.qs {
	width:300px;
}

}
*/