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

#idea {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 104px 0;
	
}

.idea_subtitle {
	width: 160px;
	margin: 0 auto;
	float: left;
}

#idea_motto {
	width: 840px;
	margin: 0 auto;
	clear: both;
	padding: 58px 0 72px 0;
}

#idea_motto li {
	width: 233px;
	height: 233px;
	float: left;
	background-image: url(../img/idea_motto_bg.png);
	margin-right: 70px;
}

#idea_motto p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding-top: 88px;
	letter-spacing: 1px;
}

#idea_message_bg {
	width: 950px;
	background-color: #f8f8f8;
	margin-top: 40px;
	clear: both;
}

.idea_message {
	padding: 28px;
}

.idea_message_bottom {
	padding-top: 20px;
}

.idea_message_line {
	width: 670px;
	border-bottom: 1px solid #f0bd48;
	float: left;
	padding-top: 25px;
}

.idea_message_name {
	width: 200px;
	float: right;
}































