@charset "utf-8";

/* ==================================================
		
		中古の機械を買う

================================================== */

/* --------------------------------------------------
		#vi
-------------------------------------------------- */
#vi {
	background: url(../img/vi-bg01.jpg) center bottom no-repeat;
	background-size: cover;
}

/* --------------------------------------------------
		#contents
-------------------------------------------------- */
#contents {
		width: 950px;
		margin: 60px auto 0;
}

/*	.flow
-------------------------------------------------- */
#contents .flow { margin-top: 34px; }

/*	.step
-------------------------------------------------- */
#contents .flow .step {
		border: 3px solid #efeeee;
		margin-top: 15px;
}

#contents .flow h3 + .step { margin-top: 25px; }

#contents .flow .step h4 {
		font-size: 16px;
		text-align: center;
		color: #273f57;
		padding: 15px 0;
		border-bottom: 3px solid #efeeee;
		background: url(/common/img/bg-gradient01.png) left bottom repeat-x;
		font-weight:bold;
}

#contents .flow .step .step-inner {
		padding: 18px 26px;
		font-size: 14px;
		line-height: 2;
}

#contents .flow .step address a, #contents .flow .step address a:visited { color: #666666; }

#contents .flow .step address a:hover {
		color: #666666;
		text-decoration:none;
}

#contents .flow .step p { margin-top: 14px; }

#contents .flow .step dl dt {
		float: left;
		clear: both;
		width: 148px;
}

#contents .flow .step dl dd { float: left; }

#contents .flow .arrow {
		margin-top: 20px;
		text-align:center;
}

#contents .flow .decision {
		padding: 20px 28px;
		border: 3px solid #dfecf4;
		background: #f2f8fc;
		margin-top: 20px;
		text-align:center;
}

#contents .flow .decision-txt01 {
		font-size:25px;
		font-weight:bold;
		color:#273f57;
}

#contents .flow .decision-txt02 {
		font-size:14px;
		margin-top: 8px;
}
