@charset "utf-8";


/*-------------------------------------------------------------------------
 topSectionBox
-------------------------------------------------------------------------*/
.topSectionBox{
clear:both;
margin-bottom:45px;
}

.topSectionBox ul li{
float:left;
width:215px;
margin-right:20px;
}

/*-------------------------------------------------------------------------
 registNavi
-------------------------------------------------------------------------*/
.registNaviWrp{
clear:both;
margin-bottom:25px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}

.registNavi{
margin:1px 0;
padding:15px 35px 10px;
background:#F6F6F6;
}

.registNavi ul li{
float:left;
margin-right:15px;
}


/*-------------------------------------------------------------------------
 formSection　フォーム調整
-------------------------------------------------------------------------*/

.formArea .submitBox .btnBox ul{
margin-left:230px;
}

.formArea .submitBox .btnBox ul li{
float:left;
}

#registBtn{background:url(../image/regist/regist_btn_on.jpg) top center no-repeat;}


#mainArea .formArea .privacy{
clear:both;
}

#mainArea .formArea .privacy .text{
float:left;
width:660px;
color:#555;
font-size:80%;
}

#mainArea .formArea .privacy .photo{
float:right;
}

/*-------------------------------------------------------------------------
 topSectionBox2
-------------------------------------------------------------------------*/
.topSectionBox2{
clear:both;
padding:10px 15px;
border:3px solid #92BEDC;
}
.topSectionBox2 .boxL{
float:left;
width:510px;
border-right:1px solid #CCC;
}
.topSectionBox2 .boxR{
float:right;
width:188px;
padding:10px 0;
text-align:right;
}

.contactBtn{background:url(../image/regist/contact_btn_on.jpg) top right no-repeat;}



