@charset "utf-8";
/* レイアウト設定
====================================================*/

/* 義志について
====================================================*/
section#about h2{
	margin:30px auto;
	display:block;
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	font-weight:bold;
}
section#about {
	width:100%;
	max-width:600px;
	margin:0 auto;
}
section#about p{
	margin:0 auto 20px auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
}
