.photo img{
	display: inline-block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.photoBig img{
	display: inline-block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.eventModify{
	width: 288px;
	height: 102px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.event img{
	display: inline-block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@keyframes mg-blink-effect {
	50% {
		opacity: 0;
	}
}
.mgblink {
	animation: mg-blink-effect 2s step-end infinite;
}

table.type08 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  margin: 10px 5px;
}

table.type08 thead th {
  padding: 5px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #c00;
  background: #dcdcd1;
  text-align: center;
  font-size: 12px
}
table.type08 tbody th {
  width: 150px;
  padding: 5px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
  font-size: 12px
}
table.type08 td {
  width: 350px;
  padding: 5px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px
}