@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;
}

a img,img{
	border:0;
}

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

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


a{
	text-decoration:underline;
	color:#057AC9;
}

a:hover{
	text-decoration:none;
	color:#0062a4;
}

address{
	font-style:normal;
}


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

.clearfix{
	/zoom:1;
}

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


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

body{
	font-size:12px;
	background:#FFF url(../img/standard/grad_top_silver_50.gif) repeat-x top;
}

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

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

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

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


/*----------------------------------------------------------------【見出し】*/

h1{
	font-weight:normal;
	font-size:12px;
	padding:10px 0 0 10px;
}

h2{
	font-size:16px;
	border:1px solid #DDD;
	background:url(../img/standard/grad_top_white_50.gif) repeat-x top;
	padding:7px 10px;
	color:#555;
}

h3{
	font-size:15px;
	border-left:3px solid #BBB;
	padding:7px 10px;
	margin:10px 0;
	color:#555;
}

h4{
	font-size:14px;
	padding:5px;
	margin:15px 0 10px;
	color:#555;
}


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

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

#container{
}

#contents{
	margin:0 0 20px 0;
	padding:0;
}


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

#header{
	height:60px;
	padding:10px;
	border-bottom:1px solid #DDD;
}

#logo{
	float:left;
}

#logo a{
	overflow:hidden;
}

#logo a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/*----------------------------------------------------------------【ヘッダーボックス】*/

#header_box{
	width:670px;
	float:right;
	margin-top:15px;
}

#header_box p.header_left{
	width:180px;
	font-size:10px;
	line-height:1.2;
	float:left;
	text-align:center;
}

#header_box p.header_left strong{
	padding:0 3px;
	font-size:14px;
	font-weight:normal;
	color:#F00;
}

#header_box .header_right{
	float:right;
	width:470px;
}

#header_box .header_right form{
	float:left;
	width:290px;
	margin-top:7px;
}

#header_box .header_right form label{
	float:left;
}

#header_box .header_right form label input{
	width:120px;
	margin-right:5px;
}

#header_box .header_right form input.search_button{
	width:50px;
	height:20px;
	background:url(../img/standard/button_search_01.gif) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#header_box .header_right .favorite{
	float:right;
	width:180px;
}

#header_box .header_right .favorite a{
	display:block;
	width:180px;
	height:38px;
	background:url(../img/standard/jump.gif) no-repeat top;
	color:#000;
	text-align:center;
	line-height:38px;
}

#header_box .header_right .favorite a:hover{
	background-position:bottom;
	text-decoration:none;
}

#header_box .header_right .hello{
	margin-top:10px;
	float:left;
	line-height:1.2;
}


/* ================================================================================ */
/*                                                                                  */
/*      ナビデザイン                                                                */
/*                                                                                  */
/* ================================================================================ */

#navi{
	background-color:#555;
	margin-bottom:10px;
	border-bottom:2px solid #DDD;
}

#navi ul{
}

#navi ul li{
	float:left;
}

#navi ul li a{
	float:left;
	padding:13px 23px;
	text-decoration:none;
	color:#FFF;
	background-color:#555;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #999;
}

#navi ul li.login,
#navi ul li.logout{
	float:right;
	border:none;
	border-left:1px solid #999;
}

#navi ul li a:hover{
	background-color:#000;
	text-decoration:underline;
}


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

/*----------------------------------------------------------------【contents_m】*/

.contents_m{
	float:left;
	width:700px;
}

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


/*----------------------------------------------------------------【contents_s】*/

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

.contents_s	.contents_box{
	margin:0 0 10px 0;
}

.contents_s	.contents_box h2{
	margin:0;
}


/*----------------------------------------------------------------【contents_l】*/

.contents_l{
	margin:0 0 20px 0;
}

.contents_l h2{
	margin:0 0 15px 0;
}

.contents_l h2 span{
	font-size:13px;
	color:#666;
	font-weight:normal;
}


/*----------------------------------------------------------------【共通】*/

.common{
	margin:15px 0;
}

.common p{
	line-height:1.5;
	margin:10px;
}

