@charset "UTF-8";


/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1;
	color:#333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	text-decoration:underline;
	color:#0096d4;
}

a:hover { text-decoration:none; }

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}



/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */


.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ================================================================================ */
/*                                                                                  */
/*      汎用スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}

.att{
	color:#ee3344;
}



/*----------------------------------------------------------------【外枠設定】*/


#wrapper{
	width:980px;
	margin:0 auto;
}

#contents{
	margin:20px 0;
}



/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#head{
	padding-top:10px;
}

#head #logo{
	float:left;
}

#head .hello{
	float:right;
	margin:10px 0 15px;
	text-align:right;
}

#head .head_menu{
	float:right;
	clear:right;
}

#head .head_menu li{
	display:inline-block;
	margin-left:15px;
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 3px;
}




/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu{
	background-color:#666;
}

#menu ul li{
	float:left;
	font-weight:bold;
	font-size:14px;
}

#menu ul li a{
	color:#FFF;
	padding:15px 30px;
	display:block;
	text-decoration:none;
}

#menu ul li a:hover{
	background-color:#333;
}


/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#foot{
	margin-top:30px;
}

#foot #pagetop{
	text-align:right;
	margin-bottom:10px;
	font-size:10px;
}

#foot .foot_inline{
	border-top:1px solid #c4c4c4;
}

#foot .foot_inline .foot_menu{
	padding:12px 0 15px 0;
}

#foot .foot_inline .foot_menu li{
	float:left;
	margin-right:20px;
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 2px;
	font-size:10px;
}


/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------------------------------------【カラム設定】*/

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	float:left;
	width:730px;
}

.c2 .contents_s{
	float:right;
	width:234px;
}



/*----------------------------------------------------------------【汎用デザイン】*/

.contents_m h2{
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:10px;
	font-size:16px;
	background:url(../../img/system/h2_bk.gif) repeat-x center;
}

.contents_m h2 span.id{
	font-size:12px;
	font-weight:normal;
}

.contents_m h3{
	border-left:5px solid #333;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:14px;
}

.contents_m p{
	line-height:150%;
}

.contents_m ul li{
	line-height:150%;
}

.contents_m .description{
	margin:0 0 10px 10px;
}


/*----------------------------------------------------------------【トップページ】*/

.contents_m .contents_box{
	margin-bottom:15px;
}

.contents_m .contents_box .more{
	text-align:right;
}




/* サイトからのお知らせ
----------------------------------------------- */
.contents_m .system_news .date{
	text-align:right;
}

.contents_m .system_news ul{
	padding:0 10px;
}

.contents_m .system_news ul li{
	margin-bottom:5px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}



/* ニュース
----------------------------------------------- */
.contents_m .news ul{
	padding:0 10px;
}

.contents_m .news ul li{
	margin-bottom:8px;
	/zoom:1;
	border-bottom:1px dotted #ccc;
	padding:2px 0 0px 0;
}

.contents_m .news ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .news ul li span{
	float:left;
	width:80px;
}

.contents_m .news ul li p{
	margin-left:85px;
}



/* ページリスト
----------------------------------------------- */
.contents_m .page .body{
	border:none;
	padding:0;
}

.contents_m .page ul li{
	background:none;
	padding:0;
}

.contents_m .page ul li+li{
	margin-top:10px;
}

.contents_m .page ul li.image a{
	display:inline-block;
}

.contents_m .page ul li.text{
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}




/* 新着の求職者情報
----------------------------------------------- */
.contents_m .new_nuser ul{
	padding:0 10px;
}

.contents_m .new_nuser li{
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
	margin-bottom:3px;
}



/* パッケージの更新情報
----------------------------------------------- */
.contents_m .update ul{
	padding:0 10px;
}

.contents_m .update ul li{
	margin-bottom:5px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}



/*----------------------------------------------------------------【テーブルスタイル】*/

.contents_m table{
	width:100%;
	line-height:150%;
	margin-bottom:20px;
}

.contents_m table caption{
	background-color:#555;
	color:#FFF;
	font-size:12px;
	padding:5px 5px 5px 10px;
}

.contents_m table th{
	background-color:#F4F4F4;
	border:1px solid #ccc;
	padding:8px 10px;
}

.contents_m table td{
	border:1px solid #ccc;
	padding:8px 10px;
	background-color:#FFF;
}

