@charset "utf-8";

/* ▼▼▼ コンセプト
=====================================*/
#visual {
	background: url(img/visual.jpg) no-repeat center top;
	padding-top: 630px;
	}
#concept #main {
	border-top: none;
	}
#concept #contents {
	width: 940px;
	}
#concept h1 {
	margin-bottom: 0;
	}

#needs {
	background: url(img/needs_bg.png) no-repeat left bottom;
	padding: 0 0 50px 0;
	margin-bottom: 50px;
	overflow: hidden;
	}
	#needs li {
		float: left;
		}
		
.example {
	width: 840px;
	margin: 0 auto 40px;
	clear: both;
	overflow: hidden;
	}
	.example h2.subtitle {
		margin-bottom: 30px;
		}
