/**/

.pnavi{
	width:900px;
	margin:0px 10px 10px 0px;
	overflow:hidden;
	font-size:110%;
	border-bottom:none;
}

.pnavi li{
	width:30%;
	list-style-type:none;
	overflow:hidden;
	line-height:175%;
	float:left;
	margin-right:20px;
	border-bottom:none;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

.pnavi li a{
	height: 340px;
	overflow:hidden;
	display:block;
	/*background-image:url(images/icon02.png);
	background-repeat:no-repeat;
	background-position:left center;*/
	text-decoration:none;
	/*border-bottom:1px dotted #666666;*/
	border:1px solid #0064B1;
}

.list_head{
	display: flex;
	align-items: center;
	height: 55px;
	line-height: 100%;
	background-color: #0064B1;
    color: #fff;
	padding: 0px 15px 0px 15px;
}

a:hover .list_head{
	background-color: #3F8EBA;	
}

.thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
}

.thumbnail img{
	width:200px;
	height:auto;
}
