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

/*

基本的な共通設定・レイアウト、サイズ指定はここに書きます。
各サイト独自要素になる色や背景の設定はサイト毎の個別のcssに書きます。

-- 目次 ---
1. Style Reset
2. Rayout
3. header
4. navigation
5. main_column
6. sub_column
7. footer

*/

/* Style Reset ------------------------------------------------------------ */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
body{
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.news a {
	color:#008cb9;
}
.news a:hover {
	color:#008cb9;
}

/*
a img,:link img,:visited img {
    border: none;
}
*/
img {
    vertical-align: top;
}
address {
    font-style: normal;
}
/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

/* //Style Reset ---------------------------------------------------------- */

/* Rayout ----------------------------------------------------------------- */

body {
	text-align: center;
	background-color: #2e2e36;
	font-size: 0.83em;
	line-height: 1.4;
	color: #FFF;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#contents {
	color: #333;
	width: 950px;
	overflow: hidden;
}
#main_column {
	float: left;
	width: 650px;
	overflow: hidden;
}
#sub_column {
	float: right;
	width: 300px;
	font-size: 0.9em;
	overflow: hidden;
}
#pagetop {
	clear: both;
	width: 950px;
	text-align: right;
	background-color: #2e2e36;
	padding-top: 5px;
}
#pagetop img {
	margin-right: 10px;
}
#footer {
	text-align: center;
}
#footer_inner {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}

/* //Rayout --------------------------------------------------------------- */

/* header ----------------------------------------------------------------- */

#header {
	height: 320px;
}
#header h1 {
	float: left;
	padding-left: 15px;
	line-height: 30px;
	color:#585656;
}
#to_jac {
	float: right;
	padding-right: 15px;
	line-height: 30px;
}
#screen {
	clear: both;
}

/* //header --------------------------------------------------------------- */

/* navigation ------------------------------------------------------------- */

#navigation {
	width: 640px;
	height: 50px;
	margin-left: 10px;
	overflow: hidden;
}
#navigation li {
	float: left;
}
#navigation li a,
#navigation li h2 {
	display: block;
	height: 50px;
	width: 128px;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation #navi_top a:hover,
#navigation #navi_top h2{
	background-position: 0 -50px;
}

#navigation #navi_consul a {
	background-position: -128px 0;
}

#navigation #navi_consul a:hover,
#navigation #navi_consul h2{
	background-position: -128px -50px;
}

#navigation #navi_news a {
	background-position: -256px 0;
}

#navigation #navi_news a:hover,
#navigation #navi_news h2{
	background-position: -256px -50px;
}

#navigation #navi_faq a {
	background-position: -384px 0;
}

#navigation #navi_faq a:hover,
#navigation #navi_faq h2{
	background-position: -384px -50px;
}

#navigation #navi_info a {
	background-position: -512px 0;
}

#navigation #navi_info a:hover,
#navigation #navi_info h2{
	background-position: -512px -50px;
}

/* //navigation ----------------------------------------------------------- */

/* main_column ------------------------------------------------------------ */

#contents_inner {
	width: 600px;
	margin: 5px 20px 15px 30px;
	background-color: #FFF;
}
div.title_block {
	width: 600px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0 10px;
	clear: both;
	overflow: hidden;
}
div.title_block h3 {
	float: left;
	width: 450px;
	text-indent: 48px;
}
div.title_block h3 strong {
	padding-left: 0.5em;
	font-size: 1.2em;
}
div.title_block div {
	float: right;
	width: 150px;
	text-align: center;
	background: #00a9e0 url(../images/title_link_bg.gif) no-repeat center top;
}
div.title_block div a {
	color: #FFF;
}

div.list_block {
	float: right;
	width: 130px;
	height: 24px;
	line-height:200%;
	margin-bottom:10px;
	text-align: center;
	background: #00a9e0 url(../images/title_link_bg2.gif) no-repeat 0 0;
}
div.list_block a {
	color: #FFF;
}

ul.list_border li{
	border-bottom: 1px solid #AAA;
	padding: 5px 0;
	margin: 5px 20px;
}
#faq_list li a,
.arrow {
	padding: 2px 0 2px 20px;
	display: block;
}

#news_list dt a,
#news_list2 dt a{
	padding: 2px 0 2px 30px;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}
