/* CSS Document */
.label {
	font-size:85%;font-weight:normal;
    white-space:normal;
	}
.page-subtitle {
	background: url(img/subpagetit/02.jpg) no-repeat center #81b541;
}
.fullpic {
	margin: 10px auto;
	text-align: center;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex .col-md-4, .row.display-flex .col-md-3, .row.display-flex .col-md-2 {
	margin-bottom: 20px
}
.thumbnail {
	height: 100%;
}
.thumbnail img {
  width: 250px;
  height: 150px;
  object-fit: cover;
  object-position: center center
}
.row.display-flex .thumbnail {
	margin-bottom: 0px;
}
.thumbnail p {
	font-size: 100%;
	margin: 0;
}
.thumbnail .lable {
	background-color: #3db1e4;
	color: #1a1a60;
	padding: 3px 5px;
	margin: 5px 0 0 5px;
	display: inline-block;
	text-decoration: none
}

.thumbnail .caption {
	padding-top: 3px;
}
.thumbnail .caption .title {
	font-size:120%;
	font-weight:bold;
	margin:6px 0;
	color: #1a1a60;
}
.thumbnail:hover {
	background-color: #FFC
}

/*>1024px*/
@media only screen and (min-width: 1024px) {
.fullpic {
	width: 70%;
}
.fullpic img {
	width: 100%;
}
.entry-summary {
	width: 80%;
	margin: 0 auto
}

.fancybox-slide--iframe .fancybox-content {
	max-width  : 1024px;

}
}

/*<768px*/
@media (max-width: 768px) {
.fullpic {
	width: 100%;
}
.fullpic img {
	width: 100%;
}
}

/*<480px*/
@media only screen and (max-width: 480px) {
.fullpic {
	width: 100%;
}
.fullpic img {
	width: 100%;
}
}
