@charset "utf-8";

/* ---SUMMARY---
* Site Name: ジモ求埼玉版企業管理ページ
* Description: ctrl/以下
* Version: 20090306
* Author: F
------*/

/* ---CONTENTS---
001: ctrl共通
002: 企業登録フォーム
003: ログイン
------*/



/* 001: ctrl共通
----------------------------------------- */
div.content_inner h3.inner_h3{
padding-bottom:25px;
}

div.content_inner_body{
width:600px;
margin:0 auto;
}



/* 002: 企業登録フォーム
----------------------------------------- */
/*--arrow--*/
div.ar{
background:url(../../img/icon/ar04.gif) no-repeat 50% 0;
width:53px;
height:17px;
margin:20px auto;
}

/*--step--*/
div.step{
margin:0 0 15px 0;
text-align:right;
}

/*--見出し--*/
div#regist_form h3{
line-height:0;
}

/*--枠--*/
div.regist_body{
border:1px solid #999;
border-top:none;
padding:20px 10px;
}

/*--テーブル--*/
div.regist_body table{
border:1px solid #999;
width:100%;
}

div.regist_body table th{
background:url(../../../../user/share/img/bg/bg06.gif);
width:180px;
border:1px solid #999;
vertical-align:top;
text-align:left;
}

div.regist_body table th div{
background:url(../../img/icon/ar01.gif) no-repeat 5px 10px;
padding:9px 5px 8px 20px;
}

div.regist_body table td{
border:1px solid #999;
border-left:none;
vertical-align:top;
padding:5px;
line-height:1.4;
}

div.regist_body table td.td02{
width:5em;
border-right:1px dotted #ccc;
background-color:#efefef;
}

/*--利用規約--*/
div#terms{
width:100%;
height:80px;
overflow:scroll;
margin:0 auto;
border:1px solid #999;
background-color:#e7e7e7;
}

div#terms div{
line-height:1.4;
padding:10px;
}

div#terms div ol,
div#terms div ul{
margin-bottom:1.5em;
}


/*--エラーメッセージ--*/
div#er_message{
border:3px solid #f00;
background:#ffe7e7 url(../../../../user/share/img/icon/error01.gif) no-repeat 10px 10px;
padding:10px;
line-height:1.4;
color:#f00;
}

div#er_message p{
margin:4px 0 20px 35px;
}



/* 003: ログイン
----------------------------------------- */
table.login{
width:360px;
margin:0 auto 20px auto;
background-color:#e7e7e7;
}

table.login th{
padding:10px;
border-bottom:3px solid #fff;
}

table.login td{
padding:10px;
border-bottom:3px solid #fff;
background:url(../../../../user/share/img/bg/bg06.gif);
}

table.login td p.error{
background-position:0 0px;
}




/*--end of this file--*/
