/*
************************************************

 /applystep.html　お申込み方法
 /applytrial.html　無料お試し版お申し込み方法
 <!-- STAGE -->　〜　<!-- /STAGE -->

************************************************
*/
	



/* CSS 
************************************************/
@import url(contents.css);		/* コンテンツページ共通 */





/* MAIN width:605px
************************************************/

/*
 /applystep.html　お申込み方法
*/
.applystep { width:605px; margin:0 auto 0 auto;}

.applystep .ctitle { width:605px; height:33px; margin:0 0 20px 0; }	
.applystep .ctitle span { display:none;}
 #ntce01 { background:url(../img/con_applys/ctit_01.gif) no-repeat;}
 #ntce02 { background:url(../img/con_applys/ctit_02.gif) no-repeat;}

.applystep .areabox { width:585px; margin:0 0 35px 0; padding:0 10px 0 10px;}
.applystep .areabox .cent { margin:0 0 15px 0;}
.applystep .areabox .step { width:585px; height:25px;}
.applystep .areabox .step span { display:none;}
	#win1 { background:url(../img/con_applys/win_step1.gif) no-repeat;}
	#win2 { background:url(../img/con_applys/win_step2.gif) no-repeat;}
	#win3 { background:url(../img/con_applys/win_step3.gif) no-repeat;}
	#win4 { background:url(../img/con_applys/win_step4.gif) no-repeat;}
	#win5 { background:url(../img/con_applys/win_step5.gif) no-repeat;}
	#mac1 { background:url(../img/con_applys/mac_step1.gif) no-repeat;}
	#mac2 { background:url(../img/con_applys/mac_step2.gif) no-repeat;}
	#mac3 { background:url(../img/con_applys/mac_step3.gif) no-repeat;}
	#mac4 { background:url(../img/con_applys/mac_step4.gif) no-repeat;}
	#mac5 { background:url(../img/con_applys/mac_step5.gif) no-repeat;}
	
.applystep .areabox .exp { padding:7px 10px 5px 70px; background:#ffffff; border-bottom:1px dotted #cccccc; }
.applystep .areabox .aroW { padding:0 0 0 70px; height:30px; margin:8px 0 8px 0; background:url(../img/con_applys/win_aro.gif) no-repeat; background-position:70px 0;}
.applystep .areabox .aroM { padding:0 0 0 70px; height:30px; margin:8px 0 8px 0; background:url(../img/con_applys/mac_aro.gif) no-repeat; background-position:70px 0;}

.dllink { text-align:center; margin:20px 0 30px 0;}







/*
 /applytrial.html　無料お試し版お申し込み方法
*/
.applytri { width:605px; margin:0 auto 0 auto;}

.applytri .ctitle { width:605px; height:33px; margin:0 0 20px 0; }	
.applytri .ctitle span { display:none;}
 #ntce01 { background:url(../img/con_applys/ctit_01.gif) no-repeat;}
 #ntce02 { background:url(../img/con_applys/ctit_02.gif) no-repeat;}

.applytri .areabox { width:585px; margin:0 0 35px 0; padding:0 10px 0 10px;}
.applytri .areabox .cent { margin:0 0 15px 0;}
.applytri .areabox .step { width:585px; height:25px;}
.applytri .areabox .step span { display:none;}
	#winF1 { background:url(../img/con_applys/winf_step1.gif) no-repeat;}
	#winF2 { background:url(../img/con_applys/winf_step2.gif) no-repeat;}
	#winF3 { background:url(../img/con_applys/winf_step3.gif) no-repeat;}
	#winF4 { background:url(../img/con_applys/winf_step4.gif) no-repeat;}
	
.applytri .areabox .exp { padding:7px 10px 5px 70px; background:#ffffff; border-bottom:1px dotted #cccccc;}
.applytri .areabox .exp2 { padding:7px 10px 5px 70px; background:#ffffff; }
.applytri .areabox .aroW { padding:0 0 0 70px; height:30px; margin:8px 0 8px 0; background:url(../img/con_applys/win_aro.gif) no-repeat; background-position:70px 0;}



