body {
	margin: 0 0 10px;
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック';
}
h1 {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	margin:0;
}
h2 {
    padding:0px;
    margin:0px;
}
h3 {
    padding:0px;
    margin:0px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.main_container
{
	width: 760px;
	margin: 0 auto;
}
.consul_text_title {
	font: bold 11px meiryo;
	padding: 3px;
	margin: 0;
	background: #f4f4f4;
	color: #a32020;
}
.consul_text_cont {
	font: normal 11px meiryo;
	padding: 5px;
	margin: 0;
}
.consul_cont_wrap {
	width: 100%;
}
.consul_cont_left {
	width: 75%;
	float: left;
}
.consul_cont_left p {
	font: normal 13px meiryo;
	color: #333;
	padding: 0;
	margin: 0;
}
.consul_cont_right {
	width: 25%;
	float: right;
	text-align: right;
}
.consul_cont_left2 {
	width: 25%;
	float: left;
}
.consul_cont_right2 {
	width: 75%;
	float: left;
}
.consul_cont_right2 p {
	font: normal 13px meiryo;
	color: #333;
	padding: 0;
	margin: 0;
}
.offer_consul {
	margin:30px auto;
	text-align: center;
}
.results_table {
	border: 1px solid #ccc;
	border-bottom: none;
	width: 200px;
}
.results_td_head {
	padding: 5px; 
	width: 50px;
	font: bold 12px meiryo;
	border-right: 1px dotted #ccc; 
	border-bottom: 1px solid #ccc; 
	background: #f4f4f4;
}
.results_td_cont {
	padding: 5px;
	font: normal 12px meiryo;
	border-bottom: 1px solid #ccc; 
}
.case_prof {
	font: normal 16px meiryo;
	margin-bottom: 10px;
	color: #a32020;
}
.case_wrap {
	width: 100%;
}
.case_cont_left {
	width: auto;
	float: left;
}
.case_cont_center {
	width: 45px;
	float: left;
	margin: 15px 0 0 0;
}
.case_cont_center2 {
	width: 45px;
	float: left;
	margin: 25px 0 0 0;
}
.case_cont_right {
	width: auto;
	float: left;
}
.case_cont_comment {
	width: 260px;
	float: left;
	margin-left: 20px;
	border: 5px solid #f7d7d7;
	padding: 8px;
	border-radius: 10px;
	background: #fbecec;
	font: normal 11px meiryo;
	color: #a32020;
}
.dr_cont_title {
	border-top: 1px solid #378d93;
	border-left: 5px solid #378d93;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ccc;
	color: #378d93;
	margin-top: 20px;
}
.dr_cont_title2 {
	border-top: 1px solid #378d93;
	border-left: 5px solid #378d93;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ccc;
	color: #378d93;
	margin: 20px 0 10px;
}
.ns_cont_title {
	border-top: 1px solid #ff446f;
	border-left: 5px solid #ff446f;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ffccd8;
	color: #ff446f;
	margin-top: 20px;
}
.ns_cont_title2 {
	border-top: 1px solid #ff446f;
	border-left: 5px solid #ff446f;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ffccd8;
	color: #ff446f;
	margin: 20px 0 10px;
}
.pharm_cont_title {
	border-top: 1px solid #5bc85b;
	border-left: 5px solid #5bc85b;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #cbedcb;
	color: #5bc85b;
	margin-top: 20px;
}
.pharm_cont_title2 {
	border-top: 1px solid #5bc85b;
	border-left: 5px solid #5bc85b;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #cbedcb;
	color: #5bc85b;
	margin: 20px 0 10px;
}
.medi_cont_title {
	border-top: 1px solid #55aaff;
	border-left: 5px solid #55aaff;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #d2e9ff;
	color: #55aaff;
	margin-top: 20px;
}
.medi_cont_title2 {
	border-top: 1px solid #55aaff;
	border-left: 5px solid #55aaff;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #d2e9ff;
	color: #55aaff;
	margin: 20px 0 10px;
}
.care_cont_title {
	border-top: 1px solid #77aa33;
	border-left: 5px solid #77aa33;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #d9ecbf;
	color: #77aa33;
	margin-top: 20px;
}
.care_cont_title2 {
	border-top: 1px solid #77aa33;
	border-left: 5px solid #77aa33;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #d9ecbf;
	color: #77aa33;
	margin: 20px 0 10px;
}
.dental_cont_title {
	border-top: 1px solid #ff8800;
	border-left: 5px solid #ff8800;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ffe4c8;
	color: #ff8800;
	margin-top: 20px;
}
.dental_cont_title2 {
	border-top: 1px solid #ff8800;
	border-left: 5px solid #ff8800;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ffe4c8;
	color: #ff8800;
	margin: 20px 0 10px;
}
.jyusei_cont_title {
	border-top: 1px solid #222266;
	border-left: 5px solid #222266;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #d6d6f1;
	color: #222266;
	margin-top: 20px;
}
.jyusei_cont_title2 {
	border-top: 1px solid #222266;
	border-left: 5px solid #222266;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #d6d6f1;
	color: #222266;
	margin: 20px 0 10px;
}
.office_cont_title {
	border-top: 1px solid #cc55aa;
	border-left: 5px solid #cc55aa;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #f1cfe8;
	color: #cc55aa;
	margin-top: 20px;
}
.office_cont_title2 {
	border-top: 1px solid #cc55aa;
	border-left: 5px solid #cc55aa;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #f1cfe8;
	color: #cc55aa;
	margin: 20px 0 10px;
}
.mr_cont_title {
	border-top: 1px solid #888899;
	border-left: 5px solid #888899;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #dbdbdf;
	color: #888899;
	margin-top: 20px;
}
.mr_cont_title2 {
	border-top: 1px solid #888899;
	border-left: 5px solid #888899;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #dbdbdf;
	color: #888899;
	margin: 20px 0 10px;
}
.student_cont_title {
	border-top: 1px solid #005599;
	border-left: 5px solid #005599;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #cee9ff;
	color: #005599;
	margin-top: 20px;
}
.student_cont_title2 {
	border-top: 1px solid #005599;
	border-left: 5px solid #005599;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #cee9ff;
	color: #005599;
	margin: 20px 0 10px;
}
.other_cont_title {
	border-top: 1px solid #771100;
	border-left: 5px solid #771100;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ffded9;
	color: #771100;
	margin-top: 20px;
}
.other_cont_title2 {
	border-top: 1px solid #771100;
	border-left: 5px solid #771100;
	padding: 5px 0 0 10px;
	font: bold 16px meiryo;
	text-shadow: 1px 1px 1px #ffded9;
	color: #771100;
	margin: 20px 0 10px;
}

.step1{
    height:0;
    width:0;
    border:10px solid #fff;
	border-color:transparent;
    border-left-color:#aaa;
}﻿
.em {
	font-weight: bold;
}
input {
	cursop: pointer;
}

img {
	border-width: 0px;
}

a:link {
/*	color:#0000ff; */
	color:#1d3994;
}

a:visited {
	color:#0000ff;
	color:#1d3994;
}

a:hover {
	color:#FF3300;
}

.error_msg {
	color: #FF0000;
	font-weight:bold;
	border: 0;
}
.cate_link_bg {
	background: url("../img/cate_bg.gif");
	padding: 10px;
	border-radius: 6px;
	text-shadow: 1px 1px 2px #ccc;
}
.a2_link a {
	text-decoration: none;
}
.a2_link a:hover {
	text-decoration: underline;
}

.selectA2 {
	width: 200px;
}
.selectSisetu {
	width: 200px;
}
.form_kiyaku {
	font: bold 12px meiryo;
	margin: 10px 0 -5px -5px;
	padding: 0;
	color: #444;
}
/* サイドバー マイページボックス */
.sidebar_myinfo_table td
{
	border: 1px solid #000099;
}

.sidebar_myinfo_inner_table
{
	margin-top: 5px;
}

.sidebar_myinfo_inner_table td
{
	border: 1px solid #000099;
	padding: 5px; 
}

.sidebar_myinfo_inner_left
{
	background-color: #000099;
	width: 92px;
	font-weight: bold;
}

/* トピックス求人広告 */
.topics_wrapper {
	background-color:#EEFFFF;
	padding: 10px;

}
.topics_block
{
	line-height:1.3em;
}
.topics_content
{
	color: #666666;
	font:normal 11px meiryo;
	margin: 5px 0 0;
	line-height:1.3em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.link_title:visited, .link_title:link, .link_title:hover
{
	color: #ffffff;
}

.sidebar_myinfo_inner_right
{
	font-size: 11px;
	background-color: #eeeeee;
	text-align: right;
}

.sidebar_myinfo_inner_detail
{
	border-style: solid;
	border-color: #000099;
	border-width: 0px 1px 1px 1px;
	font-size: 10px;
	color: #666666;
	padding: 5px;
}

/* 検討中フォルダボックス */
.bookmark_table td
{
	border: 1px solid #000099;
}

.bookmark_table_inner td
{
	border: 1px solid #aaaaaa;
}

/* 検索結果一覧 */
.job_list_unit_2_table_1
{
	line-height: 1.5em;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0;
}

.job_list_unit_2_table_2
{
	line-height: 1.5em;
	border-collapse: collapse;
}

.job_list_unit_2_table_2 td
{
	border: 1px solid #cccccc;
	padding: 7px;
	font-size: 12px;
	font-family: meiryo;
}

.job_list_unit_2_head
{
	background-color: #f6f6f6;
	color: #444;
	font-size: 14px;
	font-weight:bold;
	width: 100px;
}
.job_list_bg {
	width: auto;
    height: auto;
    background-color: #fff5f0;
/*   position: relative; */
    border: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    margin: 10px 0 0 -25px;
}
/*
.job_list_bg:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
 
    border-width: 10px;
    border-top-color: #ccc;
    border-left-width: 25px;
    border-right-width: 0;
    top: 100%;
    left: 0;
}
.job_list_bg:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
 
    border-width: 2px;
    border-top-color: #777;
    border-left-width: 25px;
    border-right-width: 0;
    top: 100%;
    left: 0;
} */
.job_list_bg p {
	font: bold 20px meiryo;
	margin: 0;
	padding: 13px 13px 13px 25px;
	text-shadow: 1px 1px 3px #aaa;
	color: #333;
}
/* 求人詳細画面（showjob） */
.other_th {
	text-align: left; 
	color: #444;
}
.other_td {
	font: normal 11px meiryo; 
}
.sj_bread {
	font-size: 11px; 
	font-family: 'ＭＳ Ｐゴシック';
	margin: 5px 0 0;
	color: #666;
}
.sj_bread ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sj_bread li {
	float: left; 
}
/* 職種カテゴリー(A1) カラー設定 ヘッダー */
.color_basic		{ background-color: #003399; } /* 基本色 */
.color_doctor		{ background-color: #33AA99; } /* 医師 */
.color_nurse		{ background-color: #FF0088; } /* 看護師 */
.color_pharmacist	{ background-color: #5bc85b; } /* 薬剤師 */
.color_medical		{ background-color: #55AAFF; } /* 医療従事者 */
.color_care			{ background-color: #77AA33; } /* 介護 */
.color_dental		{ background-color: #FF8800; } /* 歯科 */
.color_acupuncture	{ background-color: #222266; } /* 鍼灸・マッサージ */
.color_office		{ background-color: #CC55AA; } /* 医療事務 */
.color_mr			{ background-color: #888899; } /* 臨床開発・MR・治験 */
.color_student		{ background-color: #005599; } /* 新卒 */
.color_other		{ background-color: #771100; } /* その他 */

/* 職種カテゴリー(A1) カラー設定 検索ボックス */
.color_basic_f		{ background-color: #EEEFFC; } /* 基本色 */
.color_doctor_f		{ background-color: #DDFFEE; } /* 医師 */
.color_nurse_f		{ background-color: #FFEEEE; } /* 看護師 */
.color_pharmacist_f	{ background-color: #EEFFEE; } /* 薬剤師 */
.color_medical_f	{ background-color: #EEFFFF; } /* 医療従事者 */
.color_care_f		{ background-color: #EEFFEE; } /* 介護 */
.color_dental_f		{ background-color: #FFEEBB; } /* 歯科 */
.color_acupuncture_f{ background-color: #EEEEFF; } /* 鍼灸・マッサージ */
.color_office_f		{ background-color: #FFEEFF; } /* 医療事務 */
.color_mr_f			{ background-color: #EEEEF0; } /* 臨床開発・MR・治験 */
.color_student_f	{ background-color: #DDEEFF; } /* 新卒 */
.color_other_f		{ background-color: #FFEECC; } /* その他 */

/* カテゴリー新着求人情報（カテゴリートップページ用） */
.cate_newjob {
	margin: 0;
	padding: 0;
	color: #555555; 
	line-height: 2em;
}
.cate_newjob ul {
	padding: 0;
	margin: 0;
}
.cate_newjob li {
	list-style: none;
}
/* モーダル表示用 Control.Modal */
#modal_container {
	padding:0px;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
/*
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
*/
	color:#333;
	text-align:left;
}

#modal_overlay {
    background-color:#000;
}

/* 医療ニュース */
.medical_news_unit{
	padding-bottom:15px;
}
.medical_news_unit_header {
/*    color:#444;
	font-size:16px;
	font-family: meiryo; 
	margin:5px 0px;
	background-color:#eeeeee;
	padding:5px;
	border-left:5px solid #888; */
	background: #f8f8f8;
	border-left: 5px solid #a3a9b1; 
	border-bottom: 1px solid #cad0d8; 
	padding:5px 10px 3px 10px; 
	font: bold 16px meiryo;
	color: #333;
	margin: 0px 0 15px; 
}
.medical_news_unit_headline {
	font-size: 1.2em;
	line-height: 2em;
}
.medical_news_unit_headlines_empty {
	text-align: center;
	margin: 10px;
	font-weight: bold;
	color: #ff7700;
}

/* twitter公式アカウント案内 */
#container {
	width: 760px;
	margin: 0 auto;
}
.main_bg {
	background: url("../img/twitter_bg.gif");
	height: 726px;
	width: 760px;
	margin-top: 10px; 
}
.main_btn_wrapper {
	text-align: center;
	padding-top: 500px; 
}

#gNavi ul {
	margin: 10px 0;
	padding: 0;
	width: 760px;
	height: 30px;
	overflow: hidden;
	background:#aaa;
}

#gNavi li {
	list-style: none;
	width: 100px;
	float: left;
	margin: 0 auto; 
}

#gNavi li a {
	display: block;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

#gNavi li a:hover {
	background: #66c;
}
/* カテゴリートップページのカラム分け */
.main_content {
	width: 570px; 
	float: left; 
	margin-right: 11px; 
}
.right_content {
	width: 179px; 
	float: left;
}
/* お祝い金ランディングページ */
.oiwai_ca {
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal 14px meiryo;
}
.oiwai_ca li {
	line-height: 2em;
	font-weight: bold;
}
/* フッター */
.ft_list {
	margin: 0;
	padding: 0;
}
.ft_list li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.footer_link {
	margin: 5px 0 0;
	text-align: center;
	line-height: 2em;
}
.footer_link ul {
	margin: 0;
	padding: 0;
}
.footer_link li {
	list-style-type: none;
}
/* ナビゲーション */
#navi_continer {
position: relative;
z-index:100;
}

#navi {
position: absolute;
top: 0px;
left: 0px;
}

#navi ul {
margin: 0;
padding: 0;
list-style: none;
width: 91px;

}

#navi li a {
display: block;
width: 100%;
text-decoration: none;
}

/* サブメニュー */
#navi ul.sub {
width: 150px;
margin: 0;
padding: 0;
}

#navi ul.sub li {
float: none;
width: 100%;
}

#navi ul.sub li a {
color: #666;
background: #f9f9f9;
opacity: 0.9;
filter: alpha(opacity=90);	/* IE6、IE7対応 */
-moz-opacity: 0.9;		/* Firefox1.5以前対応 */
padding: 7px 5px;
font: normal 12px meiryo;
border-right:1px solid #999;
border-left:1px solid #999;
border-bottom: 1px solid #ccc;
text-align: left;
}

#navi ul.sub li a:hover {
color: #ffffff;
background-color: #999;
-moz-transition: all 0.4s ease-in-out 0s;
}

.navi_menu ul {
display: none;
}

#navi ul li.navi_menu_on ul {
display: block;
}
/* ime-mode */
.ime_off {
ime-mode: disabled;
}
.ime_on {
ime-mode: active;
}

/* 画像スライドCSS */
#slider {
  width: 640px;
  height: 320px;
  margin: 35px auto 50px;
  position: relative;  
  background: #fff;
	
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); 
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#slider:before, #slider:after {
	content: '';
	position: absolute;
	
	width: 60%;
	height: 20px;
	
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	
	-webkit-transform: rotate(-4deg) skew(-10deg);
	-moz-transform: rotate(-4deg) skew(-10deg);
	-o-transform: rotate(-4deg) skew(-10deg);
	-ms-transform: rotate(-4deg) skew(-10deg);
	transform: rotate(-4deg) skew(-10deg);
	
	left: 10px;
	bottom: 13px;
	z-index: -1;
}

#slider:after {
	left: auto;
	right: 10px;
	
	-webkit-transform: rotate(4deg) skew(10deg);
	-moz-transform: rotate(4deg) skew(10deg);
	-o-transform: rotate(4deg) skew(10deg);
	-ms-transform: rotate(4deg) skew(10deg);
	transform: rotate(4deg) skew(10deg);
}

#slider ul {
  width: 140px;
  height: 40px;
  padding: 0 0 0 0;
  position: absolute;
  z-index: 10;
  list-style: none;
  
  left: 50%;
  margin-left: -70px;
  bottom: -60px;
}

#slider ul li:first-child {
  margin-left: 16px;
}

#slider ul li {
  float: left;
  margin-right: 12px;
  margin-top: 14px;
}

#slider ul li:last-child {
  margin-right: 0;
}

#slider ul li a {
  width: 12px;
  height: 12px;
  display: block;
  outline: none;
  border: none;
  position: relative;
  z-index: 2;
  background: #aaa;
  
  box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
  -moz-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;	
	
  -webkit-border-radius: 50%;  
  -moz-border-radius: 50%;  
  border-radius: 50%;
  
}

#slider ul li a:hover {
  background: #888;
}

#slider img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  
  -webkit-transition: all .5s ease;  
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#slider img:target {
  opacity: 1;
}

#slider img#five {
  opacity: 1;
}

