@charset "UTF-8";
/*見出しの高さと幅設定*/
#title_box1 {
	height: 70px;
	width: 690px;
}
/*一番上の見出し２の設定*/
.h2_title{
	height: 50px;
	width: 240px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
/*一番上の見出し２横のライン設定*/
.dot_line {
	background-image: url(../images/rentflow_img/2rine.gif);
	background-repeat: repeat;
	width: 440px;
	height: 14px;
	float: left;
	background-position: 0px 0px;
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
/*h3のタイトルの箱*/
.flow_title {
	height: 50px;
	width: 690px;
	margin-bottom: 20px;
	display: block;
	clear: both;
	background-color: #F5F4F2;
	background-image: url(../images/buyflow_img/3_01titlebg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*start!!〜stepの外箱、背景の水玉設置*/
.namber_box {
	height: auto;
	width: 690px;
	margin-bottom: 0px;
	background-image: url(../images/buyflow_img/4_1bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #F5F4F2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 30px;
}
/*最後のstepの外箱*/
.namber_boxend {
	height: auto;
	width: 690px;
	margin-bottom: 20px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #F5F4F2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 30px;
}
/*h4の画像の箱step*/
.nam_title {
	height: 71px;
	width: 690px;
}
/*下矢印*/
.under_bg {
	height: 60px;
	width: 690px;
	background-image: url(../images/buyflow_img/4_1underbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-bottom: 10px;
}
/*start!!〜step最後までのnamber_box内の内箱*/
.area_box {
	height: auto;
	width: 630px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #999999;
}
/*最後のバナー上の文章の箱*/
.area_box2 {
	height: auto;
	width: 630px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	line-height: 25px;
}
/*テキストと写真のテーブル*/
.text_table {
	height: auto;
	width: 630px;
	margin-top: 10px;
}
/*写真を縦方向の真ん中に*/
.center  {
	vertical-align: middle;
	height: 160px;
	width: 161px;
}
/*テーブル左の大きさ右余白*/
.yohaku {
	width: 439px;
	padding-right: 20px;
}
/*問い合わせバナーの大きさや背景画像余白*/
#info_box {
	height: 120px;
	width: 630px;
	background-image: url(../images/buyflow_img/4_5bunnerbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-top: 20px;
}
/*問い合わせバナーのテーブル*/
.info_table {
	height: 80px;
	width: 590px;
	padding: 20px;
}
/*問い合わせ電話番号の縦方向真ん中*/
tr .middle {
	vertical-align: middle;
}
/*媒介契約の種類説明のテキスト余白*/
.text_area {
	height: auto;
	width: 600px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
