@charset "UTF-8";
/* CSS Document */

/* 募集要項テーブル */
table.recruit{
    font-size: 94%;
}
table.recruit th{
    background: #eeeeee;
    width: 200px;
}
table.recruit th,table.recruit td{
    padding: 0.5rem 1rem;
}
table.recruit th{
    border: 2px solid #FFF;
}
table.recruit td{
    border: 2px solid #eeeeee;
}