@charset "utf-8";
/* CSS Document */
#wrapMain h3.txt{
margin:30px 10px 20px 10px;
background:#edede8;
font-weight:bold;
padding:5px 10px;
border:none;
color:#444444;
}
/**/
#wrapRecCon{
margin:10px 20px 0 10px;
}
#wrapRecCon h2{
margin:0 0 10px 0;
}
#wrapRecCon p{
margin:10px 10px 0 10px;
font-size:0.75em;
line-height:140%;
}
/**/
#wrapMain h2.senpai{
margin:0;
}
#wrapMain table.bsc{
background:#faf9f2;
width:660px;
margin:10px 10px 0 10px;
color:#555555;
border-top:1px solid #d6d6d6;
}
#wrapMain table.bsc th{
background:#f5f3e6;
font-weight:bold;
padding:10px 20px;
font-size:0.75em;
line-height:140%;
border-bottom:1px solid #d6d6d6;
vertical-align:middle;
width:130px;
}
#wrapMain table.bsc td{
padding:10px;
text-align:left;
font-size:0.75em;
line-height:140%;
border-bottom:1px solid #d6d6d6;
}
/**/
#wrapMain table.tblLo h2{
position:relative;
padding:0 0 5px 0;
font-size:0.9em;
font-weight:bold;
border-bottom:1px solid #d6d6d6;
}
#wrapMain table.tblLo h2 span{
padding:0 10px 0 0;
}
#wrapMain table.tblLo p.nen{
text-align:right;
padding:5px 0 10px 0;
}
/**/
/*
採用内のメニューの表示非表示はこのスタイルシートで調節します。
ただし、サイトマップ、採用表紙ページは調節できません。
それぞれのHTMLファイルで適宜コメントアウトしてください。

■設定の仕方■
display:inherit;→表示
display:none;→非表示

A：募集要項
B：先輩社員紹介
C：採用担当より

A～Cの各まとまりごとに、本来一番上に表示するメニューが非表示の場合は、
表示されるメニューの一番上に該当するところに以下2行を追加する。
background-image:none;
border-top:1px solid #d2d1cb;

A～Cの各まとまりごとに、本来一番下に表示するメニューが非表示の場合は、
表示されるメニューの一番下に該当するところに以下1行を追加する。
border-bottom:1px solid #eae9e4;
*/
/*A：募集要項*/
#menuAT{
display:none;
}
#menuA1{
display:none;
}
#menuA2{
display:none;
}
/**/
/*B：先輩社員紹介*/
#menuBT{
display:inherit;
}
#menuB1{
display:inherit;
}
#menuB2{
display:inherit;
}
#menuB3{
display:inherit;
}
/**/
/*C：採用担当より*/
#menuCT{
display:inherit;
}
#menuC1{
display:inherit;
}
/**/
/*end*/
