@charset "Shift_JIS";

/*========================================================*/
/* お問い合わせ */
/*========================================================*/

.contents_area_text{
	text-align:center;
}

.contents_area_text p{
	text-align:left;
}


/*----- フォームエリア -----*/

.inquiry_text{
	width:655px;
	margin:0px auto 30px auto;
	padding:0px;
	text-align:left;
}

.form{
	color:#444444;
	font-size:83.3%;
}

dl.form{
	float:left;
	margin:0px;
	padding:0px 0px 30px 0px;
	background-image:url(../inquiry/images/form_line.gif);
	background-repeat:repeat-x;
	text-align:left;
}

dl.form dt{
	float:left;
	min-height:65px;
	margin:0px;
	padding:20px 0px 20px 35px;
	box-sizing:border-box;
	background-image:url(../images/box_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px center;
}

dl.form dd{
	width:685px;
	min-height:65px;
	margin:0px;
	padding:21px 0px 22px 220px;
	box-sizing:border-box;
	background-image:url(../inquiry/images/form_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form_color{
	border:#cccccc solid 1px;
	background:#f7f9ef;
}

.form_number{
	width:70px;
}

.form_post{
	width:100px;
}

.form_mailtitle{
	width:250px;
}

.form_text{
	margin-bottom:5px;
}

.checkbox{
	vertical-align:middle;
}

.checkbox_text{
	margin-right:20px;
	vertical-align:middle;
}


/*----- フォームボタン -----*/

dl.form_bo{
	width:420px;
	margin:0px auto;
	padding:0px 0px 50px 0px;
	text-align:left;
}

dl.form_bo dt{
	float:left;
	margin:0px;
	padding:0px;
}

dl.form_bo dd{
	margin:0px;
	padding:0px 0px 0px 215px;
}

.form_bo_top{
	width:180px;
	margin:0px auto 100px auto;
	padding:0px;
}


/*----- 流れ -----*/

em{
	color:#1378ce;
	font-weight:normal;
}

.cap{
	font-size:110%;
	font-weight:600;
}

.flow_list{
	margin-top:15px;
	padding-top:10px;
	background-repeat:repeat-x;
	background-image:url(../images/dot.gif);
	background-position:top;
	list-style:decimal;
	list-style-position:inside;
}

.flow_list li{
	margin-bottom:10px;
	padding-bottom:10px;
	background-image:url(../images/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:110%;
	font-weight:600;
}

.flow_list_dl{
	width:645px;
	margin-top:20px;
}

.flow_list_dl dt{
	background-image:url(../images/dt_back.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	color:#333333;
	font-size:110%;
	font-weight:600;
	line-height:30px;
}


.flow_list_dl dd{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0px;
}

.guideline_list{
	padding:20px 0px 10px 0px;
}

.guideline_list li{
	margin-bottom:15px;
	padding:0px 0px 0px 25px;
	background-image:url(../images/leaf_icon.gif);
	background-repeat:no-repeat;
	color:#333333;
	font-size:90%;
}


/*----- テーブル -----*/

.flow_ti{
	width:145px;
	padding:10px 10px 0px 20px;
	background-image:url(../images/block_icon.gif);
	background-repeat:no-repeat;
	background-position:left 12px;
	vertical-align:top;
}

.flow_ti.end{
	width:145px;
	padding:10px 10px 10px 20px;
	background-image:url(../images/block_icon.gif);
	background-repeat:no-repeat;
	background-position:left 12px;
	vertical-align:top;
}

.flow_txt{
	width:485px;
	padding:10px 0px 0px 0px;
}

.flow_txt.end{
	width:485px;
	padding:10px 0px 10px 0px;
}

*html .flow_txt{
	width:535px;
}

