.p-info-contents {
	padding-top: 90px;
}
@media screen and (max-width: 767px) {
	.p-info-contents {
		padding-top: 45px;
	}
}

table{
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

th, td {
padding: 5;
}

th.w30 {width: 30%;}
th.w33 {width: 33%;}
th.w40 {width: 40%;}
th.w50 {width: 50%;}

th.h1 {height: 10px;}
th.h3 {height: 30px;}
th.h5 {height: 50px;}

td.w25 {width: 25%;}
td.w30 {width: 30%;}
td.w33 {width: 33%;}
td.w40 {width: 40%;}
td.w50 {width: 50%;}

td.h1 {height: 10px;}
td.h3 {height: 30px;}
td.h5 {height: 50px;}

th.nopadding {
  padding: 0;
}

td.nopadding {
  padding: 0;
}

table.noline {
	border: none;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #666;
	max-width: 100%;
	text-align: center;
	background-color: #fff
}

table.line {
	border: 1px solid #CCCCCC;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #666;
	max-width: 100%;
	text-align: center;
	background-color: #fff
}
