@charset "utf-8";
/* CSS Document */

.title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #842f4f;
	color: #842f4f;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 24px;	
}

.qArticle{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 20px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #842f4f;
	border-radius: 5px;
	background: #f3e2ea;
	line-height: 2.0;
}

.qArticle h1{
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #842f4f;
	border-radius: 5px;
	position: relative;
	line-height: 1.5;
}

.qArticle h1::after {
	position: absolute;
	top: 100%;
	left: 20px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid rgba(132,47,79,1);
}

.qArticle h1 i{
	font-size: 22px;
	margin-right: 10px;
}

.qArticle .fa-font{
	color: #842f4f;
	font-size: 24px;
	margin-right: 10px;
}

#pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}

#pageTop a{
	display:block;
	padding: 10px;
	width: 40px;
	height: 20px;
	color: #842f4f;
	border: 1px solid #842f4f;
	background: #f3e2ea;
	text-align: center;
}


#pageTop a:hover{
	opacity: 0.6;
}

