  /*知多製造所　採用ページ用CSS*/

p > .flash1{
    color: #FF0000;
    animation: Flash1 1s infinite;
}

/* アニメーション */
@keyframes Flash1{
  20%{
    opacity: 0;
  }
}

table#chutoTable {
    table-layout: fixed;
    border-spacing: 3px 3px;
    border-collapse: separate;
    cellpadding: 0;
    cellspacing: 0;
    border: 0;
}

table#chutoTable tr {
    vertical-align: top;
    font-size: 12px;
}

table#chutoTable .bg_b8 {
    background: #b8d9ee;
}

table#chutoTable .bg_fc {
    background: #FFFFCC;
}

table#chutoTable .bg_eee {
    background: #eeeeee;
}

table#chutoTable .bg_99F {
    background: #99FFCC;
}

table#chutoTable td {
    padding: 5px;
}

table#chutoTable td.notpd {
    padding: 0;
}

table#chutoTable td .important {
    text-decoration: underline;
    font-weight: bold;
}

table#chutoTable td .txt_ind_1 {
    text-indent: 1em;
    display: block;
}

table#chutoTable td .txt_ind_2 {
    text-indent: 2em;
    display: block;
}

table#chutoTable td .txt_ind_3 {
    text-indent: 3em;
    display: block;
}

table#chutoTable th {
    text-align: left;
    padding: 10px;
}

table#chutoTable th.tw_1 {
    width: 21%;
}

table#chutoTable th.tw_2 {
    width: 7%;
}

table#chutoTable td.tw_2 {
    width: 29%;
}

table#chutoTable td.tw_3 {
    width: 25%;
}

table#chutoTable td.tw_4 {
    width: 25%;
}


.txt_padding {
    display: block;
    padding: 0 0 0 18px;
}

hr {
    border-top: 1px solid #333333;
}

.salary_paragraph {
    margin-bottom: 0!important;
}

.salary_paragraph dt {
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
}

.salary_paragraph dd {
    display: inline-block;
    padding: 0 0 0 23px;
    font-size: 12px;
}