@charset "utf-8";
table{
  margin-bottom: 64px;
  width: auto;
}
caption{
  width: 100%;
  background-color: #E7E4CB;
  text-align: center;
}
th,
td{
  border: 1px solid #999;
}
td ul{
  margin: 0;
}
.shift_table{
  border: 2px solid #666;
  margin-bottom: 36px;
}
.shift_table td{
  padding: 0 4px;
  border: 1px solid #999;
  text-align: center;
}
.shift_table .td_bottom td{
  border-bottom: 2px solid #909090;
}

.tbl_exp_mdt .tr_firstline th{
  padding: 0;
  vertical-align: bottom;
}
.tbl_exp_mdt td{
  vertical-align: top;
}
.tbl_exp_mdt .borderd_span span{
  border: 1px solid #909090;
  padding: 4px;
  margin-bottom: 5px;
  display: block;
}
.tbl_exp_mdt .borderd_span.display span{
  text-align: center;
}
.tbl_exp_mdt .borderd_span span .inner_span{
  display: inline-block;
  padding: 2px 4px;
  line-height: 1;
  margin-bottom: 0;
}
.tbl_exp_mdt .tr_center td{
  text-align: center;
}
.tbl_exp_mdt .relief_text {
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.tbl_exp_mdt .relief_text a{
  text-decoration: underline;
}
.tbl_exp_mdt span{
  display: block;
}
.tbl_exp_mdt .pharmaceutical{
  text-align: center;
  font-weight: bold;
}
.tbl_exp_mdt .thin_td{
  padding: 0;
}
/* タブレット以下 */
@media only screen and (max-width: 959px){
  th{
    width: auto !important;
  }
  .shift_table{
    display: table;
    margin: 0 auto 36px;
  }
  .shift_table th,
  .shift_table td{
    display: table-cell;
    border: 1px solid #999 !important;
  }
  .shift_table .td_bottom td{
    border-bottom: 2px solid #909090 !important;
  }
  .tbl_exp_mdt td{
    width: 130px;
  }

  }/* このとじカッコは消さないこと */

  /* スマホ以下 */
  @media only screen and (max-width: 767px){
    .tbl_exp_mdt .tr_firstline{
      display: none;
    }
    .tbl_exp_mdt .borderd_span.display span{
      width: 140px;
      margin: 0 auto 5px;
    }
    .tbl_exp_mdt .borderd_span span .inner_span{
      width: auto;
    }

    }/* このとじカッコは消さないこと */
