
/*プロフィールテーブル--------------------------------------*/
table.proftabl {
width: 478px;
border-collapse: collapse;
background-color: #ffffff;
border-top:3px solid #ff00ff;
border-bottom:1px solid #ff00ff;
background-color: #ffffff;
}
tr:hover.proftabl {
background: #FFE1FF;
}
th:hover.proftabl {
background: #EBCBEB;
}
td, th.proftabl  {
border-bottom:1px dotted #666666;
padding: .5em;
  }
  
th.proftabl  {
width: 120px;
color: #333333;
border-right:1px solid #666666;
background-color: #E6E6E6;
}

/*リクルートテーブル--------------------------------------*/
table.recrtabl {
width: 478px;
border-collapse: collapse;
background-color: #ffffff;
margin-top:10px;
border-top:3px solid #00ff00;
border-bottom:1px solid #00ff00;
background-color: #ffffff;
}
tr:hover.recrtabl {
background: #e1ffe1;
}
th:hover.recrtabl {
background: #cbebcb;
}
td, th.recrtabl {
border-bottom:1px dotted #666666;
padding: .5em;
  }
  
th.recrtabl {
width: 120px;
color: #333333;
border-right:1px solid #666666;
background-color: #E6E6E6;
}