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

/* フィット産業株式会社｜札幌営業所
オフィシャルサイト PCサイト 採用ページCSS
---------------------------------------------------- */

/* ボディコンテンツ設定
---------------------------------------------------- */
#bodyContents {
	height: auto;
	padding: 0px;
	background-color: #F5F5F5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* bodyContents内box01箇所
---------------------------------------------------- */

#bodyContents #box01 {
	height: auto;
	text-align: left;
	margin-left: 7px;
	padding-bottom: 5px;
}

#bodyContents #box02 {
	height: 900px;
	margin-top: 5px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
}
#box02 #photo01 {
	height: auto;
	text-align: center;
}
#box02 .jobs {
	margin-top: 5px;
	height: auto;
}
#box02 .jobs h3 {
	font-size: 14px;
	color: #E31E1E;
	font-weight: bold;
}





#box02 .leftBox01 {
	float: left;
	height: 595px;
	width: 427px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin-left: 0px;
}

#box02 .rightBox01 {
	float: right;
	height: 595px;
	width: 444px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin-left: 5px;
}

#box02 .news {
	height: 500px;
	width: 430px;
	padding-top: 5px;
	margin-bottom: 15px;
}
#box02 .news .scroll  {
	height: 500px;
	overflow: auto;
	color: #FFF;
}
.news .scroll table {
	margin-left: 5px;
	width: 400px;
	text-align: left;
	font-size: 14px;
	color: #1E306B;
	float: right;
}
.news .scroll table img {
	margin-right: 5px;
	vertical-align: middle;
}
.news .scroll table th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 85px;
	vertical-align: top;
}
.news .scroll table td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
}

.rightBox01 .faq01 a:link {
	height: 67px;
	width: 307px;
	display: block;
	background-image: url(../img/top/faq_btn.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
}
.rightBox01 .faq01 a:visited {
	height: 67px;
	width: 307px;
	display: block;
	background-image: url(../img/top/faq_btn.jpg);
	background-repeat: no-repeat;
}
.rightBox01 .faq01 a:hover {
	height: 67px;
	width: 307px;
	display: block;
	background-image: url(../img/top/faq_btn_s2.jpg);
	background-repeat: no-repeat;
}

.rightBox01 .jobs01 a:link {
	height: 93px;
	width: 307px;
	display: block;
	background-image: url(../img/top/jobs_btn.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-top: 5px;
}
.rightBox01 .jobs01 a:visited {
	height: 93px;
	width: 307px;
	display: block;
	background-image: url(../img/top/jobs_btn.jpg);
	background-repeat: no-repeat;
}
.rightBox01 .jobs01 a:hover {
	height: 93px;
	width: 307px;
	display: block;
	background-image: url(../img/top/jobs_btn_s2.jpg);
	background-repeat: no-repeat;
}
.rightBox01 em  {
	display: none;
}
</pre></body></html>