﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom:20px;
}
#flow .imgleft {
	margin-bottom:20px;
}
#flow .imgleft div {
	background:url(../image/icon_arrow.jpg) no-repeat center bottom;
	padding-bottom:25px;
}
#flow .lastbox div {
	background:none;
}
#flow .imgleft dl dt {
	font-weight:bold;
	line-height:1.0;
	margin-bottom:3px;
	color:#3280B8;
}
#flow .imgleft dl {
	margin:0 0 0 120px;
}
/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq {
	margin-bottom:45px;
}
#faq dl {
	padding:10px 10px 6px 10px;
	background:#DFECF7;
	margin-bottom:20px;
}
#faq dl dt {
	padding:18px 10px 0 60px;
	background:url(../image/icon_q.jpg) left top no-repeat;
	font-size:1.15em;
	line-height:1.0;
	font-weight:bold;
	color:#3280B8;
	margin-bottom:6px;
	min-height:32px;
}
