<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ms-bbs-comment-list
--------- --------- --------- */
#contents .ms-bbs-comment-list{
	margin-top: 20px;
}

#contents .ms-bbs-comment-list .lead-text {
	font-weight: bold;
}

/* ------------------------------
 ** 選考状況ボタン
 ------------------------------ */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Regular.woff) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 600;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Medium.woff) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Bold.woff) format('opentype');
}

#contents .bbs-headerinfo.check-naitei-status .check-naitei-status-btn {
	position: relative;
	width: 355px;
	height: 48px;
	margin: 0 auto 8px;
	padding: 8px;
	border: 2px solid #ef6c00;
	border-radius: 3px;
	background-color: #fbfaf6;
	transition: opacity .3s ease;
	font-size: 14px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}
#contents .bbs-headerinfo.check-naitei-status .check-naitei-status-btn:hover {
	opacity: .85;
}
#contents .bbs-headerinfo.check-naitei-status .check-naitei-status-btn.is-new::before {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 56px;
	height: 44px;
	background: url(/contents/nikki/pc/bbs/img/icon_new_button.svg) no-repeat;
	background-size: cover;
	content: '';
}
#contents .bbs-headerinfo.check-naitei-status .check-naitei-status-btn::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/pc/bbs/img/icon_chevron_right_orange.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
#contents .bbs-headerinfo.check-naitei-status .check-naitei-status-btn span {
	padding-left: 20px;
	color: #333;
}
#contents .bbs-headerinfo.check-naitei-status .check-naitei-status-btn span::before {
	position: absolute;
	top: 50%;
	left: 70px;
	width: 21px;
	height: 21px;
	background: url(/contents/nikki/pc/bbs/img/icon_calendar_filled_orange.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
#contents .check-naitei-status-btn-note {
	margin-bottom: 8px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
	text-align: center;
}
#contents .check-naitei-status-btn-note a {
	position: relative;
	transition: all .3s ease;
	color: #002896;
	text-decoration: underline;
}
#contents .check-naitei-status-btn-note a:hover {
	text-decoration: none;
}
#contents .check-naitei-status-btn-note a::before {
	position: absolute;
	left: -25px;
	width: 21px;
	height: 21px;
	background: url(/contents/nikki/images/icon_help.svg) no-repeat;
	background-size: cover;
	content: '';
}
</pre></body></html>