@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  お知らせ詳細
----------------------------------------------------------------------- */
.ttlStyle03 + .date {
	position: absolute;
	top: 15px;
	right: 12px;
	color: #050052;
	font-weight: bold;
	z-index: 10;
}
.article {
	line-height: 1.8;
	margin-top: 30px;
}
.article p {
	text-indent: 1em;
}
.article .presidentSign {
	margin-top: 40px;
}
.btnListBack {
	margin-top: 50px;
}

@media screen and (max-width:768px) {
	.ttlStyle03 + .date {
		position: static;
		font-size: 11px;
		margin: 10px 0.5em 0;
	}
	.article {
		font-size: 11px;
		line-height: 2.0;
		margin-top: 10px;
	}
	.article .presidentSign {
		margin-top: 20px;
	}
	.btnListBack {
		margin-top: 25px;
	}
}
