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

/* h2を画像にする場合 */
.search .contents_l h2,
.regist .contents_l h2,
.edit .contents_l h2,
.other .contents_l h2,
.delete .contents_l h2,
.check .contents_l h2 {
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background: none;
}
.info .contents_l h2 {
	/*height: 32px;*/
	margin-bottom: 30px;
	padding: 17px 0 0 28px;
	border: none;
	background: url(/images/common/bg_heading_01.png) no-repeat;
	font-size: 1.25rem;
	font-weight: normal;
	color: #622c00;
}


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

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


/* 地域から探す */
.index .area .body h2{
	width:700px;
	height:36px;
	display:block;
	background:url(../img/standard/h2_area.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	padding:0;
}

.index .area .body ul{
	padding: 0 0 10px 10px;
}

.index .area .body ul li{
	width:30%;
}

/* 地図表示 */
.index .area .body .map h3{
	padding:0;
	border:0;
	margin:0;
}

.index .area .body .map{
	width:311px;
	height:311px;
	background:url(../img/standard/index_map.gif) no-repeat;
	float:left;
	position:relative;
}

.index .area .body .map ul{
	float:none;
	width:auto;
	position:relative;
	padding:0;
}

.index .area .body .map ul li{
	padding:0;
	background:none;
	width:auto;
	border:none;
}

.index .area .body .map .map_area{
	position:absolute;
	width:50px;
}


.index .area .body .map .AREA01 h3{
	background-image:url(../img/standard/index_map01.png);
	width:94px;
}

.index .area .body .map .AREA01{
	top:45px;
	left:160px;
}

.index .area .body .map .AREA02 h3{
	background-image:url(../img/standard/index_map02.png);
	width:51px;
}

.index .area .body .map .AREA02{
	top:180px;
	left:205px;
}

.index .area .body .map .AREA03 h3{
	background-image:url(../img/standard/index_map03.png);
	width:94px;
}

.index .area .body .map .AREA03{
	top:120px;
	left:135px;
}

.index .area .body .map .AREA04 h3{
	background-image:url(../img/standard/index_map04.png);
	width:51px;
}

.index .area .body .map .AREA04{
	top:210px;
	left:155px;
}

.index .area .body .map .AREA05 h3{
	background-image:url(../img/standard/index_map05.png);
	width:51px;
}

.index .area .body .map .AREA05{
	top:160px;
	left:115px;
}

.index .area .body .map .AREA06 h3{
	background-image:url(../img/standard/index_map06.png);
	width:51px;
}

.index .area .body .map .AREA06{
	top:155px;
	left:55px;
}

.index .area .body .map .AREA07 h3{
	background-image:url(../img/standard/index_map07.png);
	width:51px;
}

.index .area .body .map .AREA07{
	top:205px;
	left:90px;
}

.index .area .body .map .AREA08 h3{
	background-image:url(../img/standard/index_map08.png);
	width:84px;
}

.index .area .body .map .AREA08{
	top:235px;
	left:30px;
}

.index .area .body .map .AREA09 h3{
	background-image:url(../img/standard/index_map09.png);
	width:51px;
}

.index .area .body .map .AREA09{
	top:260px;
	left:235px;
}

.index .area .body .map h3{
	text-indent:-9999px;
	overflow:hidden;
	height:27px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.index .area .body .map h3:hover{
	background-position:bottom;
}


.index .area .body .map .map_area ul{
	width:140px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:3px;
	margin:-4px 0 0 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
	/zoom:1;/*clearfix*/
}

.index .area .body .map .map_area ul:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.index .area .body .map .map_area ul li{
	margin:2px 5px;
	float:left;
}


/* 都道府県 */
.index .area .body .prefectures{
	float:right;
	width:375px;
}

.index .area .body .prefectures ul{
	padding:0 0 10px;
}

.index .area .body .prefectures h3{
	padding:0;
	border:0;
	margin:0;
	color:#555;
}


.index .area .body .prefectures .map_area{
	float:none;
	width:auto;
	padding:4px 0 4px 15px;
	border-bottom:1px solid #DDD;
	background-position:left 7px;
	/zoom:1;/*clearfix*/
}

.index .area .body .prefectures .map_area:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.index .area .body .prefectures .map_area h3{
	float:left;
	width:82px;
	clear:both;
	font-size:12px;
}


.index .area .body .prefectures .map_area ul{
	float:right;
	width:272px;
	padding:0;
}

.index .area .body .prefectures .map_area ul li{
	float:left;
	background:none;
	text-align:center;
	margin:0 10px 1px 0;
	width:auto;
	padding:0;
	border:none;
}





/* 雇用形態から探す(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 30px;
	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;
}

/* ソーシャルボタン
----------------------------------------------- */

#social{
	margin-top:20px;
}

#social > div{
	float:left;
	margin-right:10px;
}

