@charset "utf-8";
/* CSS Document */
.content{
	margin: 0 auto;
}
.content img{
	max-width:100%;
	height:auto !important;
}
.contitle{
	font-size: 18px;
	color:#3E2A84;
	line-height:1.6;
	margin-bottom: 25px;
	height:30px;
	padding:1px 15px;
	text-align:center;
	font-weight: bold;
	display:inline-block;
	border:#888888 1px solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}