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

#recruit {
	margin: 0px;
	padding: 0px;
}
#recruit a:link {
	color: #F57197;
	text-decoration: underline;
}
#recruit a:visited {
	color: #F57197;
	text-decoration: none;
}
#recruit a:hover {
	color: #999;
	text-decoration: underline;
}
#recruit a:focus { outline:none;}

#recruit ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 70px;
}

#recruit li {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px;
}
.btn_miru {
	background-image: url(../recruit/img/icon_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 130%;
	margin-bottom: 30px;
	margin-top: 10px;
}
.btn1 {
	font-size: 120%;
	color: #FFF;
	background-color: #FBFFD7;
	text-align: center;
	width: 180px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2em;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 2px solid #F9C;
	font-weight: bold;
}


#work {
	margin: 0px;
	padding: 20px;
}
#work .photo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 162px;
}
#work dl {
	float: right;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#work dt {
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
</pre></body></html>