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

   for about.html

--------------------------------------*/
.sp{
    margin-bottom: 30px;
}
.aboutList{
	margin:30px 0px 30px;
}
.aboutList li{
	font-size:80%;
	line-height:1.5em;
	font-weight:bold;
	margin:0px 0px 10px 20px;
	list-style-type:decimal;
}
.aboutList li span{
	color:#2978D6;
}
