@charset"shift-jis";

/* //-----------　お申込みの流れページ　-----------// */

/* メインイメージ */

.flow_image {
	background:url(../images/flow/main-image.jpg) no-repeat;
}

/* --------- トップページ --------- */

/* 初めての方はこちらから */

.hajimete {
	background:url(../images/flow/img1.gif) no-repeat;
	display:block;
	float:left;
	height:99px;
	width:236px;
}

/* キーワード追加の方はこちらから */

.tuika {
	background:url(../images/flow/img2.gif) no-repeat;
	display:block;
	float:right;
	height:99px;
	width:238px;
}

/* --------- 中ページ --------- */

/* レイアウト */

.w325 {
	float:right;
	width:325px;
}

/* サブタイトル */

.w325 .sub_title {
	font-size: 12px;
	font-weight:bold;
	color: #3068af;
	margin:0 0 8px 0;
	padding:0 0 2px 4px;
	border-bottom:1px dotted #cdcdcd;
}

/* 説明文 */

.w325 dd {
	margin:0 0 15px 17px;
}

