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

/*-----------------
about
-----------------*/
#about {
}

/*about01*/
.about01 {
	margin: 10px 10px 40px;
	padding-bottom: 485px;
	background: url(../img/about_img01.png) no-repeat center bottom;
	background-size: 300px 475px;
}
.about01 dl {
	margin-bottom: 15px;
	border-top: 1px solid #E3E3E3;
}
.about01 dl dt {
	padding: 11px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.5px;
}
.about01 dl dd {
	border-bottom: 1px solid #E3E3E3;
	padding: 0 0 11px 0;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.5px;
}
.about01 dl dd a {
	display: block;
	width: 122px;
	height: 33px;
	margin: 5px 0;
	background: #78C2B5;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	color: #FFF;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
}