/*------------------------------
メインイメージエリアとお問い合わせエリア
---------------------------------*/
.EyeCatch{
	clear:both;
	background:url(../images/flow/main_i.jpg) no-repeat right top;
	width:1000px;
	height:142px;
	margin:0 auto 10px;
}
.EyeCatch section {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:rgb(99,161,242) url(../images/common/contact_bg.gif) repeat-x;
	width:200px;
	height:142px;
	border : 5px solid rgb(255,255,255);
	box-shadow:0 2px 2px #aaaaaa;
}
.EyeCatch section h3{
	background:url(../images/common/contact_h3.gif) no-repeat ;
	text-indent:-9999em;
	color:rgba(239,235,224,0);
	width:176px;
	height:50px;
	margin:14px auto 8px;
}
.EyeCatch section a{
	background:url(../images/common/contact_bt.gif);
	display:block;
	width:180px;
	height:43px;
	margin:0 auto;
	text-indent:-9999em;

}
.EyeCatch section a:hover{
	background-position:0 43px;
}
/*------------------------------
右のメインコンテンツ
---------------------------------*/
#RightCon2{
	float:right;
	width:768px;
	background:rgb(255,255,255);
}
#paper2{
	clear: both;
	padding:16px 20px 20px;
}
/*------------------------------
コンテンツエリア
---------------------------------*/
.content #RightCon2 h3 {
	font-weight: normal;
	background:url(../images/common/h3_icon.gif) no-repeat 0 3px;
	border-bottom:dashed 1px rgb(102,102,102);
	font-size:16px;
	margin-bottom: 18px;
	padding: 2px 0 2px 30px;
	clear:both;
}
section#paper2 p{ 
	margin-bottom:20px;
	padding:0 16px;	
}
/*契約の流れ*/
.content #RightCon2 #paper2 .flowall{
	border:1px solid rgb(33,108,187);
	margin:0 auto 30px;
	width:700px;
}
.content #RightCon2 #paper2 .flowall .Fbox{
	background:rgb(41,107,189) url(../images/flow/n_bg.gif) repeat-x bottom;
	width:700px;
	height:220px;
}
 
.content #RightCon2 #paper2 .flowall h4.flow01{background:url(../images/flow/h4_01.gif) no-repeat 0 7px;}
.content #RightCon2 #paper2 .flowall h4.flow02{background:url(../images/flow/h4_02.gif) no-repeat 0 7px;}
.content #RightCon2 #paper2 .flowall h4.flow03{background:url(../images/flow/h4_03.gif) no-repeat 0 7px;}
.content #RightCon2 #paper2 .flowall h4.flow04{background:url(../images/flow/h4_04.gif) no-repeat 0 7px;}
.content #RightCon2 #paper2 .flowall h4.flow01,
.content #RightCon2 #paper2 .flowall h4.flow02,
.content #RightCon2 #paper2 .flowall h4.flow03,
.content #RightCon2 #paper2 .flowall h4.flow04{
	height:30px;
	width:630px;
	text-indent:-9999em;
	margin-bottom:16px;
}

.content #RightCon2 #paper2 .flowall .Fbox .blue01{background:url(../images/flow/n_01.gif) no-repeat;}
.content #RightCon2 #paper2 .flowall .Fbox .blue02{background:url(../images/flow/n_02.gif) no-repeat;}
.content #RightCon2 #paper2 .flowall .Fbox .blue03{background:url(../images/flow/n_03.gif) no-repeat;}
.content #RightCon2 #paper2 .flowall .Fbox .blue04{background:url(../images/flow/n_04.gif) no-repeat;}
.content #RightCon2 #paper2 .flowall .Fbox .blue01,
.content #RightCon2 #paper2 .flowall .Fbox .blue02,
.content #RightCon2 #paper2 .flowall .Fbox .blue03,
.content #RightCon2 #paper2 .flowall .Fbox .blue04{
	width:47px;
	height:220px;
	text-indent:-9999em;
	float:left;
	background-position:6px 4px;
}
.content #RightCon2 #paper2 .flowall .Fbox .white{
	-webkit-box-sizing:border-box;
	-mos-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:220px;
	width:650px;
	float:right;
	background-color:rgb(255,255,255);
}
.content #RightCon2 #paper2 .flowall .Fbox .white p{
	margin-bottom:10px;
}
/*お問い合わせ先のバナー用*/
.content #RightCon2 #paper2 .flowall .Fbox .white table{
	background:url(../images/flow/bg_contact.gif) repeat-x 0 0;
	border-collapse:collapse;
	border:1px solid rgb(153,153,153);
	height:62px;
	text-indent:-9999em;
	width:600px;
	margin:0 auto;
}
.content #RightCon2 #paper2 .flowall .Fbox .white table tr th,
.content #RightCon2 #paper2 .flowall .Fbox .white table tr td{
	border-collapse:collapse;
}
.content #RightCon2 #paper2 .flowall .Fbox .white table tr th{
	background:url(../images/flow/tit_bg.gif) no-repeat 0 0;
	width:200px;
	height:62px;
}
.content #RightCon2 #paper2 .flowall .Fbox .white table tr td{
	width:200px;
}
.content #RightCon2 #paper2 .flowall .Fbox .white table tr td#tel{
	background:url(../images/flow/bt_tel.gif) no-repeat 0 10px;
}
.content #RightCon2 #paper2 .flowall .Fbox .white table tr td#mailform a{
	background:url(../images/common/contact_bt.gif);
	display:block;
	width:180px;
	height:43px;
}
.content #RightCon2 #paper2 .flowall .Fbox .white table tr td#mailform a:hover{
	background-position:0 43px;
}