.newblock{
	margin-bottom:20px;
}

.p-descrp-board{
	margin-bottom:40px;
}


.photo{
	margin-left:15px;
	margin-bottom:15px;
}

.foot-table{
	position:relative;
	width:100%;
}

.foot-table figure{
	width:60%;
}

.foot-table figure img{
	width:100%;
}

.foot-table span.year{
	position:absolute;
	top:10px;
	right:0;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0.1em;
	text-align:left;
}

@media screen and (max-width: 800px) {
.photo{
	width:150px;
}

.foot-table span.year{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:fit-content;
	margin-left:auto;
	font-size:14px;
	text-align:left;
}

.foot-table figure{
	width:80%;
}


}
@media screen and (max-width: 600px) {
}