<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* About
---------------------------------------------*/
#content h2 {
	font-size: 162.5%;
}
#content h2 span {
	display: block;
}

/* ようこそ */
#welcome .honbunBg {
	padding: 0; /* 余白リセット */
	padding: 0  0 50px 100px;
}
#welcomeLeft {
	margin-right: 40px;
	float: left;
	width: 470px;
}
#welcomeRight {
	margin-top: 50px;
	float: left;
	width: 350px;
}
#welcome h2 {
	padding-top: 50px;
	padding-left: 93px; /* アイコン幅+20px */
	min-height: 76px; /* アイコン高さ */
	background: url("../about/img/welcome.png") no-repeat left bottom;
}
#welcome h2 span {
	padding-top: 25px; /* 文字の縦示位置を調整 */
}
#welcome p span {
	display: block;
	margin-top: 0.3em;
	margin-right: 0.8em;
	padding-left: 0.8em;
	float: left;
	font-size: 225%;
}
#welcome p:nth-child(odd) {
	margin-bottom: 50px;
}
#welcome #wada {
	text-align: right;
}

/* 組織概要 */
#wens h2 {
	padding-left: 132px; /* アイコン幅+20px */
	min-height: 74px; /* アイコン高さ */
	background: url("../about/img/wens.png") no-repeat left bottom;
}
#wens h2 span {
	padding-top: 25px; /* 文字の縦示位置を調整 */
}
#wens dl {
	position: relative;
}
#wens dt {
	position: absolute;
	left: 0;
	width: 8em;
}
#wens dd {
	margin-left: 8em;
}
#wens dt strong {
	padding-left: 2em;
	background: url("../img_cmn/i_dot.png") no-repeat 1em center;
}
#wens dt,
#wens dd {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #999;
}
#wens dt:first-child {
	margin-top: 0;
	border-top: none;
}
#wens dd:nth-child(2) {
	border-top: none;
}

/* ホールアース自然学校について */
#honkou {
	margin-top: 50px;
	padding-top: 30px;
	background: url("../about/img/wens_bg_top.png") no-repeat left top;
}
#honkouBottom {
	padding-bottom: 30px;
	background: url("../about/img/wens_bg_bottom.png") no-repeat left bottom;
}
#honkouBg {
	padding: 0 50px;
	width: 660px;
	background: #cad984;
}
#honkou h3 {
	padding-left: 8px;
	min-height: 45px;
	background: url("../about/img/wens_bg.gif") no-repeat left bottom;
	font-size: 18px;
}
#honkou p {
	margin-right: 50px;
	width: 480px;
	float: left;
}
#honkouBg div {
	margin-top: 30px;
}

/* 代表プロフィール */
#profile h2 {
	padding-left: 121px; /* アイコン幅+20px */
	min-height: 66px; /* アイコン高さ */
	background: url("../about/img/profile.png") no-repeat left bottom;
}
#profile h2 span {
	padding-top: 25px; /* 文字の縦示位置を調整 */
}

/* 経歴 */
#career {
	margin-top: 30px;
}
#career h3 {
	font-size: 24px;
}
#career h3 span {
	font-size: 18px;
}
#career p {
	margin-right: 44px;
	width: 530px;
	float: left;
}

/* ライフストーリー */
#story01 {
	margin-top: 50px;
	padding-top: 50px;
	background: url("../img_cmn/line.png") no-repeat left top;
}
#story01 h3,
#story02 h3,
#story03 h3 {
	font-size: 24px;
}
#story01 .storyRight {
	margin-left: 40px;
	float: right;
	width: 470px;
}
#story02 {
	margin-top: 50px;
	background: url("../about/img/story03.png") no-repeat right bottom;
}
#story02 p {
	width: 470px;
}
#story03 {
	margin-top: 50px;
	padding-bottom: 50px;
	background: url("../about/img/story04.png") no-repeat left bottom;
}
#story03 h3,
#story03 p {
	margin-left: 290px;
	width: 470px;
}



</pre></body></html>