@charset "UTF-8";
table{
  border-collapse: collapse;
  font-weight: 400;
margin: 40px 20% 40px 0;
	text-align-last: left;
	width: 80%;
}

.tb_pub td{
  padding: 10px 30px;
  border: solid 2px #fff;
  text-align:left;
  box-sizing:border-box;
	background-color:#f3f4ef;
  color: #272727;  
}

.tb_pub th {
  background: #95ddeb;
	color: #272727;
  border: solid 2px #fff;
  text-align:left;
  box-sizing:border-box;
  width: 30%;
  font-weight: 400;
  padding:10px 30px;
}



@media screen and (max-width: 580px) {
table{
margin: 20px auto;
width: 100%;
}

.tb_pub {
    width: 100%;
  }
  table.tb_pub th,
  table.tb_pub td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_comp tr:last-child{
    border-bottom: solid 2px #fff;
  }
	


}

