@charset "utf-8";
/* CSS Document */


/*about*/
.about-section {
	float: left;
	width: 100%;
}

.about-top {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 20px;
}

.about-top .title {
	color: #303030;
	display: inline-block;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 2.05em;
	line-height: 1.4;
	font-weight: 500;
}

.about-top p {
	float: left;
	width: 100%;
	line-height: 1.4;
	color: #79695e;
}


