﻿@charset "utf-8";

/* 就職・転職の方ページに適用(work.css) */


/* メインページの設定 */

.work_page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 2650px;
}

/* ↓サブナビバーの設定↓ */

.subnavi {
	float: left;
	width: 200px;
	height: 2610px;
}


.subnavi .s_navi_top {
	height: 40px;
	width: 200px;
	margin-top: 30px;
}

.subnavi .s_navi {
	height: 40px;
	width: 200px;
	margin-top: 10px;
}

.page_top_worksy {
	width: 100px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2430px;
}



/* ↑サブナビバーの設定↑ */

/* コンテンツの設定(右側) */

.content_main {
	float: left;
	width: 780px;
	background-color: #FFF;
	padding: 10px;
	height: 2590px;
}
.system_title {
	height: 60px;
	width: 780px;
}
.system_p {
	width: 740px;
	margin: 20px;
}

.system_box {
	width: 700px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.system_c {
	width: 660px;
	color: #FFF;
	margin: 20px;
}
.system_c table tr td h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.point {
	width: 680px;
	margin-top: 100px;
	padding: 30px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #C1FFC1;
}
.tb_point {
	background-color: #FFF;
	border: 2px dotted #999;
}

.enter {
	width: 650px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	background-color: #C1FFFF;
}
.tb_enter {
	background-color: #FFF;
	border: 2px dotted #999;
	padding-left: 20px;
}
.contact_box {
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.info_box {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
