/**======================================
	table
======================================**/

table th {
  background: #f7f8f9;
  text-align: center;
  vertical-align: middle;
}

.entry_part p {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  table th {
    width: 200px;
  }
}
