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

#Service {
	float: left;
	width: 760px;
	/*IE6*/
	/margin-right: -2px
}
/* 法人向けサービス-ブロック */
#Service .block {
	width: 750px;
	margin-bottom: 40px;
	padding-left: 10px;
	/*IE6-7*/
	/margin-right: -2px;
}
/* メインタイトル（h2） */
#Service .ttl {
	height: 61px;
	width: 760px;
	background-image: url(../nrh_img/service/service_ttl.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}
/* サブタイトル（h3） */
#Service .sbttl01 {
	height: 28px;
	width: 720px;
	margin-bottom: 10px;
	background-image: url(../nrh_img/service/service_sbttl01.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #cd3122;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 10px;
	margin-left: -10px;
}
/* サブタイトル（h4） */
#Service .list_ttl01 {
	background-image: url(../nrh_img/common/list_icon05.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
/* 表組みタイトル */
#Service .title01 {
	background-color: #ce0015;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
}
/* 文章 */
#Service p {
	margin-bottom: 20px;
}
/* 文章-赤色 */
#Service .red{
	color: #cd3122;
}

/* 法人メンバーのバリエーション
-------------------------------------------------------------------------------------------------------- */
#Service .member_block {
	width: 748px;
	border: 1px solid #b6b6ab;
}
#Service .member_block .box  {
	width: 728px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b6ab;
	padding: 10px;
	/*IE6-7*/
	/margin-right: -2px;
}
#Service .member_block .box .nomber01 {
	float: left;
	height: 31px;
	width: 30px;
	background-image: url(../nrh_img/service/service_no1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
	margin-right: 10px;
}
#Service .member_block .box .nomber02 {
	float: left;
	height: 31px;
	width: 30px;
	background-image: url(../nrh_img/service/service_no2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
	margin-right: 10px;
}
#Service .member_block .box .nomber03 {
	float: left;
	height: 31px;
	width: 30px;
	background-image: url(../nrh_img/service/service_no3.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
	margin-right: 10px;
}
#Service .member_block .box .text_block {
	float: left;
	width: 500px;
	/*IE6-7*/
	/margin-right: -5px
}
#Service .member_block .box .text_block .title{
	font-size: 14px;
	color: #cd3122;
	font-weight: bold;
	float: left;
	width: 500px;
	background-image: none;
}
#Service .member_block .box .text_block .text {
	float: left;
	width: 500px;
	line-height: 1.55em;
}
#Service .member_block .box .card_block {
	float: right;
	width: 149px;
}
#Service .member_block .box .card_block a {
	float: right;
	margin-top: 5px;
	padding-right: 1px;
}


/* カーリース
-------------------------------------------------------------------------------------------------------- */
#Service .block .contact {
	float: left;
	margin-right: 15px;
}
#Service .block .tel {
	float: left;
}
#Service .block .btn {
	float: right;
}