@charset "utf-8";
/* CSS Document */
.notice table.notice_tbl01 {
	border:3px solid #4B89B2;
	margin-top:54px;
	width:100%;
}
.notice .notice_tbl01 th {
	background-color:#DDF4FF;
	border-right:3px solid #4B89B2;
	border-bottom:3px solid #4B89B2;
	text-align:center;
	vertical-align:middle;
	padding:20px 40px;
}
.notice .notice_tbl01 td {
	border-bottom:3px solid #4B89B2;
	padding:20px;
	vertical-align:middle;
}
.notice .notice_tbl01 td p {
	margin-bottom:10px;
}
.notice .notice_tbl01 td p.pl_1em {
	padding-left:1em;
}
.notice .notice_tbl01 td p strong {
	color:#024a8a;
}
