.wrap {
	width: 100%;
	min-height: 100%;
	background-color: #f8efde;
}

.title {
	text-align: center;
}

.title p:first-child {
	font-size: 30px;
	color: #000;
	line-height: 30px;
	margin-top: 50px;
}

.title p:last-child {
	font-size: 14px;
	color: #888;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

.content {
	width: 100%;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}