@charset "utf-8";

/* =============================================================
 * サイト名 - Local Pages
 * =============================================================
 * URL: http://xxx.xxx/
 * Created: 2008-01-01
 * Last modified: 2008-01-01
 * Copyright (C) XXX. All Rights Reserved.
 * ------------------------------------------------------------- */
#company.jobs  #contents h1 { background-image: url(../image/recruit_title.gif); }
#company.entry #contents h1 { background-image: url(../image/entry_title.gif); }

/* -------------------------------------------------------------
 * 会社案内 - 採用情報
 * ------------------------------------------------------------- */

#company.jobs .read p {
margin:0;
}
/*#company.jobs h2 {
margin-top:10px;
}*/
#company.jobs table.category {
border-collapse:collapse;
margin-bottom:30px;
}
#company.jobs table.category caption {
color:#fff;
background:url(../image/caption_bg.gif) no-repeat;
height:30px;
line-height:30px;
font-size:14px;
text-align:left;
font-weight:bold;
text-indent:20px;
}
#company.jobs table.category th {
width:116px;
color:#003264;
font-size:14px;
background-color:#e2f1ff;
background-image:none;
padding:10px;
border-bottom:#ccc 1px solid;
border-right:#ccc 1px solid;
border-left:#ccc 1px solid;
}
#company.jobs table.category td {
padding:10px;
font-size:13px;
border-bottom:#ccc 1px solid;
}
#company.jobs table.category td.detail {
vertical-align:bottom;
border-right:#ccc 1px solid;
}
#company.jobs table.category td.detail a {
display:block;
text-indent:-9999px;
background:url(../image/detail.gif) no-repeat 0 0;
width:160px;
height:25px;
}
#company.jobs table.category td.detail a:hover {
background-position:0 -25px ;
}
#company.jobs table.category td.detail span{
display:block;
text-indent:-9999px;
background:url(../image/close.gif) no-repeat 0 0;
width:160px;
height:25px;
}


/* -------------------------------------------------------------
 * 会社案内 - 採用情報 - 募集要項
 * ------------------------------------------------------------- */

#company.entry #contents h3.entry {
background:url(../image/entry_h3.gif) no-repeat;
text-indent:-9999px;
}
#company.entry #contents table.category {
border-collapse:collapse;
border-top:#ccc 1px solid;
width:100%;
}
#company.entry #contents table th {
background:url(../image/blue_bg.gif) repeat;
border-bottom:#ccc 1px solid;
width:110px;
padding:7px;
}
#company.entry #contents table td {
border-bottom:#ccc 1px solid;
padding:7px 20px;
}