@charset 'utf-8';

/* ------------------------------
 リース契約
------------------------------ */


/* 複合機.netのリースプラン */

.lease_merit {
	width: 512px;
	border: 4px solid #c20000;
	border-top: none;
	background-color: #fff;
}

.i_lease {
	position: relative;
	float: right;
	margin-right: -33px;
}


/* スペック別おすすめコピー機 */

.spec {
	border: 4px solid #262626;
	background-color: #fff;
}

.spec h3 {
	line-height: 38px;
	padding: 15px 10px 15px 125px;
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: 15px center;
}

#spec .spec:nth-child(1) h3 {
	background-image: url(../img/lease/ico_spec_1.png);
}

#spec .spec:nth-child(2) h3 {
	background-image: url(../img/lease/ico_spec_2.png);
}

#spec .spec:nth-child(3) h3 {
	background-image: url(../img/lease/ico_spec_3.png);
}

.spec_inner {
	padding: 30px 15px 40px;
}

.i_spec {
	width: 130px;
	margin-right: 12px;
}

.maker {
	width: 380px;
}

.txt_spec {
	line-height: 0;
}

.maker_status li {
	line-height: 0;
	padding: 12px 8px;
	background-color: #ddd;
}

.maker_status li:not(:last-child) {
	margin-right: 5px;
}


/* コピー機のリース契約について */

#merit {
	width: 560px;
}

.trouble {
	width: 552px;
	border: 4px solid #646464;
	background-color: #fff;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/