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

#faq div.post-content article{
	margin-bottom:10px;
}

#faq div.post-content article:last-child{
	margin-bottom:0;
}

@media only screen and (min-width: 760px){
	
	#faq div.post-content article{
		margin-bottom:20px;
	}
	
}

/*//////////----- FAQROW -----//////////*/


.faqrow div.inner{
	box-sizing: border-box;
	padding:10px;
	border:solid 5px #f0f0f0;
}

.faqrow p.que{
	box-sizing: border-box;
	padding-left:40px;
	
	line-height:30px;
	
	font-weight:bold;
	
	background-color:#f0f0f0;
	color:#000;
	
	position: relative;
	
	margin-bottom:5px;
}

.faqrow p.que:before{
	display:block;
	content:"Q";
	
	font-size:0.8rem;
	line-height:30px;
	
	text-align: center;
	
	width:30px;
	height:30px;
	
	background-color:#000;
	color:#fff;
	
	position: absolute;
	top:0;
	left:0;
}

.faqrow p.ans{
	box-sizing: border-box;
	padding-left:40px;
	
	line-height:30px;
	
	/*font-weight:bold;*/
	
	/*background-color:#f0f0f0;
	color:#000;*/
	
	position: relative;
	
	/*margin-bottom:5px;*/
}

.faqrow p.ans:before{
	display:block;
	content:"A";
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: center;
	
	width:30px;
	height:30px;
	
	background-color:#f0f0f0;
	color:#000;
	
	position: absolute;
	top:0;
	left:0;
}
