body {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 180%;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin : 0px;
	letter-spacing: 0.05em;
}
form {
	margin: 0px;
	padding: 0px;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border: none;
}
table {
	border: none;
	letter-spacing: 1px;
}
.clear{
  clear: both;
}

.beback2 {
  background-color: #fbfaf9;
}
.act{
	font-weight: bold;
}
.act a span.text-wrapper{
	background-color: white;
}
/* お知らせ本文中のリンク（ブラウザ既定の青字を避け、本文色＋下線でサイトに馴染ませる） */
.post__body a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: opacity 0.2s ease;
}
.post__body a:hover {
	opacity: 0.6;
}