.common ul{
	margin:0 0 10px 30px;
}

.common ul li{
	line-height:1.5;
	list-style:circle;
	margin-bottom:3px;
}


/*----------------------------------------------------------------【メニュー】*/
#contents .tab_menu{
}

#contents .tab_menu ul{
	float:right;
}

#contents .tab_menu ul li{
	float:left;
}

#contents .tab_menu ul li a{
	background-color:#555;
	color:#FFF;
	text-decoration:none;
	padding:5px 17px 4px 17px;
	margin-left:7px;
	border:1px solid #BBB;
	display:block;
	float:left;
	font-weight:bold;
}

#contents .tab_menu ul li a:hover{
	background-color:#222;
}

#contents .tab_menu ul li.back a{
	border:1px solid #BBB;
	color:#444;
    background:url(../img/standard/back.gif) no-repeat 10px 7px #FFF;
	padding-left:25px;
	font-weight:normal;
}

#contents .tab_menu ul li.back a:hover{
	background-color:#EEE;
}

#contents .tab_menu ul li .cancel{
	padding:5px 10px 4px 10px;
	margin-left:7px;
	display:block;
	float:left;
}




/* ================================================================================ */
/*                                                                                  */
/*      コンテンツ各ページデザイン                                                  */
/*                                                                                  */
/* ================================================================================ */

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

.index,
.admin_index,
.cuser_index{
}

.info,
.search,
.other,
.regist,
.edit,
.delete,
.check{
}


/* トップイメージ
----------------------------------------------- */
.topimg{
	margin:0 0 10px;
}

.topimg a{
	display:block;
}

.topimg a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* トップ検索
----------------------------------------------- */

/* おすすめ＆新着の求人 */
.top_job{
	margin:0 0 10px;
 }

.top_job ul{
	padding:0 0 10px;
}

.top_job h3{
	background:none;
	border:0;
	padding:5px 0 0;
	margin:0;
	line-height:1.5;
	font-size:12px;
	font-weight:normal;
}

/* おすすめの求人 */
.pickup li{
	padding:6px;
	width:124px;
	vertical-align:top;
    display:-moz-inline-box; /*for Firefox 2*/
    display:inline-block; /*for modern*/
    /display:inline; /*for ie5～7*/
    /zoom:1; /*for ie5～7*/
	/margin-right:3px;
}

.pickup li div{
	width:80px;
	height:60px;
	border:1px solid #CCC;
	margin:0 auto;
}


/* 新着の求人 */
.new ul{
    padding:0 0 10px 10px;
}

.new ul li{
    background:url(../img/standard/icon_01.gif) no-repeat left center;
    line-height:1.5;
    padding:2px 2px 2px 15px;
}


/* 各検索項目 */
.top_search{
	margin:0 0 10px 0;
}

.top_search ul{
	padding:0 0 10px 10px;
}

.top_search li{
	float:left;
	padding:2px 2px 2px 15px;
	line-height:1.5;
	background:url(../img/standard/icon_01.gif) no-repeat left 5px;
}


/* 地域から探す(4列) */
.area .body li{
	width:22%;
}


/* 雇用形態から探す(4列) */
.form .body li{
	width:17%;
}


/* 特徴から探す(3列) */
.character .body li{
	width:30%;
}


/* 職種から探す(2列) */
.category .body li{
	width:46%;
}




/* お知らせ
----------------------------------------------- */
.news_list{
	margin:20px;
}

.news_list li{
	margin-bottom:10px;
    background:url(../img/standard/icon_01.gif) no-repeat left 3px;
	padding-left:17px;
	line-height:1.5;
}

.news_box{
	text-align:left;
	padding:0 80px 10px;
	line-height:1.6;
}


/* ページ管理
----------------------------------------------- */
.page_box{
	padding:10px 20px;
	line-height:1.5;
}

.page_box h3{
	margin:10px 0;
}

.page_box p{
	margin:0 0 15px;
}

.page_box ul{
	margin:0 10px 15px 10px;
}

