@charset "utf-8";
/* CSS Document */

/* ===== index, index4 =============== */
table.topBtn { margin: 0px -10px 10px -8px;}

table.topBtn td#btn1 { padding: 0px 10px;}

table.topBtn td.btn2 { padding-right: 15px;}

/* ===== index4 =================== */
div#contents table.topBtn td.category p { margin: 8px;}

/* ===== ===================== */
table#career { margin-bottom: 1.5em;}

table#career td.gray { background-color: #EEEEEE;}

div#contents p.question { margin-bottom: 10px;}

div#schedule {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 1em;
}

div#schedule table { border: 1px solid #CCCCCC;}

div#schedule table td.bg_01 {
	background-color: #EEF4FD;
	padding: 5px;
}

div#schedule table td.bg_02 {
	background-color: #DEE8F8;
	padding: 5px;
}

div#schedule table td.bg_03 {
	background-color: #D2DFF7;
	padding: 5px;
}

div#schedule table td.line_01 {
	width: 5px;
	background-color: #94B4F5;
}

div#schedule table td.line_02 {
	width: 5px;
	background-color: #2968EB;
}

div#schedule table td.line_03 {
	width: 5px;
	background-color: #143475;
}


div#schedule table td.time {
	font-size: 80%;
	width: 60px;
}

/* ===== Page BACK ============================================= */
p.page_back { clear: both;
	background: url(../employ/img/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}

p.page_back a {
	clear: both;
	display: block;
	padding-top: 5px;
	width: 93px;
	height: 11px;
	font-size: 10px;
	line-height: 11px;
	text-indent: -9999px;
	background-image: url(../employ/img/back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	margin-bottom: -30px;
}

p.page_back a:hover { background-image: url(../employ/img/back_on.gif);}
