/* Flexnav Base Styles */
.content {
	max-width: 1100px;
	margin: 0 auto;
}
.content li{
	padding: 12px 50px;
	list-style: none;
	font-size: 14px;
	border-bottom: #DDDDDD 1px solid;
}
.content li:last-child{
	margin-bottom: 40px;
	border-bottom: none;
}
.content li:before{
	content: 'Q';
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.6;
	background: #555555;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.content li a{
	color: #444444;
	text-decoration: none;
}
.content li a:hover{
	color: #FE7235;
}
.content_in {
	max-width: 1100px;
	margin: 0 auto;
}
.content_in ul{margin-bottom: 20px;}
.content_in li{
	padding: 12px 50px;
	list-style: none;
	font-size: 14px;
	border-bottom: #DDDDDD 1px solid;
}
.content_in li:before{
	content: 'Q';
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.6;
	background: #555555;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.content_in .con{
	position: relative;
	margin-left: 106px;
	min-height: 50px;
	margin-bottom: 40px;
}
.content_in .con:before{
	content: 'A';
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.6;
	background:#999999;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	left: -55px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@media (max-width: 650px) {
}