/*
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;
}
#gentei {
	margin-bottom: 15px;
	background: #ede8d8;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#gentei strong {
	color: #fff;
	display: block;
	background: #e20b1a;
	padding: 3px 10px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#gentei h2 {
	color: #412112;
	font-size: 18px;
	margin-top: 8px;
	text-align: center;
}
#gentei h2 span {
	font-size: 12px;
}
#gentei dl {
	margin-top: 15px;
}
#gentei dl dt {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#gentei dl dd {
	margin-bottom: 10px;
}
#gentei p.free {
	background: #fceb22;
	margin: 10px 0;
	padding: 5px 10px;
	text-align: center;
	color: #412112;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#gentei p.free span {
	font-size: 14px;
	font-weight: normal;
}


#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: 16%;
	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;
}