.page_box ul li{
	margin-bottom:5px;
    background:url(../img/standard/icon_01.gif) no-repeat left 3px;
	padding-left:17px;
	line-height:1.5;
}


/* コントロールメニュー（ログイン後）
----------------------------------------------- */
.control{
	padding:8px;
}

.control ul li{
    display:-moz-inline-box; /*for Firefox 2*/
    display:inline-block; /*for modern*/
    /display:inline; /*for ie5～7*/
    /zoom:1; /*for ie5～7*/
	vertical-align:top;
	width:165px;
	margin:0 3px 10px 0;
}

.control ul li h2{
	font-size:14px;
    background:no-repeat left 0px;
	border:none;
	margin-bottom:0px;
	padding-left:30px;
}
	
.control ul li ul{
	padding:0 0 0 20px;
}

.control ul li li{
	display:block;
	margin:5px 0;
	padding:0;
	width:auto;
	line-height:1.3;
    background:url(../img/standard/icon_02.gif) no-repeat left top;
	padding-left:12px;
}


/* 求職者見出しアイコン */
.control ul li.job h2{
    background-image:url(../img/standard/control_doc.gif);
}

.control ul li.apply h2{
    background-image:url(../img/standard/control_apply.gif);
}


.control ul li.mailbox h2{
    background-image:url(../img/standard/control_mailbox.gif);
}
	
.control ul li.set h2{
    background-image:url(../img/standard/control_set.gif);
}


/* トップページテーブル（ログイン後）
----------------------------------------------- */

p.as_info{
	margin:0 0 5px 0;
	color:#555;
	line-height:1.6;
}

p.as_info strong{
	color:#F00;
}



/* サイドメニュー
----------------------------------------------- */

/* 共通スタイル */

.contents_s .contents_box .side_menu{
	border:1px solid #EEE;
	border-top:0 none;
	padding:0px;
}

.contents_s .contents_box .side_menu ul{
	border-top:0;
}

.contents_s .contents_box .side_menu li{
	display:block;
	line-height:1.4;
	padding:10px;
}

.contents_s .contents_box .side_menu li+li{
	border-top:1px dotted #CCC;
}

.contents_s .contents_box .side_menu p{
	line-height:1.3em;
	padding:3px 0;
}


/* インフォメーション（ログイン後）
----------------------------------------------- */

.contents_s .info .side_menu p.date{
	border-top:1px dotted #CCC;
	padding:5px 10px;
	text-align:right;
}


/* お知らせ */
.contents_s .news .side_menu ul li span.date{
	font-weight:bold;
}

.contents_s .news .side_menu p.link{
	border-top:1px dotted #CCC;
	padding:5px 10px;
	text-align:right;
}


/* ページリンク */
.contents_s .page li.image{
	padding:8px 0;
	text-align:center;
	line-height:0;
}


/* サイドバナー
----------------------------------------------- */

.contents_s .bana{
	margin:0 0 10px;
}

.contents_s .bana a{
	display:block;
}

.contents_s .bana a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/*----------------------------------------------------------------【求人情報詳細ページ】*/

/* 求人詳細上部
----------------------------------------------- */

#job_info{
	margin:0 0 20px 0;
}

#job_info .title{
	background:url(../img/standard/grad_top_white_50.gif) repeat-x top;
	padding:15px;
	line-height:1.5;
	border:1px solid #DDD;
}

#job_info .title h2{
	font-size:16px;
	background:none;
	border:0;
	margin:0;
	padding:0 0 10px;
}

#job_info .title h2 span{
	font-size:13px;
	font-weight:normal;
}

#job_info .title h2 .new{
	background-color:#F33;
	color:#FFF;
	font-size:10px;
	padding:2px 2px 1px;
	position:relative;
	top:-2px;
	margin-left:5px;
}

#job_info .navi p{
	float:left;
	width:400px;
}

#job_info .title .navi ul{
	float:right;
	position:static;
}

#job_info .title .navi ul li{
	float:left;
	position:static;
}



/* 求人詳細内
----------------------------------------------- */

.job_container{
	padding:15px;
	border:1px solid #DDD;
	border-top:none;
}

