@charset "utf-8";

/* -------------------------------------------------- */
/* 出張買取 */
/* -------------------------------------------------- */
/* メインイメージ */

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

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

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

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

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

#visitTxt span {
	color: #a40000;
}

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

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

#visitPointList {
	display: inline-block;
}

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

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

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

#visitImg img {
	width: 100%;
}