@charset "utf-8";

/* ///////////////////////////////////////////////
【ご契約から工事までの流れ】
flow.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/flow/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#content_flow h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_flow dl {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #976a53;

}
#content_flow dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #976a53;
	font-weight: bold;
	font-size: 120%;
}

#content_flow .arrow {
	margin-bottom: 10px;
	text-align: center;
	font-size: 0;
}



