@charset "utf-8";

/* ---SUMMARY---
* Site Name: ジモ求埼玉版ユーザーページ
* Description: user/ctrl/以下
* Version: 20090306
* Author: F
------*/

/* ---CONTENTS---
001:検討リスト 
------*/



/* 001: 検討リスト
----------------------------------------- */
/*--案件数--*/
p#savelist_top span{
font-weight:bold;
color:#f00;
font-size:x-large;
}

/*--案件テーブル--*/
table#savelist{
width:100%;
table-layout:fixed;
border:1px solid #999;
margin:0 auto 20px auto;
}

table#savelist tr.color{
background-color:#e7e7e7;
}

table#savelist th{
vertical-align:middle;
text-align:center;
font-weight:bold;
letter-spacing:2px;
font-size:10px;
background-color:#def5ad;
border:1px solid #999;
padding:5px 0;
}

table#savelist td{
vertical-align:middle;
border:1px solid #999;
padding:10px 5px;
line-height:1.3;
}

/*写真*/
table#savelist td div.phs{
float:left;
margin:0 5px 0 0;
}

/*会社名*/
table#savelist td div.cname{
padding-top:9px;
}

table#savelist td div.cname p{
margin-bottom:0;
}

/*エントリーボタン*/
table#savelist td#entry_bt{
text-align:center;
background:url(../../img/pages/ctrl/savelist/te0.gif) no-repeat 15px 0;
}

table#savelist td#entry_bt div.ar{
background:url(../../img/icon/ar05.gif) no-repeat 50% 0;
width:53px;
height:17px;
margin:15px auto;
}

/*エントリーコード入力*/
div#entry_code{
font-size:smaller;
background:url(../../img/bg/bg06.gif);
margin:10px auto;
width:540px;
padding:10px;
}

div#entry_code p{
font-weight:bold;
}

div#entry_code dl{
text-align:left;
margin:0 auto;
width:390px;
}

div#entry_code dt{
float:left;
width:140px;
background:url(../../img/icon/ar07.gif) no-repeat 0 2px;
padding-left:15px;
}

div#entry_code dd{
margin-left:140px;
padding-bottom:5px;
}






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