@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	background:#FFFFFF url(../img/share/bg_body.jpg) repeat left top;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
}
html {
	overflow-y:scroll;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	clear: both;
	visibility: hidden;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}
.lc {
	float:left;
}
.rc {
	float:right;
}
.clr:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.relative	{
	position: relative;
}

.t_l {
        text-align: left;
}

.t_r {
        text-align: right;
}

.t_c {
        text-align: center;
}

.margin_reset {
        margin: 0!important;
}

.padding_reset {
        padding: 0!important;
}

textarea{
        /*font-size: 95%;*/
}

/*==[テキストリンクの配色]==================================================*/

a:link {
	color:#078D00;
	text-decoration:none;
}
a:visited {
	color:#189B12;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}
a:focus{ outline: 1px dotted #000; }

/*==[画像のリンクホバーの半透明設定]================================================*/

a img{
background:none!important;
}

a:hover img{
opacity:0.6;
filter:alpha(opacity=30);
-ms-filter: "alpha( opacity=30 )";
background:none!important;
}




/*==[全体を囲むwrap]========================================================================================================================================*/


#wrap {
	width: 100%;
	margin: 0px auto;
}


/*==[ヘッダーの設定]========================================================================================================================================*/


#header {
	background: url(../img/share/bg_header-wall.jpg) repeat-x left top;
	clear: both;
	width: 100%;
}

div#h_inner {
	width: 960px;
	margin: 0px auto;
	clear: both;
	height: 120px;
}

div#h_inner h1 {
position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 340px;
}

h2#index_logo{
	position: absolute;
	top: 40px;
	left: 0px;
}

div#h_links {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 318px;
}

div.h2_head {
    background: url(../img/share/bg_top_title.jpg) repeat-x scroll left top;
    padding: 8px 8px 8px 8px;
    -webkit-border-radius: 3px 3px 0 0 !important;  /*Chrome,Safari*/
    -moz-border-radius: 3px 3px 0 0 !important;     /*Firefox*/
    border-radius: 3px 3px 0 0 !important;          /*CSS3*/
    /*margin-bottom: 10px;*/
}
h2.head {
    border-left: 5px solid #0099cb;
    text-shadow: .1em .1em .1em #4d4d4d;
    font-size: 1.3em;
    padding: 0px 0px 0 10px;
    margin-bottom: 1px;
    color: #f4f9ff;

    /*font-family: "Lucida Grande",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic",sans-serif;*/
}

h3.head {
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #999999;
    background: #f2f2f2 url(../img/share/bg_h3.jpg) no-repeat left center;
}

/*==[メインとサイドを囲むcontainer]==========================================================================================================================*/


#container {
	margin: 0px auto;
	width: 960px;
	padding: 0px;
}


div#container_bg {
	background: url(../img/share/bg_container.jpg) repeat-x left top;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
	clear: both;
        padding-bottom: 180px;
}



/*==[メインの設定]========================================================================================================================================*/

#main_content {
	width: 720px;
	float: left;
	margin-right: 20px;
}


div.main_box {
	background: #FFFFFF;
	margin: 0px auto 20px;
	padding: 10px;
   border: solid 1px #ccc;

-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 698px;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}










/*==[サイドの設定]========================================================================================================================================*/

#side_content {
	width: 220px;
	float: left;
   margin-bottom: 20px;
}

div.side_box {
	background: #FFFFFF;
	margin: 0px auto 20px;
	padding: 10px;
   border: solid 1px #ccc;

-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 198px;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
div.side_box ol,
div.side_box li {
	padding: 0px;
}
div.side_box ol li {
        /*font-size: 80%;*/
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
}

div#side_content h3 {
	margin: 0px;
	padding: 0px;
	width: 220px;
}


/*登録件数表示の設定*/
p.num_box {
	font-size: 2.2em;
	color: #CC0000;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px 0px;
	margin: 0px auto;
}


/*==[フッターの設定]========================================================================================================================================*/


#footer {
	clear: both;
	background: repeat-x left top;
	margin: 0px auto;
    padding: 0;
	width: 100%;
	border-top: 10px solid #003870;
}

div.f_inner {
	margin: 0px auto;
	width: 960px;
	height: 66px;
}

