.p-info-contents {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-info-contents {
    padding-top: 45px;
  }
}
table {
	width: 100%;
  border-collapse: collapse;
	text-align: center;
}

th, td {
  border: solid 1px #d3d3d3;
	padding: 1rem 0;
	width: 7%;
}


table th{
	background-color: #FEF9EE;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}

table th.guide_weight{
	background-color: #f5f5f5;
}
@media only screen and (max-width: 1099px){
.scroll {
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;
	 white-space: nowrap; 

}
	
th, td {
  border: solid 1px #d3d3d3; 
	padding: 1rem 0.5rem;;
}
}

@media only screen and (max-width: 599px) {
th, td {
  border: solid 1px #d3d3d3; 
	padding: 0.7rem 0.5rem;;
}
}