@charset "Shift_JIS";
/* CSS Document */


/*メリット*/

h4.merit_hed{
	padding:2px 0;
	line-height:1.3em;
	margin:15px 0 10px 0;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #a9a9a9;
}

.merit_td1{
	width:50%;
	padding:7px 8px 6px 8px;
	color: palevioletred;
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
	border-top:1px solid palevioletred;
	border-bottom:1px solid palevioletred;
	border-left:1px solid palevioletred;
	border-right:1px solid palevioletred;
	background-color: lavenderblush;
}

.merit_td2{
	width:50%;
	padding:7px 8px 6px 8px;
	color: dimgray;
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
	border-top:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	background-color: whitesmoke;
}

.merit_td3{
	width:50%;
	padding:8px;
	font-size:12px;
	line-height:1.4;
	vertical-align:top;
	border-top:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	background-color: lavenderblush;
}

.merit_td3 span{
	color: #1977a6;
}

.merit_td4{
	width:50%;
	padding:8px;
	font-size:12px;
	line-height:1.4;
	vertical-align:top;
	border-top:1px solid #a9a9a9;
	background-color: whitesmoke;
}

.merit_td4 span{
	color: gray;
}


/*資料請求バナー*/

#bansiyou{
	width:775px;
	height:80px;
	overflow:hidden;
}

#bansiyou a{
	width:775px;
	height:80px;
	padding-top:10px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	background: transparent url(images/bansiyou.jpg) no-repeat 0 0;
	font-size:17px;
	line-height:1.5em;
	overflow:hidden;
}

#bansiyou a:hover{
	background: transparent url(images/bansiyou.jpg) no-repeat 0 -80px;
	color:#ffffff;
	font-weight:bold;
}