div.f_logo {
	height: 46px;
	width: 235px;
	left: 0px;
	top: 10px;
	position: absolute;

}


ul.f_links {
	position: absolute;
	top: 25px;
	right: 0px;



}


ul.f_links li {
	float: left;
	margin: 0px;
	padding: 0px 8px 0px 7px;
	font-size: 80%;
	border-left: 1px solid #999999;
}
p.copy {
	text-align: center;
	font-size: 80%;
	background: url(../img/share/bg_footer-copy.jpg) repeat-x left top;
	padding: 20px 0px;
	margin: 0;
	clear: both;
}





/*==[右寄せのサイズの小さい文字]==========*/

p.side_text-r {
        margin: 0;
	font-size: 80%;
	text-align: right;
        position: absolute;
        bottom: 5px;
        right: 5px;
}

/*==[文字を赤色に変更]==========*/

.text_red {
	color: #CC0000;
}

/*==[表の設定]==========*/

#table_box {
	width: 658px;
}
#table_box tr th {
	background-color: #0066CC;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	height: 20px;
}

/*==[ページの先頭へ戻るボタンの設定]==========*/

div.to-top {
	clear: both;
	width: 960px;
	text-align: right;
	margin: 0 auto;
}


/*==[新着情報]==================================================*/


table.news_box {
        width: 720px;
}
table.news_box ,
div.news_box {
	padding: 10px;
   border: solid 1px #ccc;

-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;


/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	margin: 0px 0px 20px;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

div.news_box dt {
	clear: left;
	float: left;
	margin: 0 0 1.5em;
	width: 4em;
	color: #0066CC;
	font-size: 1em;
	font-weight: bold;
}

div.news_box dd {
	margin-bottom: 1.5em;
	margin-left: 6em;
		font-size: 1em;
}

dd.icon {
	float: left;
	width: 80px;
	margin-left: 5em;
	margin-bottom: 0.8px;
	margin-right: 10px;
}

table.news_box th {
        text-align: left;
	width: 6em;
}
table.news_box th,
table.news_box td {
	padding-top: 10px;
}

table.news_box td.icon {
        width: 80px;
        padding-right: 10px;
}

/*==[]==================================================*/


div.main_img {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 370px;
	width: 720px;
}


/*==[職種を探すの設定]==================================================*/

div.job_box {
	background: #FFFFFF;
	margin: 0px auto 20px;
	padding: 10px;
   border: solid 1px #ccc;


-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;


/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 698px;
	/*min-height: 30px;*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}



ul.job_list_01 {
	width: 200px;
	padding: 10px;
	left: 10px;
	top: 10px;
	position:absolute
}
ul.job_list_02 {
	width: 200px;
	padding: 10px;
	left: 240px;
	top: 10px;
	position:absolute
}

ul.job_list_03 {
	width: 200px;
	padding: 10px;
	left: 470px;
	top: 10px;
	position:absolute
}

/*==[求職者の新規登録のボックス設定]==================================================*/

.touroku_box {
	background: #FFFFFF;
	margin: 0px auto 20px;
	padding: 10px 10px 0 10px;


-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;


/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 700px;
	/*height: 170px;*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

p.touroku_comment {
    float: left;
}

ul.btn_kyu-box {
	margin: 0px;
	padding: 0px;
	top: 10px;
/*	position: absolute;
	left: 500px;*/
        float: right;
}
div.touroku_box p {
	width: 480px;
/*	position:absolute;
	left: 10px;
	top: 10px;*/
}
div.touroku_box ul li {
	margin-bottom: 5px;
}

/*==[職種を探すの設定]==================================================*/




ul.bana_box {
        width: 700px;
        margin-right: -10px;
        overflow: hidden;
        _zoom: 1;
}

ul.bana_box li {
        float: left;
        margin-right: 10px;
}

ul.bana_box_kyujin {
        width: 700px;
        margin-right: -10px;
        overflow: hidden;
        _zoom: 1;
}

ul.bana_box_kyujin li {
        float: left;
        width: 233px;
        margin-top: 10px;
        text-align: center;
}

div.btn_login {
	position: absolute;
	top: 30px;
	right: 0px;
}
.strong_blue {
	font-size: 1.2em;
	color: #003366;
	font-weight: bold;
	margin-bottom: 10px;
}
div#ask_box {
	background: #FFFFFF;
	margin: 0px auto 20px;
	padding: 10px;
   border: solid 1px #ccc;



-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;



/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 698px;
	clear: both;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
div#ask_box p {
	width: 460px;
}
div#ask_box p.indent {
	padding-left: 1em;
}
div#ask_box img {
	position:absolute;
	top:50px;
	right:10px;
	height: 40px;
	width: 220px;
}
p.car_text {
	font-size: 1.2em;
}