#slider img:not(:target), #slider img:target ~ img#five  {
  opacity: 0;
}

#slider ul li a[href="#five"] {
	background: #777;
}

#one:target ~ ul li a[href="#one"],
#two:target ~ ul li a[href="#two"],
#three:target ~ ul li a[href="#three"],
#four:target ~ ul li a[href="#four"],
#five:target ~ ul li a[href="#five"] {
  background: #777;
}

#two:target ~ ul li a[href="#five"],
#three:target ~ ul li a[href="#five"],
#four:target ~ ul li a[href="#five"],
#one:target ~ ul li a[href="#five"] {
	background: #aaa;
}
.shadow {
  box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
  -moz-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;	
  
}
.navi_header_search {
	background: url("/img/navi_bg_sprite570.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 35px;
	margin:20px 0 10px;
	width: 570px;
}
.navi_header_search p {
	margin: 0;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
	font-size:16px;
	font-family: meiryo;
	color: #224272;
	text-shadow: 1px 1px 2px #989ebc;
}
.job_info_top_bg {
	background: url("/img/navi_bg_sprite570.png") no-repeat scroll 0 -140px transparent;
	display: block;
	height: 35px;
	margin:20px 0 0;
	width: 570px;
}
.job_info_top_bg p {
	margin: 0;
	padding:7px 0px 0px 12px;
	font-weight: bold;
	font-size:16px;
	font-family: meiryo;
	color: #fff;
	text-shadow: 1px 1px 2px #444; 
/*	text-shadow: 1px 1px 2px #3d5896; */
}
.navi_header_newjob {
	background: url("/img/navi_bg_sprite570.png") no-repeat scroll 0 -140px transparent;
	display: block;
	height: 35px;
	margin:20px 0 10px;
	width: 570px;
}
.navi_header_newjob p {
	margin: 0;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
	font-size:16px;
	font-family: meiryo;
	color: #224272;
	text-shadow: 1px 1px 2px #989ebc;
}
.navi_header_syokusyu {
	background: url("/img/navi_bg_sprite570.png") no-repeat scroll 0 -35px transparent;
	display: block;
	height: 35px;
	margin:0px 0 10px;
	width: 570px;
}
.navi_header_syokusyu p {
	margin: 0;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
	font-size:16px;
	font-family: meiryo;
	color: #224272;
	text-shadow: 1px 1px 2px #989ebc;
}
.navi_header_volunteer {
	background: url("/img/navi_bg_sprite570.png") no-repeat scroll 0 -70px transparent;
	display: block;
	height: 35px;
	margin:20px 0 10px;
	width: 570px;
}
.navi_header_volunteer p {
	margin: 0;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
	font-size:16px;
	font-family: meiryo;
	color: #224272;
	text-shadow: 1px 1px 2px #989ebc;
}
.navi_header_about {
	background: url("/img/navi_bg_sprite570.png") no-repeat scroll 0 -105px transparent;
	display: block;
	height: 35px;
	margin:30px 0 10px;
	width: 570px;
}
.navi_header_about p {
	margin: 0;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
	font-size:16px;
	font-family: meiryo;
	color: #224272;
	text-shadow: 1px 1px 2px #989ebc;
}
.new_rss {
	font:normal  11px meiryo;
	text-align: right;
	margin: 10px 0;
}
.mobile_text {
	color:#666666; 
	margin: 10px 0 0;
	padding: 0
	line-height: 1.4em;
	font: normal 11px meiryo;
}
.mobile_text span {
	font-size: 10px;
}
.mobile_career {
	 color:#666666;
	font: normal 11px meiryo;
}
.qr_img {
	text-align: center;
}
.qr_url {
	text-align: center;
	font: normal 10px meiryo;
}
.volunteer_title {
	font:bold 14px meiryo; 
	margin: 0;
	padding: 0;
}
.volunteer_text {
	font:normal 11px meiryo; 
	color: #666; 
	margin: 5px 0 0; 
	line-height: 1.4em; 
}
.about_text {
	color: #666; 
	line-height: 1.5em; 
	margin-top:10px; 
	font:normal 12px meiryo;
}
.text_link_wrapper {
	margin-top: 20px; 
	padding: 15px; 
	border: 5px solid #f4f4f4; 
	border-radius: 10px;
}
.text_link_wrapper a {
	font: normal 11px meiryo;
	text-decoration: none;
}
.text_link_wrapper a:hover {
	font: normal 11px meiryo;
	text-decoration: underline;
}

.text_link_title {
	font: bold 12px meiryo; 
	margin:0 0 5px; 
	color:#666; 
}
.all_list {
	font: normal 10px meiryo;
	margin: 10px 0 0;
	padding: 0;
}
.all_list a {
	color: #444;
	text-decoration: none;
}
.sp_wrapper {
	width: 100%;
	margin: 15px 0 ;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	
}
.sp_wrapper_top {
	width: 100%;
	margin: 0 ;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	
}
.sp_new_index {
	position: relative; 
	top: 12px; 
	left: 160px; 
	color: #f00; 
	font: bold 10px meiryo;
}

.sp_left {
	width: 32%;
	float: left;
	display: block;
}
.sp_right {
	width: 68%;
	float: left;
	font: bold 12px meiryo;
	display: block;
}
.sp_right p {
	font: normal 10px meiryo;
	color: #666;
	margin: 3px 0 0;
	padding: 0;
	line-height: 1.4em;
}
.cl {
	clear: both;
}
.right_text_small {
	font: normal 11px meiryo;
	color: #666;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.login_box_wrapper {
	margin:7px auto 10px; 
/*	border: 1px solid #039;	ご登録はコチラVer */
	border: 1px solid #ccc;
	border-radius: 5px;
}
.login_box_title {
	background-color: #039; 
	padding: 5px 10px;
	border-radius: 3px 3px 0 0;
}
.login_box_title p {
	color: #fff;
	margin: 0;
	font:bold 14px meiryo;
}
.box_centent_wrapper {
/*	background-color: #f2f8fb; */ 
	background-color: #f5f5f5; 
	padding: 5px; 
/*	border-radius: 0 0 5px 5px;	ご登録はコチラVer */
	border-radius: 5px; 
}
.box_cotent_title {
	font: bold 12px meiryo;
	border-left: 5px solid #039; 
	color: #039;
	padding:0 5px; 
	margin: 5px 0 5px 5px; 
}
.box_cotent_title2 {
	font: bold 12px meiryo;
	border-left: 5px solid #039; 
	color: #039;
	padding: 0 5px; 
	margin: 10px 5px 10px; 
}
.box_content_text {
	color: #039; 
	padding:5px; 
	font: normal 11px meiryo; 
	text-align:left; 
	line-height: 1.5em; 
	margin: 5px 0; 
}
.touroku_btn {
	 text-align:center;
	 display: block;
/*	 border-bottom: 1px dotted #3b6ed4;
	 padding-bottom: 15px; */
}
.login_text {
	font:normal 10px meiryo;
	color: #039; 
	margin:0 0 2px 4px; 
	text-align: left; 
}
.pw_text {
	font:normal 10px meiryo;
	color: #039; 
	margin:3px 0 2px 4px; 
	text-align: left; 
}
.pw_text2 {
	font:normal 10px meiryo;
	color: #039; 
	margin:0px 0 3px 3px; 
	text-align: center; 
}
.auto_login_text {
	font:normal 11px meiryo;
	text-align: center; 
	vertical-align: middle;
	margin-bottom: 5px;
}
.text_field {
	margin: 0 auto; 
	text-align: center;
}
.quick_link {
	font: bold 11px meiryo;
	margin-top: 3px;
}
.quick_link img {
	vertical-align: middle;
	margin-right: 5px;
}
.quick_text {
	font: normal 12px meiryo;
	color: #222;
	margin: 0;
	padding: 0;
}
.side_header
{
	font: bold 13px meiryo;
	color: #000066;
	padding: 5px 0 0 5px;
	border-top: 1px solid #000066;
	border-left:5px solid #000066;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 1.4em; 
}
/* 医師高額求人CSS */
.top_img {
	display: block;
	margin: 10px 0 20px;
}
.facility_wrapper {
	background-color: #eef5f9;
	padding: 10px;
	border-radius: 6px; 
	margin-bottom: 10px;
}
.facility_wrapper p {
	font-size: 14px; 
	border-left: 5px solid #039; 
	padding: 6px ; 
	margin: 0; 
	font-weight: bold; 
	font-family: meiryo; 
}
.content_wrapper {
	width: 350px;;
	font-family: meiryo;
}
.content_wrapper2 {
	width: 728px;
	border: 1px solid #b2b2b2;
	border-bottom: none;
	border-top: none;
	padding: 5px 15px 5px 15px;
	font-family: meiryo;
}

.footer_sp {
	width: 740px;
	margin: 0 auto 20px;
	padding: 10px;
	margin-top: 25px;
	background: #eef8ff;
	border-radius: 10px;
	text-align: center;
}
.footer_sp p {
	margin: 0 0 5px;
	padding: 0;
	font: normal 14px meiryo;
	color: #222;
	text-align: center;
	text-shadow: 1px 1px 1px #ccc;
}
.footer_sp a {
	text-decoration:underline;
	font: bold 12px meiryo;
	margin-right: 20px;
}
.footer_sp img {
	vertical-align: middle;
	margin-right: 5px;
}
.footer_adjust {
	position: absolute;
	bottom: 20px;
	left: auto;
	width: 760px;
}
.offer_img {
	margin-top: 40px;
}
.kougaku_text01 {
	font: normal 16px meiryo; 
	color: #3b474e;
}
.kougaku_top {
	background-image:url(/img/line_top.gif); 
	height: 10px; 
	width: 760px; 
	repeat: no-repeat;
}
.kougaku_top2 {
	background-image:url(/img/line_top.gif); 
	height: 10px; 
	width: 760px; 
	repeat: no-repeat;
	margin-top: 20px;
}
.kougaku_bottom {
	background-image:url(/img/line_bottom.gif);
	height: 15px; 
	width: 760px; 
	repeat: no-repeat; 
}
.kougaku_pr {
	font: bold 14px meiryo;
	margin: 5px 0 10px;
	padding: 0;
	color: #f40;
}
.kougaku_content_wrapper {
	width: 100%;
}
.kougaku_content_wrapper p {
	margin: 0;
	padding: 0;
}
.content_wrapper .continue {
	margin-top: 10px;
	border-top: 1px dotted #aaa;
	padding-top: 15px;
}
.kougaku_content_wrapper .left {
	width: 29%;
	float: left;
	margin-right: 1%;
}
.kougaku_content_wrapper .left .title {
	font: bold 12px meiryo;
	border-left: 5px solid #b2b2b2;
	padding-left: 5px;
	margin-bottom: 5px;
}
.kougaku_content_wrapper .left .text {
	font: normal 12px meiryo;
}
.kougaku_content_wrapper .left .text span {
	font: bold 16px meiryo;
	text-shadow: 1px 1px 2px #ccc;
}
.kougaku_content_wrapper .center {
	width: 23%;
	float: left;
	margin-right: 1%;
}
.kougaku_content_wrapper .center .title {
	font: bold 12px meiryo;
	border-left: 5px solid #b2b2b2;
	padding-left: 5px;
	margin-bottom: 5px;
}
.kougaku_content_wrapper .center .text {
	font: normal 12px meiryo;
}
.kougaku_content_wrapper .right {
	width: 46%;
	float: left;
}
.kougaku_content_wrapper .right .title {
	font: bold 12px meiryo;
	border-left: 5px solid #b2b2b2;
	padding-left: 5px;
	margin-bottom: 5px;
}
.kougaku_content_wrapper .right .text {
	font: normal 12px meiryo;
}
.btn_detail {
	text-align: right;
	margin: 10px 0 0 0;
}
.salary_small {
	font:normal 11px meiryo; 
	color: #666
}
.syokusyu_wrapper {
	width:100%;
}
.syokusyu_left {
	width: 20%; 
	float: left;
}
.syokusyu_right {
	width: 50%; 
	float: right;
}
.syokusyu_right img {
	vertical-align: bottom;
}
.touroku_bana {
	margin-top:60px;
}
.ad_bg {
	background:url("/img/iwae_bg.gif") no-repeat scroll 0 0 transparent; 
	display: block;
	height: 142px; 
	width: 570px; 
}
.sp_new {
	position: relative; 
	top: 25px; 
	left: 160px; 
	color: #f00; 
	font: bold 10px meiryo;
}
.copyright {
	font: normal 10px meiryo;
	color: #999;
	text-align: right;
	margin: 5px auto 0;
}
.footer_wrap {
	width: 760px; 
	border-top: 2px solid #039; 
	padding-top: 10px; 
	margin-top: 10px; 
}
.footer_wrap img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.footer_link {
/*	position: relative;
	overflow: hidden; */
	font: normal 10px meiryo;
	line-height: 1.2em;
	text-align: left;
}
.footer_link ul {
/*	float: left; */
	list-style-type: none;
	padding: 0;
	margin: 0;
/*	position:relative;
	left:50%; */ 
}
.footer_link li {
/*	display: inline-block; */
/*	float: left; */
	width: auto;
/*	margin-right: 5px;
	position:relative;
	left:-50%; */
}
.ft_link_left {
	font:normal 11px meiryo;
}
.ft_link_left a {
	text-decoration: none;
	color: #666;
}
.ft_link_left a:hover {
	color: #999;
}
.ft_link_left ul {
	list-style: none; 
	padding: 0;
	margin: 0;
}
.ft_link_right {
	font:normal 11px meiryo;
}
.ft_link_right a {
	text-decoration: none;
	color: #666;
}
.ft_link_right a:hover {
	color: #999;
}
.ft_link_right ul {
	list-style: none; 
	padding: 0;
	margin: 0;
}
.fr_link_bottom {
	font: normal 11px meiryo;
	text-align: right;
	margin-top: 5px;
}
.fr_link_bottom a {
	text-decoration: none;
	color: #666;
}
.fr_link_bottom a:hover {
	color: #999;
}

.corp_logo {
	display: block;
	margin: -30px 0 0;
}
.inner_table {
	margin-left: -10px;
}
.inner_table input {
	margin-left: 10px;
}
.mgn_top5 {
	margin-top:5x;
}
.mgn_top10 {
	margin-top:10px;
}
.mgn_top20 {
	margin-top:20px;
}
.mgn_top40 {
	margin-top:40px;
}
.mgn_btm5 {
	margin-bottom:5x;
}
.mgn_btm10 {
	margin-bottom:10px;
}
.mgn_btm20 {
	margin-bottom:20px;
}
.mgn_btm40 {
	margin-bottom:40px;
}
.corp_title01 {
	font:bold 20px meiryo;
	padding-left: 10px;
	border-left: 5px solid #039;
}
.corp_text {
	font:normal 12px meiryo;
	line-height:1.4em;
	color: #333;
}
.corp_text01 {
	font:normal 28px meiryo;
	color: #f40;
	padding:0;
}
.corp_text02 {
	font:normal 24px meiryo;
	color: #f40;
	padding:0;
}
.corp_text03 {
	font:bold 16px meiryo;
	color: #00a0e9;
	line-height:1.4em;
}
.corp_text04 {
	font:bold 16px meiryo;
}
.corp_text05 {
	font:bold 14px meiryo;
	color: #f40;
}

.corp_text_s {
	font:normal 11px meiryo;
	color: #333;
	padding: 0;
	line-height: 1.6em;
}
.corp_text_s2 {
	font:normal 12px meiryo;
	color: #fff;
	padding: 0;
	line-height: 1.6em;
}
.corp_text_s3 {
	font:normal 11px meiryo;
	color: #444;
	padding: 0;
	line-height: 1.4em;
	text-align:left;
}
.cont_wrap {
	width: 100%;
}
.cont_left {
	width: 340px;
	float:left;
	background:#e5f5fd;
	padding: 15px;
	margin-right:10px;
	border-radius: 5px;
}
.cont_left2 {
	width: 420px;
	float:left;
	margin-right:10px;
}
.cont_left3 {
	width: 500px;
	float:left;
	margin-right:10px;
}
.cont_left4 {
	width: 200px;
	float:left;
	margin-right:20px;
}

.cont_right {
	width: 350px;
	float:left;
	padding: 15px;
	background:#e5f5fd;
	border-radius: 5px;
}
.cont_right2 {
	width: 280px;
	float:right;
	border:5px solid #cfedfc;
	padding: 15px;
}
.cont_right3 {
	width: auto;
	float:right;
}
.cont_right4 {
	width: 540px;
	float:right;
}
.cont_inner_wrap {
	width: 100%;
}
.cont_inner_left {
	width: 30%;
	float:left;
}
.cont_inner_right {
	width: 67%;
	float:right;
}
.inner_title {
	font:bold 22px meiryo;
	
}
.inner_text {
	font:normal 11px meiryo;
}
.btn_detail_corp a {
	display: block;
	padding: 10px;
	background: #039;
	text-align: center;
	text-decoration:none;
	border-radius:5px;
	color: #fff;
	font:bold 16px meiryo;
	width: auto;
}
.btn_detail_corp a:hover {
	background: #004ae3;
}
.text_plan {
	text-align: center;
	font:bold 24px meiryo;
}
.text_plan span {
	font-size: 70%;
}
.text_tax {
	font:normal 11px meiryo;
	color: #666;
	text-align: right;
}
.btn_offer_corp a {
	display: block;
	padding: 10px;
	background: #f40;
	text-align: center;
	text-decoration:none;
	border-radius:5px;
	color: #fff;
	font:bold 16px meiryo;
	width: auto;
}
.btn_offer_corp a:hover {
	background: #ff804f;
}
.btn_ask2 {
	width:100%;
	text-align:center;
}
.btn_ask2 a {
	padding: 10px;
	display: block;
	font: bold 26px meiryo;
	background: #f40;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	border:5px solid #ffb093;
}
.btn_ask2 a:hover {
	background: #ff8e64;
}
.corp_tel_wrap {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
.corp_tel_left {
	width: 30%;
	float: left;
}
.corp_tel_right {
	width:auto;
	float: right;
	text-align: left;
	font:normal 11px meiryo;
}