#social .mixi{
	width:60px;
}

#social .hatena{
	width:50px;
}

#social .twitter{
	width:90px;
}

#social .google{
	width:70px;
}


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

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

#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 p.pv{
	color:#FF0000;
	margin-left:10px;
	float:right;
}

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

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

#job_info .title h2 .new{
	background-color:#F33;
	color:#FFF;
	font-size:15px;
	font-weight: bold;
	padding:2px 4px 0;
	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: none;
	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: 40px 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:560px;
	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 8px 0;
}

.job_container .text .icon ul li{
	min-height: 20px;
	margin:0 6px 6px 0;
	float:left;
	font-size:15px;
	border:1px solid #666;
	padding:5px 5px 1px;
	line-height: 1.2;
	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:#f13838;
    color:#FFF;
    font-size:14px;
    /*font-weight:bold;*/
	padding: 8px 8px 8px 18px;
    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;
}

.data_job_description td,
.data_pay td {
	font-weight: bold;
}
.data_pay td {
	color: #F33;
}


/* 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:#f13838;
	color:#FFF;
	font-size:14px;
	/*font-weight:bold;*/
	padding: 10px 10px 10px 18px;
	text-align:left;
}

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

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

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

#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 0 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:#f13838;
	color:#FFF;
	font-size:14px;
	/*font-weight:bold;*/
	padding: 10px 10px 10px 18px;
	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 30px;
}

#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: 16px 10px 12px;
	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:248px;
	height:46px;
	margin:0 auto;
	background:url(/images/common/bt_filter.png) no-repeat top left;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}
.data_employment_type td {
	overflow: hidden;
}
.data_employment_type label {
    display: block;
    float: left;
    width: 32%;
    margin-bottom: 2px;
}

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

.search_page{
	margin:0 0 40px 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:21px;
	font-weight:bold;
	background:none;
	border:0;
	margin:0;
	padding:0 0 15px;
}

.list .title h3 span{
	display: inline-block;
	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:15px;
	padding:2px 4px 0;
	position:relative;
	top:-2px;
	margin-left:5px;
	font-weight: bold;
}


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


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

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

p a.entry_button{
	margin:0 auto;
}

.tel_button{
	background:url(/images/common/bt_telephone.png) no-repeat left top;
}

a.entry_button{
	background:url(/images/common/bt_entry.png) no-repeat left top;
}

a.entry_button:hover {
	background:url(/images/common/bt_entry_o.png) no-repeat left top;
}

a.info_button{
	background:url(/images/common/bt_detail.png) no-repeat left top;
}

a.info_button:hover {
	background:url(/images/common/bt_detail_o.png) no-repeat left top;
}

a.favorite_add_button{
	background:url(/images/common/bt_add.png) no-repeat left top;
}

a.favorite_add_button:hover {
	background:url(/images/common/bt_add_o.png) no-repeat left top;
}

a.favorite_out_button{
	background:url(/images/common/bt_remove.png) no-repeat left top;
}

a.favorite_out_button:hover {
	background:url(/images/common/bt_remove_o.png) no-repeat left top;
}

p a.job_button{
	margin:0 auto;
}

a.job_button{
	background:url(/images/common/bt_company.png) no-repeat left top;
}

a.job_button:hover {
	background:url(/images/common/bt_company_o.png) no-repeat left top;
}


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



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

.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(../../images/noimage_01.jpg);*/
}

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


/*----------------------------------------------------------------【追加：footer下部固定】*/

html,body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#wrapper footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#contents,
.contents {
	padding-bottom: 498px;
}
.wrapper_nuser #contents,
.wrapper_nuser .contents {
	padding-bottom: 311px;
}
