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

/* =====================================
	v-examinee.html
===================================== */

a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
a.icon_doc {
	padding: 5px 26px 5px 0;
	background: url(../../shared/img/page/icon_doc.png) right center no-repeat;
	text-decoration: underline;
}

.cont {
	margin-bottom: 65px;
}
.cont:last-child {
	margin-bottom: 0;
}
.cont .ttl02 {
	margin-bottom: 20px;
}
.cont .p_cont {
	margin-bottom: 70px;
}
.decimal {
	list-style:decimal;
	padding-left: 15px;
}
.decimal li {
	margin-bottom: 5px;
	margin-left: 0.5em;
}

.linkbox ul li {
	margin-bottom: 5px;
}
.linkbox ul li a {
	padding-left: 12px;
	background: url(../../shared/img/common/arrow_h13.png) left center no-repeat;
}
.linkbox ul li a:hover {
	color: #f17e04;
}
.pdfbox ul li {
	margin-bottom: 5px;
}


@media screen and (max-width: 765px) {
.cont {
	margin-bottom: 50px;
}
.cont .ttl02 {
	margin-bottom: 20px;
}
.cont .p_cont {
	margin-bottom: 50px;
}
}

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