@charset "utf-8";

.lead{
	width: 890px;
	margin: 0 auto 70px;
}

.gyoumu-item{
	padding: 12px 0;
	border-bottom: 1px dotted #000;
	overflow: hidden;
}
.gyoumu-item:first-of-type{
	padding-top: 0;
}
.gyoumu-item h3{
	float: left;
	width: 205px;
	background-color: #e8001a;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.gyoumu-item p{
	float: left;
	width: 685px;
	padding-left: 25px;
	padding-top: 2px;
}
	#business-jinji .gyoumu-item h3{ width: 130px; }
	#business-jinji .gyoumu-item p { width: 760px; }

.jirei-img{
	text-align: center;
}

.message-img{
	margin-bottom: 30px;
	text-align: center;
}
.message-block dt{
	margin-top: 60px;
	margin-bottom: 5px;
	line-height: 24px;
	font-weight: bold;
}
.message-block dt:first-child{
	margin-top: 0;
}
.message-block dt span{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 0.5em;
	background-color: #e8001a;
	border-radius: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