.text_red {
        font-size: 90%;
	color: #CC0000;
}

div.pass_show {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.faq_box {
	background: #FFFFFF;
	margin: 0px auto 20px;
	padding: 10px;
   border: solid 1px #ccc;


-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;


/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #ccc;
-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 698px;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.faq_box p {
    margin-left: 32px;
    margin-top: 8px;
    margin-bottom: 24px;
}

/*サイトマップページ*/
#sitemap {
	padding: 10px;
}

#sitemap h3 {
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #999999;
	background: #f2f2f2 url(../img/sitemap/bg_h3.jpg) no-repeat left center;
}

#sitemap ol {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}


#sitemap ol li {
	background: url(../img/sitemap/bg_li.jpg) no-repeat left center;
	padding: 5px 0px 5px 20px;
}



/*会社概要＆お問い合わせページ*/
#info {
	padding: 10px;
}

#info h3 {
/*	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #999999;
	background: #f2f2f2 url(../img/sitemap/bg_h3.jpg) no-repeat left center;*/
}

#info ol {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}


#info ol li {
	background: url(../img/sitemap/bg_li.jpg) no-repeat left center;
	padding: 5px 0px 5px 20px;
}

div#info_box table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        width: 700px;
}

div#info_box table th {
    width: 150px;
}

div#info_box table th,
div#info_box table td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding:10px;
}

/*お問い合わせ*/

/*TAM STR========================================================================================================================================*/
/*==[フッター固定]==================================================*/
html, body {
        height: 100%;
}
body > #wrap {
	height: auto;
}
#wrap {
	position: relative;
	height: 100%;
	min-height: 100%;
}
#container_main {
        height: 100%;
        min-height: 100%;
        min-width: 1000px;
}
#foot_area {
	bottom: 0;
        width: 100%;
        min-width: 1000px;
	position: absolute;
}


/*==[職種を探すの設定]==================================================*/
div#syokusyu_list ul li{
    margin-left: 20px;
}
div#syokusyu_list ul li ul li{
    width: 200px;
    padding-left: 5px;
    float: left;
}
div#syokusyu_list ul li.clear{
    clear: both;
}
.indent_unvisible{
    display: none;
}

/*==[一覧の設定]==================================================*/
.input_table {
    margin-bottom: 20px;
    background-color: #f9f9f9; /* テーブルの背景色 */
    border: 1px #c0c0c0 solid; /* テーブルの境界線 */
    word-break: break-all;
}
.input_table tr,.input_table2 tr {
    padding: 36px 0;
}
.input_table th,.input_table2 th {
    padding: 8px 15px 8px 10px;
    text-align: left;
}
.input_table th {
    vertical-align: middle;
    padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
    background-color: #f5f5f5; /* 見出しセルの背景色 */
    border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
    text-align: left;
    line-height: 130%;
}
.input_table2 th {
	vertical-align: top;
}

.input_table td,.input_table2 td {
    text-align: left;
    vertical-align: middle;
    padding: 10px 7px 7px; /* データセルのパディング（上、左右、下） */
    background-color: #ffffff; /* データセルの背景色 */
    border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}


/*==[職種を探すの設定]==================================================*/



/*==[エラーメッセージの設定]==================================================*/
.err_box{
    margin: 10px;
    padding: 15px 10px 10px 15px;
    position: relative;
    background:#e9e9e9;
}
.err_box:before{
    content: '';
    z-index: 1;
    position: absolute;
    border: 1px dashed #bbb;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    -moz-box-shadow: 0 0 0 1px #eee;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
}
.err{
    margin: 0;
    margin-bottom: 5px;
    color: red;
}


