@charset "UTF-8";
/* CSS Document */
/*-- about --*/
.about{
	width: 100%;
	overflow:hidden;
	margin-bottom:100px;
	position: relative;
}

.about .text {
	width:470px;
	text-align:left;
	line-height:1.8;
	position: absolute;
	top: 5px;
	left: 0;
}

.about .photo {
	float:right;
}

#csr .about h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.8;
	text-align:left;
}

/*--info--*/
.info{
	margin-bottom:100px;
}

#csr .info h3{
	margin-bottom:40px;
}

.info dl{
	width:100%;
	height:52px;
	overflow:hidden;
	border-bottom:solid 1px #ddd;
}

.info dt{
	width:110px;
	float:left;
	height:52px;
	padding:19px 0;
	box-sizing:border-box;
	text-align:right;
}

.info dd{
	width:850px;
	float:right;
	height:52px;
	padding:16px 0 16px 60px;
	box-sizing:border-box;
	overflow:hidden;
	text-align:left;
}

.info ul li:last-child dl{
	border-bottom:none;
}