.contents_m table td *+div{
	padding-top:3px;
}

.contents_m table td .label2 label{ /*label 2列*/
	width:358px;
	float:left;
}

.contents_m table td .label3 label{ /*label 3列*/
	width:236px;
	float:left;
}

.contents_m table td .label4 label{ /*label 4列*/
	width:179px;
	float:left;
}

.contents_m table td .label5 label{ /*label 5列*/
	width:143px;
	float:left;
}

.contents_m table td .label6 label{ /*label 6列*/
	width:114px;
	float:left;
}

.contents_m table td .label7 label{ /*label 7列*/
	width:100px;
	float:left;
}

.contents_m table td .closed{
	background-color:#666;
	color:#FFF;
	font-size:10px;
	padding:2px 4px;
}

input[type=checkbox],input[type=radio]{
	vertical-align:middle;
	margin-right:5px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
}



/* 検索テーブル（search_table）
----------------------------------------------- */
.contents_s .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s .contents_box .body dl dd input[type="text"]{
	width:200px;
}


/* 検索結果一覧テーブル（list_table）
----------------------------------------------- */
.contents_m .list_table{
}

.contents_m .list_table th{
	padding:10px 8px;
	border-left:1px dotted #DDD;
	border-right:1px dotted #DDD;
}

.contents_m .list_table td{
	padding:8px;
	border-left:1px dotted #DDD;
	border-right:1px dotted #DDD;
}

.contents_m .list_table tr.odd td{
	background-color:#FAFAFA;
}

/* 操作アイコン */
.contents_m .operation{
	text-align:center;
	line-height:1;
}

.contents_m .operation li{
	display:inline-block;
	text-align:left;
	line-height:1;
}

.contents_m .operation li+li{
	padding-left:1px;
}

.contents_m .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .operation li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*複製*/
.contents_m .operation li.copy a{
	background-image:url(../../img/system/icon_copy.png);
}

/*編集*/
.contents_m .operation li.edit a{
	background-image:url(../../img/system/icon_edit.png);
}

/*削除*/
.contents_m .operation li.delete a{
	background-image:url(../../img/system/icon_delete.png);
}

/*詳細*/
.contents_m .operation li.more a{
	background-image:url(../../img/system/icon_more.png);
}

/*ログイン*/
.contents_m .operation li.login a{
	background-image:url(../../img/system/icon_login.png);
}

/*ログイン不可*/
.contents_m .operation li.not_login{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
	background-image:url(../../img/system/icon_not_login.png);
}

/*PC*/
.contents_m .operation li.pc a{
	background-image:url(../../img/system/icon_pc.png);
}

/*mobile*/
.contents_m .operation li.mobile a{
	background-image:url(../../img/system/icon_mobile.png);
}


.contents_m .all_operation{
	text-align:center;
}





/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}

.contents_m .info_table .item_img{
	text-align:center;
	margin-bottom:10px;
}


/* 入力フォームテーブル（form_table）
----------------------------------------------- */
.contents_m .form_table{
}

.contents_m .form_table th .requisite{
	border:1px solid #ff7272;
	background-color:#FFF;
	font-weight:normal;
	font-size:10px;
	color:#F33;
	padding:1px 2px;
	margin-left:8px;
}

.contents_m .form_table td .hint{
	color:#666;
	display:block;
	padding-top:2px;
	margin-top:3px;
	font-size:11px;
}

.contents_m .form_table td select+select{
	margin-left:3px;
}

.contents_m .form_table td.validate .error{ /*個別*/
	color:#FF0000;
}

.contents_m .main > .error{ /*総括*/
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

.contents_m .form_table input[type=text]:focus,
.contents_m .form_table textarea:focus,
.contents_m .form_table select:focus{
	border:1px solid #0099ff;
}

.contents_m .form_table input[type=text],
.contents_m .form_table textarea,
.contents_m .form_table select{
	padding:4px;
}

.contents_m .form_table textarea{
	font-size:12px;
	border:1px solid #ccc;
	padding:4px;
	line-height:1.6;
	width:98%;
	max-width:770px;
	margin-right:10px;
}


/* 確認フォームテーブル（check_table）
----------------------------------------------- */
.contents_m .check_table{
}


/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
}

/*----------------------------------------------------------------【求人検索結果】*/

