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





/*
======================================
 170316 STYLE
======================================
*/
#detail dl dd em {
	color: #f00;
	font-size: 12px;
	line-height: 16px;
}
#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: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #231307), color-stop(0.00, #441f02));
	background: -webkit-linear-gradient(#441f02, #231307);
	background: -moz-linear-gradient(#441f02, #231307);
	background: -o-linear-gradient(#441f02, #231307);
	background: -ms-linear-gradient(#441f02, #231307);
	background: linear-gradient(#441f02, #231307);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}
#information #people p.attn {
	font-size: 12px;
	line-height: 16px;
}
#information #people img {
	width: 100%;
}
#information #people img.w70 {
	display: block;
	margin: 0 auto;
	width: 70%;
}
#information #people p {
	line-height: 22px;
}
#information #people p strong {
	display: block;
	text-align: center;
	color: #009f8b;
}
#information #people p strong span {
	font-size: 14px;
}
#information #people p.text {
	margin-bottom: 15px;
}
#information #people .box {
	margin-bottom: 30px;
}
#information .mb10 {
	margin-bottom: 10px;
}