@charset "utf-8"; 

/* =======================================
	philosophy CSS
========================================== */

/* グローバルナビ＆フッターナビカレント表示 */
#gnavi ul li#gnaviPhi a {
	color: #6CAC00;
}
#fnaviInner ul li#fnaviPhi a {
	color: #6CAC00;
}

/* セクション背景
------------------------------------ */
#phi1 {
	background: url("../../img/motif01.png") no-repeat 400px 0px;
}
#phi2 {
	background: url("../../img/motif02.png") no-repeat 350px 20px;
}
#phi3 {
	background: url("../../img/motif03.png") no-repeat 250px 0px, url("../../img/motif04.png") no-repeat 500px bottom;
}
#phi4 {
	background: url("../../img/motif05.png") no-repeat 350px 60px;
}
#phi5 {
	background: url("../../img/motif06.png") no-repeat 250px bottom;
}

/* イメージ写真
------------------------------------ */
.ph1 {
	position: absolute;
	top: 20px;
	left: 500px;
}
.ph2 {
	position: absolute;
	top: 400px;
	right: 0;
}
.ph3 {
	position: absolute;
	top: 640px;
	left: 450px;
}

/* リスト
------------------------------------ */
.sec ul li {
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;
}
.sec ul li::before {
	content: "□";
}



