
/* PC SP 共通 */
.event-postbox .image{
	text-align: center;
}
.event-postbox .image a{
	display: inline-block;
	line-height: 0;
}
#content .event-postbox .image a:after{
	display: none;
}
.event-postbox .image a:hover{
	opacity: 0.7;
}
.event-postbox .titles{
	margin-bottom: 0;
	padding: 12px 35px;
    color: #ffffff;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
	line-height: 1.625;
	background-color: #1E325B;
}
#content table.eventpasttable th{
	text-align: center;
}
#content table.eventpasttable th.num,
#content table.eventpasttable td.num{
	min-width: 120px;
}
#content table.eventpasttable .num a{
	margin-left: -22px;
}
#content table.eventpasttable a[target="_blank"]:after{
	display: none;
}
#content table.eventpasttable th.editlink,
#content table.eventpasttable td.editlink{
	width: 110px;
	padding-right: 10px;
	padding-left: 10px;
}

@media print, all and (min-width: 751px) {
	
	/* PC */
	.event-postbox{
		border-bottom: 1px solid #1E325B;
	}
	.event-postbox .colbox{
		display: flex;
	}
	.event-postbox .colbox > table.tableitem{
		flex: 1;
		margin-bottom: 0;
	}
	.event-postbox .colbox > table.tableitem:not(:last-child){
		margin-right: 14px;
	}
	.event-postbox .image{
		padding: 15px 18px;
	}
	.event-postbox .image img{
		max-width: 150px;
	}
	.event-postbox .colbox > table.tableitem tr:first-child th,
	.event-postbox .colbox > table.tableitem tr:first-child td{
		border-top: none;
	}
	.event-postbox .colbox > table.tableitem tr:last-child th,
	.event-postbox .colbox > table.tableitem tr:last-child td{
		border-bottom: none;
	}
	
	#content table.eventpasttable th.period,
	#content table.eventpasttable td.period{
		min-width: 210px;
	}
                       
}

@media only screen and (max-width: 750px) {
    
	/* SP */
	.event-postbox .titles{
		padding-right: 15px;
		padding-left: 15px;
	}
	.event-postbox .colbox > table.tableitem{
		width: 100%;
		margin-bottom: 14px;
	}
	.event-postbox .image img{
		max-width: 240px;
	}
	
	#content table.eventpasttable{
		min-width: 700px;
	}
	
    
}