.job_container .photo{
	width:292px;
	float:left;
}

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

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

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

.job_container .text{
	width:600px;
	float:right;
}

.job_container .text .gift{
	background-color:#333;
	padding:5px;
	width:150px;
	margin:0 0 5px;
	text-align:center;
}

.job_container .text .gift h3{
	display:inline;
	color:#FFF;
	padding:0;
	border:0;
	margin:0;
	font-size:13px;
}

.job_container .text .gift p{
	display:inline;
	color:#FFF;
	font-weight:bold;
}

.job_container .text .icon ul{
	padding:0 0 10px 0;
}

.job_container .text .icon ul li{
	margin:0 4px 4px 0;
	float:left;
	font-size:10px;
	border:1px solid #666;
	padding:3px 5px 2px;
	white-space:nowrap;
}


/* テーブル */

.info_table{
}

.info_table table{
	width:100%;
	line-height:1.4;
	background-color:#FFF;
	border-collapse:collapse;
	border:1px solid #DDD;
	margin-bottom:15px;
}

.info_table table table{
	margin:5px 0;
}

.info_table caption{
    background-color:#777;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    padding:6px;
    text-align:left;
}

.info_table table table caption{
    font-size:13px;
    padding:5px;
}

.info_table table tr:nth-child(odd){
	background:#F9F9F9;
}

.info_table th,
.info_table td{
	vertical-align:top;
	padding:4px 5px;
	border-bottom:1px solid #DDD;
	word-break:break-all;
}


/* job_point
----------------------------------------------- */


.job_point{
	margin-bottom:15px;
}

/* 紹介写真 */
.point .job_point_container{
	margin-right:-15px;
}

.job_point_container h4{
    background-color:#EEE;
    font-size:13px;
    line-height:1.3;
    margin:5px 0;
    padding:7px;
}

.point .job_point_container .photo_box{
	float:left;
	width:180px;
	margin-right:25px;
	line-height:1.5;
}

.point .job_point_container .p3{
	margin-right:0;
}

.job_point_container .photo_box p{
	padding:0px 0 0;
}


/* 会社からのメッセージ・経営者・社員からのメッセージ */
.message{
	clear:both;
	padding-top:1px;
}

.message .photo_box{
	line-height:1.6;
	margin-bottom:20px;
}

.message .photo_box .object180{
	float:left;
	width:180px;
	margin:0 10px 10px 0;
}


/* 企業情報 */
.company .object160{
	border:1px solid #DDD;
	margin-bottom:10px;
}

/* この企業のその他の求人 */
.job_point_container ul{
	background-color:#FFF;
	padding:0 15px;
}

.job_point_container ul li{
	background:url(../img/standard/icon_01.gif) no-repeat left 2px;
	padding:0 0 0 17px;
	margin:8px 0;
	line-height:1.5;
}

.job_point_container ul li.more{
	background:none;
	padding:0;
}


/* 登録フォーム
----------------------------------------------- */

#form_table{
	padding:15px;
	border:1px solid #DDD;
}

#form_table table{
	width:100%;
	line-height:1.4;
	background:#FFF;
	border-collapse:collapse;
	border:1px solid #DDD;
	margin-bottom:15px;
}

#form_table caption{
	background:#777;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	text-align:left;
}

#form_table table table caption{
	padding:7px;
	font-size:13px;
}

#form_table tr:nth-child(odd){
	background:#F9F9F9;
}

#form_table th,
#form_table td{
	vertical-align:top;
	margin:0;
	padding:10px 10px 15px;
	border-bottom:1px solid #DDD;
}

#form_table td select,
#form_table td input{
	margin:0 2px 2px 0;
}

#form_table td label,
#form_table td select{
	margin-right:7px;
}

#form_table th.row{
	background-color:#DDD;
	padding:8px;
}

#form_table .terms{
    border: 0 none;
    height: 200px;
    width:890px;
	overflow: scroll;
}

#form_table .terms{
    border: 0 none;
    height: 200px;
    width:890px;
	overflow: scroll;
}

