@charset "utf-8";
/* ================================================================== */
/* default03.css /landing/common/内のテンプレート資材
    ○form(/landing/common/entry/form03.html)(/landing/common/entry/form04.html)用
    ○notesBox(/landing/common/notesBox.html)用
    ○copyright_footerCopy(/landing/common/copyright_footerCopy.html)用
*/
/* ================================================================== */

/* ================================================================== */
/* 01：recruitnbForm                                                  */
/* ================================================================== */
#recruitnbForm {
  width:700px;
  font-family:'Lucida Grande',Verdana,'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:12px;
  line-height:1.7;
  margin:0 auto;
  padding:0;
}
#recruitnbForm ul, ol, dl, dt, dd, div, th {
  font-weight: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#recruitnbForm form p { margin:0; }
#recruitnbForm table {
  margin: 0;
  padding: 0;
  width:700px;
  border-collapse: collapse;
  border-style: solid none none;
  border-width: 1px medium medium;
  border-color: #CCCCCC;
  background:#fff none repeat scroll 0 0;
}
#recruitnbForm table tr th {
  background-color: #FFF8DB;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  color: #333333;
  padding:7px;
  text-align: left;
  vertical-align: middle;
  min-width:62px;
  width: auto !important;
  width: 62px;
}
#recruitnbForm table tr th.width02 {
  width:60px;
}
#recruitnbForm table tr.necessary th {
  background: url("/landing/common/img/icon_necessary.png") no-repeat scroll 93% center #FFF8DB;
  padding-right:40px;
  line-height:110%;
}
#recruitnbForm table td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding:7px;
  text-align: left;
  vertical-align: middle;
  width:273px;
}
#recruitnbForm table td.width03{
  width:178px;
}
#recruitnbForm table td.width04{
  width:574px;
}
#recruitnbForm table ul li {
  float: left;
  overflow: auto;
  padding-right:10px;
}
#recruitnbForm table input{
  padding: 4px;
  border: 1px solid #999999;
}
#recruitnbForm table ul li.non{
  padding-right:0;
}
#recruitnbForm table input.ck{
  border: none;
  position: relative;
  top: 2px;
}
#recruitnbForm table select{
  border: 1px solid #999999;
}

/* 個別項目処理 */
#recruitnbForm table #JobNameFamily {
  width: 200px;
}
#recruitnbForm table #JobBirthY {
  width: 115px;
}
#recruitnbForm table #JobPrefectureNo {
  width: 80px;
}
#recruitnbForm table #JobMcode {
  width:160px;
}
#recruitnbForm table #JobMobileTel01 {
  width: 160px;
}
#recruitnbForm table dl#ConditionDescription dt {
  width: 60px;
  padding:0 5px;
  float: left;
  margin:0 10px 5px 0;
  clear: both;
  background:#fff8db none repeat scroll 0 0;
}
#recruitnbForm table dl#ConditionDescription dd {
  /*overflow:hidden;*/
  margin:0 0 5px 0;
}
#recruitnbForm label#JobJobLocationPriority2 {
  margin-left: 20px;
}
#recruitnbForm dd#WorkLocation select {
  margin: 0 20px 0 0;
}
#recruitnbForm table #JobJobLocationPriority1, #JobJobLocationPriority2 {
  width: 80px;
}
#recruitnbForm table #JobPreferenceAssumptionDate {
  width: 170px;
}
#recruitnbForm table #JobDemand{
  border: 1px solid #999999;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding:4px;
  text-align: left;
  vertical-align: middle;
  width:98%;
  height:2em;
  line-height:110%;
}
#recruitnbForm table #JobMail {
  width:280px;
  float:left;
}
#recruitnbForm p.note1{
  font-size:11px;
  float:left;
  padding:2px 0 0 10px;
}
#recruitnbForm .inputsample{
  font-size:12px;
}
#recruitnbForm .inputsample::-webkit-input-placeholder {
  font-size:12px;
}
#recruitnbForm .inputsample:-ms-input-placeholder {
  font-size:12px;
}
#recruitnbForm .inputsample::-moz-placeholder {
  font-size:12px;
}

/* ボタン上部リンク調整 */
#recruitnbForm .buttonbox{
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
#recruitnbForm .buttonbox ul{
  float: left;
  left: 50%;
  position: relative;
}
#recruitnbForm .buttonbox ul li{
  float: left;
  left: -50%;
  position: relative;
  background: url("/landing/common/img/arw.gif") no-repeat scroll left center;
  padding:0 20px 0 10px;
}

/* 登録ボタン CSSスプライト */
#recruitnbForm #img-confirm {
  background: url("/landing/common/img/btn_confirm.gif") no-repeat scroll center top;
  border: 0 none;
  height: 78px;
  margin: 10px auto 0;
  width: 720px;
}
#recruitnbForm #img-confirm:hover {
  background-position: center bottom;
  cursor:pointer;
}

/* エラー時処理 */
#recruitnbForm p.errorTxt{
  font-weight: bold;
  color: #FF0000;
}
#recruitnbForm input.errorTxt {
  background-color: #F4AAC5;
}
#recruitnbForm select.errorTxt {
  background-color: #F4AAC5;
}

/* 次へボタン ※ /landing/common/entry/form04.html用 */
#nextbtn{
  display:none;
  width:354px;
  margin:20px auto 30px;
}
#nextbtn img{
  margin:0 auto;
  width:100%;
  border: 0 none;
}
#nextbtn img:hover {
  cursor:pointer;
}

/* ================================================================== */
/* 02：notesBox                                                       */
/* ================================================================== */
.notesBox{
  margin: 20px auto; 
  width: 678px;
  padding: 20px;
  background-color:#f7f3ed;
  border:solid 1px #cbc2b5;
  text-align: left;
}
.notesBox dl.notesArea{
  float: left;
  width: 470px;
  color: #52350b;
}
.notesBox dl.notesArea dt{
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 8px;
}
.notesBox .privacymark{
  float: right;
  width: 185px;
  padding-left: 20px;
  margin-top: 30px;
}
.notesBox .privacymark p.pmark{
  float: left;
  width: 75px;
  background-color: #fff;
}
.notesBox .privacymark p.txt{
  float: right;
  padding-left:5px;
  width:100px;
  font-size: 0.8em;
  line-height:150%;
}

/* ================================================================== */
/* 03：footerCopy ※baseはdefault03.css、背景画像は固有cssで設定      */
/* ================================================================== */
#footerCopy{
  background:#fff none repeat 0 0;
}
#footerCopy .copyArea {
  margin:0 auto;
  padding-top:35px;
  width: 289px;
}