.table_status {

}
/*ユニットステータス始まり*/

/*難易度*/
.table_status tr:nth-child(1) td:nth-child(2){
background:#696969;
color:#ffffff;
width:70px;
}

/*レンジ*/
.table_status tr:nth-child(2) td:nth-child(1){
background:#696969;
color:#ffffff;
width:70px;
}

/*HP*/
.table_status tr:nth-child(3) td:nth-child(1){
background:#696969;
color:#ffffff;
width:70px;
}

/*シールド*/
.table_status tr:nth-child(4) td:nth-child(1){
background:#696969;
color:#ffffff;
width:70px;
}

/*ステップ*/
.table_status tr:nth-child(2) td:nth-child(3){
background:#696969;
color:#ffffff;
width:70px;
}

/*パッシブ*/
.table_status tr:nth-child(3) td:nth-child(3){
background:#696969;
color:#ffffff;
width:70px;
}

/*可変*/
.table_status tr:nth-child(4) td:nth-child(3){
background:#696969;
color:#ffffff;
width:70px;
}

/*見出し*/
.midashi{
border:none;
background-color: #ffffff;
border-left: 2px solid #f90;
font-size: 20px;
font-weight: 700;
margin: 16px 0 12px;
padding: 10px 8px;
}