#news_list dt a span,
#news_list2 dt a span{
	font-weight: normal;
	margin:0 0 0 10px;
}
#news_list dd,
#news_list2 dd  {
	margin: 3px 0 10px 30px;
}

#seminar_list {
	clear:both;
	border-bottom: 1px solid #AAA;
	padding: 5px 0;
	margin: 5px 20px;
}

#seminar_list span {
    float:left;
}
#seminar_list span img {
	margin:0 5px 0 0;
}
#seminar_list h3 {
    float:left;
    font-weight: normal;
}
#seminar_list ul {
    float:left;
    padding:7px 0 0 10px;
}
#seminar_list ul li {
    float:left;
    margin: -3px 5px 0 0;
    background:#D7D7D7;
    padding:0 3px;
    font-size: 10.5px;
}

#seminar_list p {
	clear:both;
}

.more {
	text-align: right;
	padding-right: 1em;
}

#search {
	margin-top: 1em;
	padding: 5px;
}
#search_inner {
	padding: 5px 15px 15px;
}
#search_inner h4 {
	border-bottom: 2px solid #AAA;
	font-weight: bold;
	font-size: 1.2em;
	padding: 7px 7px 7px 30px;
}

#search_inner table {
	width: 100%;
}
#search_inner td {
	border-bottom: 1px solid #AAA;
	padding: 7px 5px;
	width: 48%;
}

#consulting_list li {
	float: left;
	padding: 0 10px;
}

.attention_list {
	margin-left: 10px;
	margin-right: -10px;
}
.attention_list li{
	float: left;
	width: 190px;
	text-align: center;
	margin: 5px 5px 25px 0;
}
.attention_list li img {
	border: 1px solid #666;
	margin-bottom: 5px;
}

.attention_list2 {
	width:600px;
	margin-right: -15px;
}
.attention_list2 li{
	float: left;
	width: 190px;
	text-align: left;
	margin: 5px 15px 25px 0;
}
.attention_list2 li img {
	margin-bottom: 5px;
}

.attention_list3 {
	margin-left: 25px;
}
.attention_list3 li{
	float: left;
	width: 114px;
	text-align: left;
	margin: 5px 25px 25px 0;
	display:inline;
}
.attention_list3 li img {
	margin-bottom: 5px;
}

.text_block li {
	clear: both;
	padding-bottom: 2em;
}
dl.text_block li {
	padding: 0 0 1em 1em;
}
.text_block h4 {
	margin: 5px 5px 15px 5px;
	padding: 0 0 5px 24px;
	font-size: 1.3em;
	font-weight: bold;
}
.text_block dt {
	margin: 5px 5px 15px 5px;
	padding: 0 0 5px 24px;
	font-size: 1.2em;
	font-weight: bold;
}
.text_block dd {
	margin: 5px 5px 1.5em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #999;
}
.text_block h5 {
	margin: 1em 5px 1em 0.5em;
	font-weight: bold;
	font-size: 1.1em;
	color: #161616;
	padding: 2px 0 2px 10px;
}
.text_block p {
	padding: 0 5px 1em 1em;
}
.text_block .imgLeft {
	float:left;
	margin:0 1.5em 0.5em 0;
}
.text_block .imgRight {
	float:right;
	margin:0 0 0.5em 1.5em;
}
.text_block .boxLeft {
	float:left;
	width:300px;
	margin:0 0 0.5em 0;
}
.text_block .boxRight {
	float:right;
	width:300px;
	margin:0 0 0.5em 0;
}
#news_list2 {
	margin: 0 5px 3em 1em;
}
.consul_prof {
	margin: 0 5px 1em 1em;
	padding: 10px;
}
.consul_prof img {
	margin-right: 15px;
	vertical-align: middle;
	border: 1px solid #888;
}

.caption {
	font-size: 80%;
}

.success_main{
	margin:0 20px;
}