/* 利用規約 */
.terms{
    background-color:#FFF;
    line-height:150%;
	padding:0 10px;
	font-size:12px;
}

.terms h2 {
    font-size:13px;
    padding-top:10px;
	background:none;
	border:none;
}

.terms ol, .terms ul {
    margin:10px 0 10px 25px;
}

.terms ul li{
    list-style: disc outside none;
}

.terms .date{
	margin-top:15px;
}


/* 登録ヒント */
span.hint{
	color:#555;
	border:1px dashed #888;
	padding:5px;
	margin:5px 5px 5px 0;
	font-size:12px;
	display:block;
	background-color:#FFF;
}

/* 必須マーク */
span.att{
	color:red;
	font-weight:normal;
	display:block;
	line-height:1.5;
}

/* メッセージ */
#message{
	text-align:center;
	background-color:#eff9fd;
	padding:50px 0;
	line-height:1.4;
}

#message p{
	margin:5px 0;
}

#message ul{
	margin:10px 0;
}

#message ul li{
	margin:2px 0;
}

/* 注意 */
.attention{
	background:#FFF;
	color:red;
	padding:5px;
	margin:0 0 10px 0;
}


/* エラーメッセージ包括 */
.error{
	line-height:1.5;
	color:red;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid red;
	background-color:#FFF;
}

/* エラーメッセージ個別 */
.validate .error{
	padding:0px;
	margin:5px 0 0 0;
	border:none;
	line-height:1.4;
	background:none;
}

/* エラーフラグ */
.validate{
	background:none;
}

.validate input[type=text],
.validate input[type=radio],
.validate input[type=password],
.validate select,
.validate textarea{
	background-color:#FFF7F7;
	border:1px solid #FF5656;
}

/* 送信ボタン */
.form_button{
	text-align:center;
	padding:10px;
}



/* ユーザー詳細内
----------------------------------------------- */

#user_info{
	padding:15px;
	border:1px solid #DDD;
	margin:10px 0 20px;
}

#user_info .photo{
	width:292px;
	float:left;
}

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

#user_info .text{
	width:600px;
	float:right;
}



/*----------------------------------------------------------------【メール詳細ページ】*/

#mail_info_box{
	padding:20px 30px 30px;
	margin:0 auto;
	border:1px solid #ddd;
}

#mail_info_box p{
	margin:0 0 10px 0;
	padding:0;
}

#mail_info_box p.subject{
	font-size:18px;
	font-weight:bold;
}

#mail_info_box p.date{
	font-weight:100;
	font-size:10px;
	float:right;
}

#mail_info_box p.text{
	font-size:14px;
	border-top:2px dotted #057AC9;
	padding:15px 0 0 0;
	margin:0 0 25px 0;
	line-height:1.7;
}


/*----------------------------------------------------------------【登録/編集/削除の確認ページ】*/

/* テーブル
----------------------------------------------- */

#check_table{
	padding:15px;
	border:1px solid #DDD;
}

#check_table table{
	width:100%;
	background:#FFF;
	line-height:1.4;
	border-collapse:collapse;
	border:1px solid #DDD;
	margin-bottom:15px;
}

#check_table table table{
	margin:5px 0;
}

#check_table caption{
	background:#777;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	text-align:left;
}

#check_table table table caption{
	font-size:13px;
	padding:5px;
}

#check_table tr:nth-child(odd){
	background:#F9F9F9;
}

#check_table th,
#check_table td{
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #DDD;
}


/*----------------------------------------------------------------【検索ページ】*/

/* テーブル
----------------------------------------------- */

#search_table{
	padding:5px;
	background-color:#EEE;
	border:1px solid #FFF;
	margin:15px 0;
}

#search_table table{
	width:100%;
	background:#FFF;
	border-collapse:collapse;
}

#search_table table th{
	background-color:#FAFAFA;
}

#search_table table th,
#search_table table td{
	padding:7px 10px;
	border:1px solid #E5E5E5;
}

#search_table table td label,
#search_table table td select{
	margin-right:5px;
}