/* 並び替え・表示件数
----------------------------------------------- */
.contents_m .sort dt{
	display:inline-block;
	font-weight:bold;
	margin-bottom:15px;
	padding-right:5px;
}

.contents_m .sort dd{
	display:inline-block;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:0 10px 0 8px;
}

.contents_m .sort dd+dd{
	display:inline-block;
	border-left:0;
}

.contents_m .sort dl{
	float:left;
}

.contents_m .sort dl+dl{
	float:right;
}



/* 求人リスト
----------------------------------------------- */

.contents_m .list{
	margin:0 0 15px 0;
	border:1px solid #CCC;
	padding:15px;
}

.contents_m .list .title{
	line-height:1.5;
	margin-bottom:10px;
}

.contents_m .list .title h3{
	font-size:14px;
	font-weight:bold;
	background:none;
	border:0;
	margin:0;
	padding:0;
	float:left;
}

.contents_m .list .title h3 span.cate{
	padding-right:3px;
}

.contents_m .list .title h3 span.id{
	font-size:12px;
	font-weight:normal;
}

.contents_m .list .title h3 .pickup{
	background-color:#DD1144;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 .limitation{
	background-color:#333;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 a{
	padding-bottom:2px;
}

.list .job_container{
	margin-bottom:0;
}

.list .title p.gift{
	float:right;
	padding:2px 7px;
	border:1px dotted #666;
}

.list .title p.gift span{
	font-weight:bold;
	padding-left:3px;
}

.list .title .operation{
	text-align:right;
}

/* admin_info
----------------------------------------------- */


.list .admin_info table{
	margin-bottom:15px;
}

.list .admin_info table th{
	border:1px solid #444;
	text-align:center;
	padding:4px 4px;
	background-color:#666;
	color:#FFF;
}

.list .admin_info table td{
	border:1px solid #555;
	text-align:center;
	padding:4px 4px;
}

.list .admin_info dl{
	border:1px solid #555;
	padding:8px 15px;
	text-align:center;
	margin-bottom:15px;
}

.list .admin_info dl dt{
	font-weight:bold;
	display:inline-block;
}

.list .admin_info dl dd{
	display:inline-block;
}

.list .admin_info dl *+dt{
	padding-left:20px;
}


/*----------------------------------------------------------------【求人詳細】*/

.job_container{
	margin-bottom:30px;
}

.job_container .stop{
	color:red;
	padding:10px 7px;
	border:1px solid red;
	margin:0 0 10px;
	line-height:1.5;
}

.job_container .date{
	text-align:right;
	font-size:10px;
	margin-bottom:5px;
}

.job_container .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.job_container .photo .frame{
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #EEE;
	background:url(../../img/admin/grad_top_white_50.gif) repeat-x top;
}

.job_container .photo .catchcopy{
	padding:0 0 5px 0;
	text-align:left;
	line-height:1.6;
}

.job_container .photo+.jobtext{
	width:795px;
	float:right;
}

.job_container .jobtext p{
	line-height:1.5;
	margin-bottom:10px;
}

.job_container .jobtext .icon{
	padding:0 0 10px 0;
}

.job_container .jobtext .icon li{
	margin:0 4px 4px 0;
	display:inline-block;
	font-size:10px;
	border:1px solid #ccc;
	padding:3px 9px;
	white-space:nowrap;
}

.job_container .box{
	margin-bottom:10px;
}

/*----------------------------------------------------------------【企業詳細】*/

.cuser_container{
	margin-bottom:30px;
}

.cuser_container .box{
	margin-bottom:10px;
}

.cuser_container .box .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.cuser_container .box .photo span{
	line-height:100px;
	width:133px;
	text-align:center;
	display:block;
	background-color:#FAFAFA;
}

.cuser_container .box .jobtext{
	line-height:1.7;
	margin-left:150px;
}

.job_container .item_img li p.img{
	height:165px;
	text-align:center;
	border:1px solid #CCC;
	padding:3px;
}




/*----------------------------------------------------------------【ボタンスタイル】*/

.contents_m .button{
	text-align:center;
	margin:0px auto 10px auto;
}

.contents_m .button input{
	margin:0 10px 0 0;
	padding:3px 10px;
}


/*----------------------------------------------------------------【ニュース本文】*/
.contents_m .news_text{
	padding:10px;
}

.contents_m .news_text ul{
	margin-top:20px;
}