/*==[各ボタンの設定]==================================================*/
input[type="image"]:hover {
    opacity:0.6;
    filter:alpha(opacity=30);
    -ms-filter: "alpha( opacity=30 )";
    background:none!important;
}


/*==[管理画面サイドバーの設定]==================================================*/
.fl_r {
	float: right;
}
.fl_l {
	float: left;
}

#side {
/*	width: 110px;
        border-top: 1px solid #ccc;*/
        margin-top: 10px;
}
#side ul li {
	width: 110px;
	height: 22px;
        padding: 5px 10px 0;
        margin: 1px 0;
        border-left: 5px solid #ccc;
        border-bottom: 1px solid #ccc;
        /*border-right: 1px solid #ccc;*/
        /*border-top: 1px solid #ccc;*/
}
#side ul li a {
	width: 110px;
	height: 22px;
	display: block;
	text-align: left;
	overflow: hidden;
	/*padding-top: 8px;*/
	/*padding-left: 15px;*/
	padding-left: 5px;
	text-decoration: none;
	color: #039;
}
#side ul li a:hover {
	color: #c00;
}
#side ul li a.logout {
	font-weight:bold;
	color:#f7ba72;
}
#side ul li a.logout:hover {
	color:#f77751;
}

/*==[その他]==================================================*/

.input_example {
    font-size: 90%;
    color: #669;
}

p.input_example {
    margin-bottom: 5px;
}

p.attention {
    font-size: 90%;
    margin-top: 30px;
    margin-bottom: 50px;
}

p.attention span{
    padding-left: 2.7em;
}

li.kyujin_data_box input,
li.approach_box input{
    margin-right: 0;
}

p.kyujin_data_info,
p.approach_info {
    margin-top: 1px;
}
p.approach_info {
    width: 200px;
}

p.kyujin_data_info {
    width: 245px;
}

ul#kyujin_cnt li span.bold {
    font-weight: bold;
}

ul#kyujin_cnt li ul.indent {
    text-indent: 2em;
    margin-bottom: 10px;
}

table.top_table {
    margin-bottom: 13px;
}
table.top_table th {
    text-align: left;
    font-size: 80%;
    padding-bottom: 5px;
    color: #039;
    /*text-decoration: underline;*/
}

table.top_table td {
    height: 25px;
}

table.top_table td.date {
    width: 65px;
    color: #0066CC;
    font-weight: bold;
}

table.top_table .no_a {
    text-align: right;
    width: 50px;
}

table.top_table .no {
    text-align: right;
    width: 30px;
}

table.top_table .name {
    padding-left: 10px;
    width: 180px;
}

table.top_table .syokusyu {
    padding-left: 5px;
    width: 115px;
}

table.top_table .syokusyu_k {
    padding-left: 10px;
    width: 200px;
}

table.top_table .status {
    padding-left: 5px;
    width: 50px;
}

table.top_table td.status {
    font-size: 90%;
}

table.top_table .company {
    padding-left: 10px;
    width: 175px;
}

table.top_table .rank {
    width: 30px;
    padding-right: 5px;
}

table.top_table td input {
    margin: 0;
}

div.p-content_top_table {
    padding-top: 5px!important;
    min-height: 160px!important;
}

.kome2 {
    color: blue;
    font-weight: bold;
}

.side_box ol,
.p-content_box ul,
.p_news_box dl {
    margin-bottom: 10px;
}

/*お知らせ*/
img.icon {
    position: absolute;
    right: 15px;
}

h3.news {
    padding-left: 15px;
}

p.news_date {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

p.news_date span{
    padding: 2px 10px 2px 10px;
    background-color: #f2f2f2;
}

div.hr {
    min-height: 1px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

div.news_content {
    padding: 0 10px;
}

/*アプローチ*/

div.approach_box {
    width: 700px;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #ccc;
    color :red;
    font-weight: bold;
}

div.approach_box select{
    padding: 2px;
}

/*パスワード変更*/
input#pass_edit{
    background: none;
    border: none;
    color:#078D00;
    padding: 0;
    margin: 0;
}
input#pass_edit:hover{
    text-decoration: underline;
    opacity: 1;
}
input#pass_edit {
	text-decoration:none;
}

input#pass_now ,
input#subpass ,
input#pass {
    width: 300px;
}

/*TAM END========================================================================================================================================*/