@charset "utf-8";
/* CSS Document */
.content{
	padding:0 10px;
	margin: 0 auto;
}
.content img{
	max-width:100%;
	height:auto !important;
}
.content .title{
	width:345px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:36px;
	color:#FFF;
	background:#AA8BC7;
	position:relative;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin:0 auto 15px auto;
}
.content .title:before{
	width:calc(100% - 4px);
	height:calc(100% - 4px);;
	content:'';
	display:block;
	position:absolute;
	top:1px;
	left:1px;
	border:#F4D2FF 1px solid;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.content .text li{
	list-style:none;
	padding-left:25px;
	margin-bottom:20px;
	background:url(../images/help_icon.png) 0 2px no-repeat;
}
.content a, .content a:visited, .content a:hover{
	color:#FF7F00;
	text-decoration:underline;
}


