@charset "utf-8";

/* -------------------------------------------------- */
/* 宅配買取 */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background: url(../img/fv_bg_delivery.png) 0 0 no-repeat;
}

#delivery1 {
	width: 980px;
	margin: 0 auto;
}

#delivery1 h2 {
	text-align: center;
	padding-bottom: 50px;
}

#deliveryImg1 {
	text-align: center;
	padding-bottom: 50px;
}

#deliveryTxt {
	font-size: 153.8%;
	line-height: 1.8em;
	padding-bottom: 50px;
}

#deliveryTxt span {
	color: #a40000;
}

#konpouLink {
	text-align: center;
	padding-bottom: 100px;
}

#delivery2 {
	padding: 40px 0;
	width: 100%;
	background: #e3e1de;
}

#deliveryPoint {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

#deliveryPointList {
	display: inline-block;
}

#deliveryPointList li {
	display: inline-block;
	margin-left: 40px;
}

#deliveryPointList li:first-child {
	margin-left: 0px;
}

#deliveryImg {
	width: 100%;
	margin-bottom: 100px;
}

#deliveryImg img {
	width: 100%;
}