@charset "UTF-8";
/* ------------------------------------------------------------
Project     : 上野クリニック
Web Site    : http://www.ueno.co.jp
File Name   : /css/recruit.css
Apply Dir   : recruit
Description : 採用情報スタイル定義
Update      : 2012.12.12
------------------------------------------------------------ */


/* ------------------------------------------------------------
コンテンツ構造
------------------------------------------------------------ */
.recruitbox {
margin-top:40px;
margin-bottom:50px;
}

.recruitbox h2 {
margin:0px;
padding:0px;
}

.recruitbox table {
width:970px;
}

.recruitbox table th {
border:1px solid #d5d5d5;
background:#f8f8f8;
text-align:left;
font-weight:normal;
padding:15px;
width:100px;
font-size:12px;
}
.recruitbox table td {
border:1px solid #d5d5d5;
padding:15px;
font-size:12px;
}

.recruitbox table td.tdType02 {
border:1px solid #d5d5d5;
padding:15px 0px;
font-size:12px;
text-align:center;
}


