#page {
	margin: 0;
	padding: 84px 0 0 0;
	width: 100%;
}

.box-contents-row {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 70px;
  margin-bottom: 150px;
}
		
.tb01 table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
	font-size: 14px;
	font-weight: normal;
}
.tb01 th {
  color: #000000;
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: normal;
	padding: 14px;
	text-align: center;
	white-space:nowrap;
	}
	
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}	
