@charset "utf-8";
/* CSS Document */
/*=======================================================================
	フォーム全体共通の指定
=======================================================================*/
/*-----グラデ-----*/
#formArea1 h2.step{
	background		: -moz-linear-gradient(#FFC809, #F58C00);
	background		: -webkit-gradient( linear, left top, left bottom, from(#FFC809), to(#F58C00) );
	background		: linear-gradient(#FFC809, #F58C00) repeat scroll 0 0 rgba(0, 0, 0, 0);	border: 1px solid #f58c00;
	border-bottom	: #f58c00 solid 3px;
}

/*=======================================================================
	IE9以下
=======================================================================*/
/*グラデがきかないので別途指定*/
#formArea1 h2.step{
	background		: #F58C00\9;
}


/*フリーダイヤルのポップアップ START*/

	#freeDialArea{
		z-index:20;
	}

	/*右下固定タイプ START*/
	#freeDialBanner{
		width:auto;
		position:fixed;
		bottom:20px;
		right:20px;
		border-radius:10px;
		box-shadow:2px 2px 2px 0 rgba(0,0,0,0.6);
	}

	#freeDialBanner #windowClose{
		position:absolute;
		right:8px;
		top:8px;
		cursor:pointer;
	}
	/*右下固定タイプ END*/

	/*スライドタイプ START*/
		/*formの右側ついてくるフリーダイヤル画像｜2014.6.20変更 yanagihara*/

	.freeDialAreaWrapper{
		width: 1100px;
		height: 1px;
		margin: 0 auto;
	}

	#freeDialArea{
/*		position:fixed;*/
		top:450px;
		width:auto;
		height:1px;
		margin: 0 0 0 1000px;
		padding:0;
		position:absolute;;
		box-shadow:2px 2px 2px 0 rgba(0,0,0,0.3);
		display:none;
	}

	#freeDialArea #freeDial{
		position:absolute;
		right:-146px;
		bottom:0;
	}

	#freeDialArea #windowClose{
		position:absolute;
		right:-95px;
		bottom:240px;
		cursor:pointer;
	}
	/*スライドタイプ END*/
/*フリーダイヤルのポップアップ END*/
