.image-event {
	text-align: center;
}
.image-event img {
	max-width: 100%;
}

.event-contents {
	max-width: 700px;
	margin: 30px auto 50px;
}
.tbl-event-view th {
	width: 150px;
	text-align: center;
	vertical-align: middle !important;
}

.tit-event-lg {
	font-size: 18px;
	color: #007bbb;
}
.tit-event {
	background: #F5F5F5;
	padding: 5px 15px;
	font-weight: bold;
}
.tbl-event {
	width: 100%;
}
.tbl-event td {
	padding: 4px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #F5F5F5;
}
.tbl-event a {
	color: #333;
	font-weight: bold;
}
.tbl-event a:hover {
	color: #666;
}

.photo-title {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 15px;
}
.photo-contents a.photo-link {
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
}
.photo-image {
	position: relative;
	margin-bottom: 6px;
	padding: 0 !important;
	overflow: hidden;
}
.photo-link img {
-webkit-transform: rotate(0) scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.photo-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.photo-data {
	position: absolute;
	padding: 5px;
	background: rgba(256,256,256,0.5);
	z-index: 1;
}
@media screen and (max-width:768px) {
.photo-title {
	padding: 0 6px;
}
.tbl-event-view th {
	background: #F5F5F5;
}
.tbl-event-view th,
.tbl-event-view td {
	display: block;
	width: 100%;
}
.panel>.table>tbody:first-child>tr:first-child th {
	border-bottom: 1px solid #ddd;
}
}
