@charset "UTF-8";

.inner_item_txt tr:first-child td:first-child  {
width: 20%;
}
.inner_item_txt tr:first-child td:first-child  {
width: 20%;
}
.inner_item_txt table {
table-layout: fixed;
    min-width: 640px;
}
.inner_item_txt td {
padding: 0.7em;
}
.table-color {
background: #F7F8F7;
}
table {
border: 1px solid #e5e5e5;
}
@media screen and (max-width: 640px) {
.inner_item_txt {
    overflow-x:  scroll;
}
}