#search_table input.search_button{
	display:block;
	border:none;
	width:226px;
	height:40px;
	margin:0 auto;
	background:url(../img/standard/button_search_02.gif) no-repeat top left;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}

#search_table input.search_button:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/*----------------------------------------------------------------【ページャー】*/

.search_page{
	margin:0 0 20px 0;
	text-align:center;
}

.search_page p{
	font-size:12px;
	margin:0 0 5px 0;
}

.search_page p span{
	font-weight:bold;
	margin:0 3px;
}

.search_page li{
	line-height:24px;
	display:inline;
	padding:3px 0;
}

.search_page li.focus{
	padding:3px 7px;
	font-weight:bold;
}

.search_page li a{
	text-decoration:none;
	padding:3px 7px;
	color:#333;
	border:1px solid #DDD;
}

.search_page li.back a{
	background:#DDD;
}

.search_page li.page a{
	background:#F5F5F5;
}

.search_page li a:hover{
	background:#333;
	color:#EEE;
	border:1px solid #000;
}


/*----------------------------------------------------------------【リストページ】*/

/* ユーザー他
----------------------------------------------- */

#list_table{
	margin:0 0 20px 0;
}

#list_table table{
	width:100%;
	line-height:1.5;
}

#list_table th,
#list_table td{
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
}

#list_table th{
	background:#F5F5F5;
}


/* メールリスト
----------------------------------------------- */

#mail_table{
	margin:0 0 20px 0;
}

#mail_table table{
	width:100%;
	line-height:1.5;
	border:1px solid #CCC;
}

#mail_table th,
#mail_table td{
	text-align:left;
	padding:5px 10px;
	border-bottom:1px solid #CCC;
}

#mail_table th{
	background:#F5F5F5;
}

#mail_table td{
	-webkit-transition:background-color .2s linear;
	-moz-transition:background-color .2s linear;
	transition:background-color .2s linear;
}

#mail_table tr.clickable:hover td{
	background:#ecf2fa;
	cursor:pointer;
}


/* メッセージの既読と未読 */
tr.opened td{
	color:#555;
}

tr.opened td span.icon{
	display:block;
	width:20px;
	height:13px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/standard/msg_open.gif) no-repeat;
}

tr.unopened td{
	font-weight:bold;
	color:#222;
}

tr.unopened td span.icon{
	display:block;
	width:20px;
	height:13px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/standard/msg_close.gif) no-repeat;
}


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

.list{
	margin:0 0 20px 0;
}

.list .title{
	background:url(../img/standard/grad_top_white_50.gif) repeat-x top;
	padding:15px;
	line-height:1.5;
	border:1px solid #DDD;
}

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

.list .title h3  span{
	font-size:13px;
	font-weight:normal;
}

.list .title h3 .limitation{
	color:#F30;
	padding-left:3px;
	font-weight:bold;
	font-size:14px;
}

.list .title h3 .new{
	background-color:#F33;
	color:#FFF;
	font-size:10px;
	padding:2px 2px 1px;
	position:relative;
	top:-2px;
	margin-left:5px;
}


.list .navi p{
	float:left;
	width:400px;
}

.list .title .navi ul{
	float:right;
	position:static;
}

.list .title .navi ul li{
	float:left;
	position:static;
}

.list .info_table table{
	margin-bottom:0px;
}



/* 各種ボタン
----------------------------------------------- */

.button{
	position:relative;
	overflow:hidden;
}

.button ul{
	position:relative;
	left:50%;
	float:left;
}

.button ul li{
	position:relative;
	left:-50%;
	float:left;
	margin:0 2px;
}

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

/* テーブル内の各種ボタン（センタリング解除） */
td .button{
	position:static;
	overflow:visible;
}

td .button ul{
	position:static;
	left:50%;
	float:left;
}

td .button ul li{
	position:static;
	float:left;
}



/* 返信する */
/* 削除する */
a.re_m_button,
a.delete_m_button{
	display:block;
	width:64px;
	height:21px;
	text-indent:-999px;
	overflow:hidden;
}

a.delete_m_button{
	background:url(../img/standard/button_delete.gif) no-repeat 0 0;
}