.contents_m .news_text ul li{
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
}

.contents_m .news_text p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【ページ本文】*/
.contents_m .page_text{
	padding:10px;
}

.contents_m .page_text ul{
	margin-top:20px;
}

.contents_m .page_text ul li{
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
}

.contents_m .page_text p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【メッセージ】*/
.contents_m .message{
	padding:10px;
}

.contents_m .message ul{
	margin-top:20px;
}

.contents_m .message ul li{
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
}

.contents_m .message p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【エラーメッセージ】*/
.contents_m .error_message{
	padding:10px;
	color:#FF0000;
}

.contents_m .error_message ul{
	margin-top:20px;
}

.contents_m .error_message ul li{
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 5px;
}

.contents_m .error_message p{
	margin-bottom:10px;
}




/*----------------------------------------------------------------【ページャー】*/
.contents_m .search_page{
	margin:20px 0;
	text-align:right;
}

.contents_m .search_page p{
	float:left;
	margin-left:5px;
}

.contents_m .search_page p span{
	font-size:14px;
	font-weight:bold;
}

.contents_m .search_page ul{
	margin:10px auto 20px auto;
}

.contents_m .search_page ul li{
	line-height:100%;
	display:inline-block;
	margin-right:3px;
}

.contents_m .search_page ul li.focus{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	background-color:#555;
	color:#FFF;
	font-weight:bold;
}

.contents_m .search_page ul li a{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	text-decoration:none;
	display:inline-block;
}

.contents_m .search_page ul li a:hover{
	background-color:#EEE;
}





/*----------------------------------------------------------------【sub_menu】*/

.contents_m ul.sub_menu{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m ul.sub_menu li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m ul.sub_menu li a{
	display:inline-block;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:3px 15px;
	border:1px solid #555;
}

.contents_m ul.sub_menu li a:hover{
	background-color:#111;
}

.contents_m ul.sub_menu li.back a{
	background:url(../../img/system/back.gif) no-repeat 10px 8px #FFF;
	color:#333;
	padding:3px 15px 3px 25px;
	border:1px solid #999;
}

.contents_m ul.sub_menu li.back a:hover{
	background-color:#FAFAFA;
}



/*----------------------------------------------------------------【メッセージボックス】*/

/* メッセージ履歴
----------------------------------------------- */

#contents #itemsMessageList{
	margin-bottom:10px;
}

#contents #itemsMessageList li{
	border:1px solid #ccc;
	margin-top:-1px;
	word-break:break-all;
	word-wrap:break-word;
}

#contents #itemsMessageList li p.sub{
	padding:7px 10px;
	font-weight:bold;
	background-color:#f5f5f5;
}

#contents #itemsMessageList li span.date{
	float:right;
	color:#666;
}

#contents span.mailtype{
	background-color:#666;
	color:#fff;
	display:inline-block;
	width:65px;
	text-align:center;
	font-size:10px;
}

#contents #itemsMessageList li p.title{
	border-bottom:1px dotted #CCC;
	padding:7px 10px;
	font-weight:bold;
}

#contents #itemsMessageList li p.description{
	border:none;
	padding:10px;
}

#contents #itemsMessageList tr.message td{
	padding:15px 20px;
	line-height:1.8;
}




/*----------------------------------------------------------------【サイドカラム】*/
.contents_s .contents_box{
	margin-bottom:15px;
}

.contents_s .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../../img/system/h2_bk.gif) repeat-x center;
}

.contents_s .contents_box .body{
	padding:10px 5px;
	border:1px solid #CCC;
	border-top:none;
}

.contents_s .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s .contents_box ul li{
	padding:2px 0px 5px 15px;
	background:url(../../img/system/list_icon.gif) no-repeat 4px 8px;
	line-height:150%;
}

.contents_s .contents_box ul li+li{
	margin-top:5px;
}


/* ================================================================================ */
/*                                                                                  */
/*      履歴書                                           　　　　　　　　           */
/*                                                                                  */
/* ================================================================================ */

.addHopeList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:3px;
	width:300px;
}
.ha_del{
	float:right;
	background-color:#444;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	padding:0px 5px;
}
.ha_del:hover{
	background-color:#ee1133;
}




/* ================================================================================ */
/*                                                                                  */
/*      ゴッドユーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

#super_user{
	width:980px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}


