/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/





/*
======================================
 130831 STYLE
======================================
*/
#information {
	margin: 10px;
	padding: 10px;
	border: 5px solid #ccc;
}
#information strong.title {
	display: block;
	padding: 5px;
	text-align:center;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #f00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#people h2 {
	position: relative;
	width: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #f8f1ad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	font-weight: bold;
	color: #452006;
}
#information #people img {
	width: 100%;
}
#information #people p {
	line-height: 22px;
}
#information #people p.text {
	margin-bottom: 15px;
}
#information #people .box {
	margin-bottom: 30px;
}

#information #people ul {
	margin-top: 15px;
	display: table;
	width: 100%;
}
#information #people ul li {
	display: table-cell;
	width: 33.3%;
	padding: 0 3px;
	text-align: center;
}
#information #people ul li img {
	width: 100%;
	height: auto;
}
#information #people ul li p {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

#people p.name {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
#people .eto h2 {
	background: #333;
	color: #fff;
}
#people .eto strong {
	margin: 10px 0;
	display: block;
	color: #333;
}
#people .yamashita h2 {
	background: #ff67a7;
	color: #fff;
}
#people .yamashita strong {
	margin: 10px 0;
	display: block;
	color: #ff67a7;
}
#people .nakamura h2 {
	background: #12b5b2;
	color: #fff;
}
#people .nakamura strong {
	margin: 10px 0;
	display: block;
	color: #12b5b2;
}