@charset "utf-8";
/* CSS Document */

/*about01*/
.about01 {
	width: 1000px;
	margin: 40px auto 80px;
	background: url(../img/about_img01.png) no-repeat right top;
}
.about01 dl {
	width: 620px;
	border-top: 1px solid #E3E3E3;
}
.about01 dl dt {
	width: 180px;
	padding: 11px 0;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.5px;
}
.about01 dl dd {
	border-bottom: 1px solid #E3E3E3;
	margin: -50px 0 0 0;
	padding: 11px 0 11px 180px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.5px;
}
.about01 dl dd a {
	display: inline-block;
	width: 140px;
	height: 36px;
	margin: -4px 0 -4px 20px;
	background: #78C2B5;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}
.about01 dl dd a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*about02*/
.about02 {
	width: 1000px;
	margin: 0 auto 80px;
}
.about02 dl {
	border-top: 1px solid #E3E3E3;
	margin: 30px 0 0 0;
}
.about02 dl dt {
	padding: 10px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 1px;
}
.about02 dl dd {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
}
.about02 dl dd a {
	color: #2B5299;
}
.about02 dl dd a:hover {
	text-decoration: none;
}