@charset "UTF-8";
/*========== スタッフ募集ページ独自のスタイル設定 ========== */



table                  { width:700px;
                         border-collapse:collapse;
                         margin:40px auto;
                         border:3px solid #ff8c00; }

table th               { color:#000080;
                         text-align:center;
                         padding:10px;
                         letter-spacing:0.2em;
                         background-color:#fff5f5;
                         border:1px solid #ff8c00; }

table td               { padding:10px;
                         text-align:left;
                         line-height:150%;
                         border:1px solid #ff8c00; }

table td img           { vertical-align:middle;
                         margin-right:0.5em; }

table td.setumei       { background-color:#f0ffdc;
                         text-align:center;
                         letter-spacing:1em;
                         line-height:200%;
                         font-weight:bold; }

table td.setumei img   { vertical-align:middle;
                         margin-right:1em; }