a.re_m_button{
	background:url(../img/standard/button_re.gif) no-repeat 0 0;
}


/* この求人を見る */
/* エントリーする */
/* 検討中リストに追加・外す */
/* この企業の求人情報を見る */

a.entry_button,
a.info_button,
a.favorite_add_button,
a.favorite_out_button,
a.job_button{
	display:block;
	width:226px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

p a.entry_button{
	margin:0 auto;
}

a.entry_button{
	background:url(../img/standard/button_entry.gif) no-repeat left top;
}

a.info_button{
	background:url(../img/standard/button_info.gif) no-repeat left top;
}

a.favorite_add_button{
	background:url(../img/standard/button_add_favorite.gif) no-repeat left top;
}

a.favorite_out_button{
	background:url(../img/standard/button_out_favorite.gif) no-repeat left top;
}

p a.job_button{
	margin:0 auto;
}

a.job_button{
	background:url(../img/standard/button_job.gif) no-repeat left top;
}


/* 検討中リストに追加・外す（詳細ページ） */
p.button a.favorite_add_button,
p.button a.favorite_out_button{
	margin:0 0 0 auto;
}



/*----------------------------------------------------------------【画像】*/

.object280 span,
.object180 span,
.object160 span,
.object80 span{
	display:none;
}

.object280 a,
.object180 a,
.object160 a,
.object80 a{
	display:block;
}

.object280{
	width:280px;
	height:210px;
	background:url(../img/standard/no_image_280x210.gif);
}

.object280 a{
	width:280px;
	height:210px;
}

.object180{
	width:180px;
	height:135px;
	background:url(../img/standard/no_image_180x135.gif);
}

.object180 a{
	width:180px;
	height:135px;
}

.object160{
	width:160px;
	height:120px;
	background:url(../img/standard/no_image_160x120.gif);
	margin:0 auto;
}

.object160 a{
	width:160px;
	height:120px;
}

.object80{
	width:80px;
	height:60px;
	background:url(../img/standard/no_image_80x60.gif);
}

.object80 a{
	width:80px;
	height:60px;
}


/*----------------------------------------------------------------【フォームチェックボックス】*/

.tableCheckForm2 label{
	display:block;
	width:48.5%;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm3 label{
	display:block;
	width:32%;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm4 label{
	display:block;
	width:24%;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm5 label{
	display:block;
	width:19%;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm label{
	display:block;
	float:left;
	margin-bottom:2px;
	margin-right:5px;
}

.tableCheckForm180 label{
	display:block;
	width:180px;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm285 label{
	display:block;
	width:285px;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm33per label{
	display:block;
	width:33%;
	float:left;
	margin-bottom:2px;
}

.tableCheckForm50per label{
	display:block;
	width:50%;
	float:left;
	margin-bottom:2px;
}


/*----------------------------------------------------------------【フッターデザイン】*/

#pageup{
	text-align:right;
	margin-bottom:10px;
	line-height:1.1;
}

#footer{
	text-align:center;
	padding:15px 0;
	background:url(../img/standard/grad_top_silver_50.gif) repeat-x top;
}

#footer .navi{
	border-bottom:1px dotted #CCC;
	line-height:1.5;
	padding:0 0 15px 0;
}

#footer .navi li{
	display:inline;
	padding:0 10px 0 13px;
}

#footer .navi li+li{
	border-left:1px solid #222;
}


#footer a{
	color:#202020;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer p{
	font-size:10px;
	font-style:normal;
	text-align:right;
	padding:10px;
	color:#CCC;
	line-height:1.2;
}


/*----------------------------------------------------------------【ゴッドモード】*/

#super_user{
	width:950px;
	background:#666;
	border-bottom:2px solid #DDD;
	margin:0 auto;
	padding:5px 0;
}

#super_user ul li a{
	display:block;
	text-align:center;
	color:#FFF;
	border:1px solid #CCC;
	background:#000;
	padding:5px 0;
	width:150px;
	margin:0 auto;
}

#super_user ul li a:hover{
	border:1px solid #000;
}
