@charset "UTF-8";
table{
  border-collapse: collapse;
	margin: 20px 7% 5px 3%;
	width: 35em;
}
.tb_age2 tr{
	border: solid 1px #D69DAD;
	
}
.tb_age2 td{
  padding: 7px 20px;
  text-align:left;
  box-sizing:border-box;
background-color:#FCEAEC;
}

.tb_age2 th {
  background: #E56671;
	color: #fff;
  text-align:left;
  box-sizing:border-box;
  width: 50%;
	padding:7px 20px;
}

@media screen and (max-width: 580px) {

.tb_age2 {
    width: 100%;
  }
  table.tb_age2 th,
  table.tb_age2 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  
	


}

