/* 同窓会からのお知らせ　表 */
#column_main table.meeting {
	margin-bottom: 30px;
}
#column_main table.meeting th, #column_main table.meeting td {
	padding-bottom: 8px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
#column_main table.meeting th {
	padding-right: 14px;
}
/*（スマホ） */
@media screen and (max-width: 599px) {
	#column_main table.meeting th, #column_main table.meeting td {
		font-size: 12px;
	}
}
/* 同窓会からのお知らせ　見出し */
#column_main h3.meeting {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 16px;
	font-size: 14px;
	border: 1px solid #ccc;
}
/*（スマホ） */
@media screen and (max-width: 599px) {
	#column_main h3.meeting {
		font-size: 12px;
	}
}