.p-nav{
	display: flex;
	margin: 30px 2% 20px;
	justify-content: center;
}

.p-nav li{
	margin: 0 5px;
	width: 48%;
}

.p-nav li a{
	background: linear-gradient(to bottom, #515151 0%, #000 100%);
	border-radius: 5px;
	display:block;
	padding: 15px;
	text-decoration:none;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.p-nav li.current a{
	background: linear-gradient(to bottom, #feee63 0%, #ffe100 100%);
	color: #000000;
}

.p-subnav{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	margin: 20px 4%;
}
.p-subnav li a{
	display: block;
	background: #eeeeee;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	padding: 10px;
}

.update{
	margin: 5px 4%;
	text-align: right;
	font-size: 12px;
}

#contents .table02 table{
	margin:0 0 30px 0;
}

#contents .table02 table th,
#contents .table02 table td{
	text-align: center;
}

#contents .table02 table td.name{
	text-align: left;
}

p.comment{
	font-weight: bold;
  	font-size: 16px;
  	text-align: center;
  	margin: 50px 0;
  	line-height: 1.3;
}