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

/* =====================================
	full-time-tearcher
===================================== */
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_pink {
	background: #e9f4f8 !important;
}
.lead {
	margin-bottom: 40px;
}
.cont {
	margin-bottom: 65px;
}
.cont:last-child {
	margin-bottom: 0;
}
.cont .head {
	margin-bottom: 70px;
}
.cont .ttl02 {
	margin-bottom: 20px;
}
.cont .p_cont {
	margin-bottom: 70px;
}
.linkbox li {
	margin-bottom: 10px;
}
.linkbox li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
}
.linkbox a:hover {
	color: #ba2338;
}
.fr {
	margin-left: 25px;
}
.decimal {
	list-style:decimal;
	padding-left: 15px;
}
.disc {
	list-style:disc;
	padding-left: 15px;
}
.decimal li, .disc li {
	margin-bottom: 5px;
}
.maillink {
	border-bottom: #000000 1px solid;
}
table.tb1 {
	width: 100%;
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
}
table.tb1 th {
	width: 20%;
	padding: 10px 10px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 14px;
	font-weight: bold;
}
table.tb1 td {
	padding: 10px;
	border:1px solid #9c9c9c;
	/* text-align: left; */
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
table.tb1 .linkbox li {
	margin-bottom: 0;
}

@media screen and (max-width: 765px) {
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
.lead {
	margin-bottom: 20px;
}
.cont {
	margin-bottom: 50px;
}
.cont .head {
	margin-bottom: 50px;
}
.cont .ttl02 {
	margin-bottom: 20px;
}
.cont .p_cont {
	margin-bottom: 50px;
}
.linkbox {
	margin-bottom: 20px;
}
.linkbox li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
	background-size: auto 10px;
}
.fr {
	width: 100%;
	margin-left: 0;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}
table.tb1 th {
	width: 30%;
	padding: 10px 5px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 12px;
}
table.tb1 td {
	padding: 10px 5px 10px;
	border:1px solid #9c9c9c;
	/* text-align: left; */
	text-align: center;
	font-size: 11px;	
}
}


</pre></body></html>