.job-table1{
	border:8px solid #eeeeee;
	margin:20px 0 0;
	padding:0;
}
.job-table1 table{
	width:100%;
	border:2px solid #9bbdc8;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.job-table1 table th{
	background:#d7eaf0;
	font-weight:normal;
	padding:5px 10px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.job-table1 table th.company{
	width:30%;
}
.job-table1 table th.spec{
	width:40%;
}
.job-table1 table th.income{
	width:30%;
}
.job-table1 table td{
	color:#333333;
	background:#ffffff;
	padding:5px 10px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.job-table1 table td.border{
	border-bottom:2px solid #9bbdc8;
}

.interview_block{
	margin:20px 0;
}
.interview_block p{
	margin-bottom:20px;
}
.interview_block .interview_prof{
	float:left;
	width:270px;
	margin:0 20px 20px 0;
	background:#d8e4f7;
}
.interview_block .interview_prof img{
	margin:10px;
	float:left;
}
.interview_block .interview_prof p{
	margin:10px;
}
.interview_block .interview_prof .name{
	font-size: 1.3em;
	margin:10px 10px 0 10px;
}
.interview_block h4{
	clear: both;
	margin: 1em 5px 1em 0.5em;
	font-weight: bold;
	font-size: 1.1em;
	color: #161616;
	padding: 2px 0 2px 10px;
}
.interview_block h5{
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.1em;
}

#bottom_banner {
	clear: both;
	width: 650px;
	padding-bottom: 30px;
	text-align: center;
	text-indent: 10px;
}

/* POINTの設定 */
.pointBox {
	width: 520px;
	margin: 30px 0px 30px 35px;
	border: 4px solid #B5DDFF;
	}

.pointBox ul {
	padding: 20px 20px 20px 40px;
}

.pointBox h3 {
	position: absolute;
	margin: -20px 0 0 -40px;
	}

.pointBox ul li {
	font-weight: bold;
	font-size: 110%;
	line-height: 2;
	list-style-type: disc;
	}

/* NEWの設定 */
.new {
	color:#ff0000;
}
.new img {
	display:inline;
}
h4 .new img {
	margin:4px 0 0;
}

/* 求人情報の設定 */

.jobBox{
	width:100%;
	background:#dddddd;
	padding:10px 0px;
	margin:0 0 20px;
}
.jobBox h2{
	font-weight: bold;
	font-size: 1.1em;
	color: #161616;
	margin:0 10px;
}
.jobBox table{
	margin:10px 5px;
	border-collapse:collapse;
}
.jobBox table th{
	width:20%;
	padding:10px 5px;
	background:#e1f2f7;
	border:1px #bbbbbb solid;
}
.jobBox table td{
	width:80%;
	padding:10px;
	background:#ffffff;
	border:1px #bbbbbb solid;
}
.jobBox table h3 {
	width: 200px;
	float: left;
	}
.jobBox table .entry {
	width: 212px;
	float: right;
	}
.jobBox #btnSet{
	text-align:center;
}

/* =「ご希望の求人が無かった方へ」の設定
--------------------------------------------------------- */
.closeBox{
	border:4px solid #bcbcbc;
	padding:0px 16px 20px;
	margin:40px 0 20px;
	height:100%;
	zoom:1;/*for IE 5.5-7*/
}
.closeBox:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.closeBox img{
	display:block;
}
.closeBox .closeTtl{
	position:relative;
	top:-15px;
}
.closeBox .closeGraph{
	float:left;
	margin:20px 20px 0 0;
}
.closeBox .closeText{
	width:355px;
	float:right;
}
.closeBox .closeEntry {
	margin:20px 0 0;
}

/* //main_column ---------------------------------------------------------- */

/* sub_column ------------------------------------------------------------- */

#first_banner {
	padding: 50px 30px 20px 20px;
}
#success_title {
	padding: 0px 30px 10px 20px;
}
#sub_navigation {
	margin: 0 30px 20px 20px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
}
#sub_navigation table {
	border: 1px solid #BBB;
}
#sub_navigation table th {
	padding: 10px 5px 10px 10px;
}
#sub_navigation table td {
	padding: 10px 10px 10px 5px;
}
#sub_navigation table td span {
	font-size:80%;
}
#sub_navigation tr.success_ttl th {
	padding:10px 10px 0;
	background-color: #ffffff;
}

#sub_contents {
	padding: 0px 30px 30px 20px;
}
#sub_contents h4 {
	margin-bottom: 10px;
	background-color: #FFF;
}
#sub_textlist {
	border: 2px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	background-color: #FFF;
}
#sub_textlist li {
	border-bottom: 1px solid #999;
	padding: 5px 10px;
}
#sub_bannerlist li{
	margin-bottom: 5px;
}

/* //sub_column ----------------------------------------------------------- */

/* footer ----------------------------------------------------------------- */

#footer_inner li {
	display: inline;
	line-height: 2;
}
#footer_inner address {
	line-height: 2;
}

/* //footer --------------------------------------------------------------- */
